Announcement

Collapse
No announcement yet.

Is there a way to programmatically get the firmware version of the USB3.0 plug

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Is there a way to programmatically get the firmware version of the USB3.0 plug

    Hi I am using the Windows USB3.0 API for the USB3.0 Loopback plug.

    I just noticed that my automated test requires the Firmware 1.4 to works great and i'd like to be able to programmatically get the Firmware version of the USB3.0 loopback plugs to generate an error if we need an update.

    Thanks,
    fsim

  • #2
    After opening a PassMark USB3 plug the BcdDevice member of CCyUSBDevice should contain the firmware version of the plug (0x103 == V1.3, 0x104 == V1.4 etc).

    Comment


    • #3
      Thx, its exactly what I wanted!

      Comment

      Working...
      X