We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi. I ordered new Arduino UNO board(https://robotdyn.com/uno-r3-smt-atmega328-usb-serial-ch340g-micro-usb.html) and it seems that auto detection does not work for my board version.
Terminal output:
/dev/ttyUSB1 ------------ Hardware ID: USB VID:PID=1A86:7523 LOCATION=1-1.2 Description: USB2.0-Serial
Thank you in advance !
The text was updated successfully, but these errors were encountered:
Most of the Chinese clones use the CH340 now so they are VID:1A86, PID:7523.
This is generic CH340 TTL which can be used in any board, not only Uno. You can specify custom upload port with http://docs.platformio.org/en/latest/projectconf/section_env_upload.html#upload-port
CH340
Sorry, something went wrong.
No branches or pull requests
Hi. I ordered new Arduino UNO board(https://robotdyn.com/uno-r3-smt-atmega328-usb-serial-ch340g-micro-usb.html) and it seems that auto detection does not work for my board version.
Terminal output:
Thank you in advance !
The text was updated successfully, but these errors were encountered: