开发者

Getting Info on NON_HID USB Device

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜