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

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • fsim
    Junior Member
    • Nov 2013
    • 10

    #1

    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
  • Tim (PassMark)
    Senior Member
    • Mar 2005
    • 1723

    #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

    • fsim
      Junior Member
      • Nov 2013
      • 10

      #3
      Thx, its exactly what I wanted!

      Comment

      Working...