开发者

Getting Info on NON_HID USB Device

开发者 https://www.devze.com 2023-01-12 22:00 出处:网络
How can I开发者_StackOverflow get details on NON-HID USB Devices? Like the serial number, etc in c#?

How can I开发者_StackOverflow get details on NON-HID USB Devices? Like the serial number, etc in c#?

I have created successfully a sample application to retrieve those information on HID only devices but not on NON-HID USB Devices.


Have you looked into LibUSB .Net?

http://sourceforge.net/projects/libusbdotnet/

I remmber seeing that this was possible, I'll try and dig the article out.


You want to retrieve the device descriptors. Assuming a driver has been bound to the device, some of these are already available as they can be seen from Device Manager.

0

精彩评论

暂无评论...
验证码 换一张
取 消