-
Notifications
You must be signed in to change notification settings - Fork 85
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
usb-ser driver ch341 outdated #146
Comments
That link points to a downstream fork. Does drivers/usb/serial/ch341.c from current mainline work? Then you can compile a custom image with either a recent kernel (there is linux-mainline-latest.bb which may serve as a baseline) or enhance 4.4-cip on top of this layer with patches from
|
Resolved? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
On testing a program with a serial device, it was running fine with PL210x- and ftdi-USB-serial adapters plugged into the IOT, it failed with wrong received data on two CH34x-based adapters. Practically the same program under WINDOWS was working OK with all four adapters.
Searching for the cause I found that in older LINUX distros a broken CH340 driver was included. Could you please update the ch341.c with ch34x.c, from here: juliagoda /
CH341SER .
Regards,
Jürgen
The text was updated successfully, but these errors were encountered: