-
Notifications
You must be signed in to change notification settings - Fork 40
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
Printer Error:failed to get device 3 config 0: libusb: not found [code -5] #24
Comments
As far as I understand this library. It's supposed to come bundled with However, when I tested it on my machine, I found the same error. Maybe the author can provide more details around it. |
I have the same error! Seems really to be a problem in general. |
This error comes from Is the device on the root hub? I think this is a known issue and I am not sure this lib is still maintained, I based my lib on it's great foundation though if you are looking for something that is currently in active development: https://github.com/mattscamp/zerousb |
Thank you havn't seen this project before. But with no luck. Same problem. I get about three devices listed in the slice when i debug the example code but then the same error message. Is there anything I can do about this? Is there a different version of libusb available where this works? |
I am sorry that I got this error when I used this lib to do USB printer job in my Windows10.
below is my code, and error occurred in
usb.Enumerate(0, 0)
to get all devices.I am not sure what it is meaning about 'libusb'. how should I install it?
Thanks.
The text was updated successfully, but these errors were encountered: