-
Notifications
You must be signed in to change notification settings - Fork 215
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
Intermittent errors when accessing FTDI #358
Comments
Questions:
|
Questions:
I certainly wanted a genuine FTDI, but it's hard to tell. The bag has the FTDI logo on it, and says "FTDI Chip". How can I verify if it's genuine?
(will do)
I'll add that I get similar behavior with other ops, e.g. if I try to open a port |
I have a clue as to the problem. See https://unix.stackexchange.com/questions/696001/dev-ttyusb0-is-available-but-after-try-to-call-its-gone which posted a similar problem, which was due to However, look at this (very similar) line: I'm not sure how to take this further, or what that error indicates. |
I would suggest to first try with a simple(r) environment, i.e. |
Note that I got similar behavior when just using For future reference, here's an (old) post talking about similar issues in libftdi itself, having to do with attach and reattach: https://libftdi.developer.intra2net.narkive.com/4QoVetCi/disconnect-by-usbfs-dev-ttyusb0-disappears-when-using |
I've setup pyftdi on Ubuntu, including the udev rules. Sometimes the
ftdi_urls
script can see my FTDI, sometimes it can't. This happens without any changes to perms.Consistently:
My udev file is:
My
lsusb -v
There's also:
I am a member of the dialout group.
The text was updated successfully, but these errors were encountered: