cross platform usb module for python?

我与影子孤独终老i 提交于 2020-01-13 10:11:11

问题


I was interested in doing some cross platform work with a usb device in python, any tips or recommendations on modules that can do this type of thing?

I've looked around SF and googlecode without a lot of luck.

thanks!

ct


回答1:


PyUSB is what you are looking for. it is a wrapper around libusb which works on linux and was ported on Windows.



来源:https://stackoverflow.com/questions/1928936/cross-platform-usb-module-for-python

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