I have to read the bcdDevice value contained in the device descriptor from an USB device. I tried to read the data via the MAX Interactive Control Panel using the 'viUsbControlIn' Tab with the parameters: bmRequestType = 0x80, bRequest = 6 (get descriptor), wValue = 0x0100 (device descriptor), wIndex = 0, wLength = 18. Doing so the Computer crashes (It gets a RESET !!!!). Trying to read viewer data (14 bytes) MAX doesn't respond any more. I am using NI-VISA3.5 , MAX 4.0.2.3002. Now is there any idea how to read the bcdDevice value a different way ?
Regards