I am using Windows 7 and would like to see which USB versions each attached USB device is using (1.1 or 2). How can I do this?
|
feedback
|
|
You can determine the USB specification that a device supports by examining its You can use the USB View utility from Microsoft. It is available on the installation CD of some versions of Windows (and possibly some old versions of the Resource Kit). I’m not sure if it's legal to distribute it, but it’s certainly easy enough to find a copy. You could also use the commercial program USBlyzer. The bcdUSB field is a hexadecimal number that will indicate the highest USB version the device supports in a packed-decimal format:
(Check your motherboard’s BIOS to determine what mode the USB controller is configured for.) Figure 1: USB 1.1 device
Figure 2: USB 2.0 device
| ||||
|
feedback
|
|
If the device is using USB 1.0, windows will throw a message at you saying that there might be a problem with the device and that it is using a slower technology (in my experience). Alternatively, you can write files to the drive and see how fast they get written/read. A USB 1.1 drive, while it has a theoretical speed of 12 MBit/S is usually far slower (<2 MBit). You will not see such speeds on a 2.0 drive unless there is something wrong with it or your computer. | |||||||||||||||
feedback
|

