Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
C#

I am not a programmer, just a tester. I need to write code in C# that will get me driver information (driver version and the VID/PID) of a USB connected device to windows 7 laptop. I have visual studio 2008.
Posted

1 solution

You can use WMI to list USB device information (some information here[^]). You can search for C# code to use WMI and combine both together.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900