-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
question: comparison with pyusb #84
Comments
Hello, The reason why I implemented On the ease of use side, I must say that |
It seems to me pyusb is more widely used as it started very earlier. It supports libusb-0.1 API and it supports libusb-1.0 API. It also supports OpenUSB (but OpenUSB is kind of dead now). But yes pyusb still have some features not implemented, like asynchronous transfers and hotplug. But since libusb-1.0 Windows does not support hotplug yet -- it may not be easy to support hotplug under pyusb or python-libusb1. |
Hello all,
I would like to get your opinion about how
python-libusb1
compares withpyusb
. The license is obviously different but how about stability, ease of use?Thank you!
The text was updated successfully, but these errors were encountered: