You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, I'm having an issue with it is that after using it, I need to unplug and replug the board or I get a "timeout" error from PyUSB the second time I try.
ATM I've resolved it by doing a .reset() on the board.dev before quitting but that seems a bit brute-force.
I'm using Python 3.4 and git master of pyusb.
Cheers,
Sylvain
The text was updated successfully, but these errors were encountered:
The utility also works well for me. However, I have the same problem as Sylvain and have also considered the .reset() solution. I have tried both Python 3.3 and 3.4 with the same result. I note that there does seem to be some issues with libusb so I'm not sure whether the problem is related to PyUSB or libusb.
Hi,
First, thanks for this utility, really useful :)
Now, I'm having an issue with it is that after using it, I need to unplug and replug the board or I get a "timeout" error from PyUSB the second time I try.
ATM I've resolved it by doing a .reset() on the board.dev before quitting but that seems a bit brute-force.
I'm using Python 3.4 and git master of pyusb.
Cheers,
Sylvain
The text was updated successfully, but these errors were encountered: