Are there any good C# to usb device libraries?
有没有什么好的C#到usb设备库?
2 个解决方案
#1
Take a look at these:
看看这些:
#2
The vast majority of USB devices are nowadays handled by class driver and OS support.
目前绝大多数USB设备都是由类驱动程序和操作系统支持来处理的。
Cypress Semiconductor have a driver and .NET API licensed for use with their chips.
赛普拉斯半导体公司已经获得许可与其芯片一起使用的驱动程序和.NET API。
What sort of device are you looking to support?
您希望支持哪种设备?
#1
Take a look at these:
看看这些:
#2
The vast majority of USB devices are nowadays handled by class driver and OS support.
目前绝大多数USB设备都是由类驱动程序和操作系统支持来处理的。
Cypress Semiconductor have a driver and .NET API licensed for use with their chips.
赛普拉斯半导体公司已经获得许可与其芯片一起使用的驱动程序和.NET API。
What sort of device are you looking to support?
您希望支持哪种设备?