-
Notifications
You must be signed in to change notification settings - Fork 286
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
CH340 series USB devices show up as "unknown". (e.g. Arduino Nano) #559
Comments
Extra information:
|
You are comparing two different things. In 2.7, there was no way to retrieve manufacturer information, and in 2.11, the "Unknown" tag for the new manufacturer field just means that the manufacturer details are unable to be identified from standard/sysfs/devfs locations. The thing that's missing from 2.11 that was present in 2.7 was that, in 2.7, the enumeration logic was very convoluted and much more brittle, so one methodology for testing for USB-based serial devices was to poll for devices using known usb-to-serial drivers, so in that case, the |
At the moment, no. I'm actually filtering on |
Hi there, 2.7 Output (on Linux), connecting an Arduino Nano compatible board:
2.11 Output (on Linux), connecting an Arduino Nano compatible board:
The problem is my software uses the "(ch341-uart)" part to identify the Nano-Compatible board and, without it, i cannot I did try to use other methods available (like getManufacturer()) but none of them identify the "CH-341" serial bridge chip. @hedgecrw is there a way to get for a port the "removed extra piece of the description string" via API ? Thanks |
2.7 test case:
2.11 test case:
2.7 output:
2.11 output:
OS: Linux 64 bits.
The text was updated successfully, but these errors were encountered: