Answered by:
Determine the speed of a USB Device

Question
-
Hello,
I want to determine the speed of a USB-Device. I also need to determine the vendor and the product-ID of the device.
Can anyone introduce me how to do this?
Thanks,
Ralf
- Moved by Jason Dot Wang Thursday, January 10, 2013 9:44 AM This thread is about Windows Hardware WDK and Driver Development (From:Visual C# )
Wednesday, January 9, 2013 10:51 AM
Answers
-
- Proposed as answer by Gopinath.S Wednesday, January 9, 2013 11:46 AM
- Marked as answer by Just Karl Wednesday, September 25, 2013 1:42 AM
Wednesday, January 9, 2013 11:08 AM
All replies
-
- Proposed as answer by Gopinath.S Wednesday, January 9, 2013 11:46 AM
- Marked as answer by Just Karl Wednesday, September 25, 2013 1:42 AM
Wednesday, January 9, 2013 11:08 AM -
I think I can't use WMI, because I want to know if the usb port can use lowspeed, fullspeed or highspeed. I haven't found a property at WMI, that gives me this information
Regards,
Ralf
Wednesday, January 9, 2013 12:32 PM -
What about NegotiatedSpeed in the Win32_USBControllerDevice class?Wednesday, January 9, 2013 12:50 PM
-
Download the DDK. Ask further questions in the Windows Hardware WDK and Driver Development forum.Wednesday, January 9, 2013 8:47 PM
-
Hi reden1,
Welcome to MSDN Forum Support.
Based on the conversation listed below, I make clear your requirement is to implement usb speed changing between lowspeed, fullspeed or highspeed. I agree with JohnWein's suggestion to post its similar question at Windows Hardware WDK and Driver Development forum.
Sincerely,
Jason Wang
Jason Wang [MSFT]
MSDN Community Support | Feedback to us
Thursday, January 10, 2013 9:44 AM