Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一个应该使用 USB 设备的软件。我的设备源代码有一些问题(它庞大而复杂,我只需要访问 3-4 个特定功能。所以我想如果我知道命令写入 USB 的确切格式,我可以尝试阅读/直接从/向 USB 设备写入。
我该怎么做?
写信给司机?我以某种方式直接写入USB端口吗?任何人都可以请我参考一些简单的文件吗?
该设备被标识为 HID。
你可以试试 libusb:
http://www.libusb.org/
http://sourceforge.net/apps/trac/libusb-win32/wiki
从用户空间使用 USB