-
Notifications
You must be signed in to change notification settings - Fork 97
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
Logic driver issue Windows #392
Comments
Can you please run |
Found a GreatFET One! it also shows the supported API's (not sure if you needed these to)
Thank you for helping me out with this. |
I'm getting a similar error with this too. Windows 10 C:\Users\User>gf logic -p testSigrokCapture.sr During handling of the above exception, another exception occurred: Traceback (most recent call last): and the output of
Found a GreatFET One! C:\Users\User>gf info -a
Found a GreatFET One! C:\Users\User>gf dmesg |
Since this issue has been opened libusb on Windows has changed quite a bit. @the-lifting-engineer can you please test your setup again and see if you are experiencing the same issue? |
Running into a driver issue when I try to run the logic command on Windows 10.
gf logic -p /tmp/spi-capture12.sr
Sampling 8 channels at 17 MHz.
Press Ctrl+C to stop reading data from device.
ERROR: Communications failure -- check the connection to -- and state of -- the GreatFET.
(More debug information may be available if you run 'gf dmesg').
[Errno None] b'libusb0-dll:err [_usb_reap_async] timeout error\n'
Capture terminated -- waiting for data processing to complete.
Sigrok/PulseView compatible session file created: '/tmp/spi-capture12.sr'.
Sampled for 3.0159 seconds.
When I run dmesg it doesn't pull any errors and when I run the gf info command it has no problem detecting the board.
I've reinstalled the drivers through Zadig but it appears to have made no difference.
The text was updated successfully, but these errors were encountered: