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 设备。现在我想使用 Pyusb 与这个设备进行通信。我在 Windows 7 下使用 python 2.7,并安装了一个后端(我选择 libusb-win32),它将安装自己的驱动程序。我是USB和pyusb的新手,所以我想知道是否没有驱动程序,我可以与这个设备通信,这个设备可以与干净的PC通信。
非常感谢您提前。
您可能已经想到了这一点,但答案是“是”:使用 libusb / PyUSB 您可以与 USB 设备进行交互,而无需专用驱动程序。但是,您必须在用户空间中执行任何协议处理。