Are there any good C# to usb device libraries? [closed]

六眼飞鱼酱① 提交于 2019-12-22 09:47:56

问题


Are there any good C# to usb device libraries?


回答1:


Take a look at these:

  • http://www.codeplex.com/FM
  • http://code.google.com/p/csharp-usb-hid-driver/
  • http://code.google.com/p/usb-devices-list/



回答2:


The vast majority of USB devices are nowadays handled by class driver and OS support.

Cypress Semiconductor have a driver and .NET API licensed for use with their chips.

What sort of device are you looking to support?



来源:https://stackoverflow.com/questions/707111/are-there-any-good-c-sharp-to-usb-device-libraries

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!