从 USB 端口读取数据的最佳跨平台库是什么?
我正在寻找一个跨平台库来从 USB 端口读取数据。该库必须兼容Linux和Windows系统;最佳性能,我想发送数据即时模式(使用http协议)。
提前致谢。
I'm looking for a cross-platform library for read data from USB port. The library must be compatible with Linux and Windows systems; best performance, I want to send data instant mode(using http protocol).
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您的设备使用 HID,请尝试 hidapi。如果不是 HID,请使用 libusb
If your device uses HID, try hidapi. If it's not HID, use libusb