-
Notifications
You must be signed in to change notification settings - Fork 245
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
[Suggestion] CH340 and FT232 programmers #321
Comments
FT232 and CH340 are just USB to UART chips. They will only work for uploading new programs as long as the microcontroller has a bootloader present. All you do is select the correct COM port that the CH340 or FT232 represents on your computer |
Do I have to have separate Arduino as a programmer? |
Either that, or a dedicated programmer, such as a USBasp or a USBtinyISP, which is what I'd recommend, since using "Arduino as ISP" is a bit fiddly and is usually unreliable due to its DIY nature |
My USBasp isn't recognized as a serial device. By the way, I use Linux Mint and Arduino IDE on Flatpak. |
Hi. I'm thinking about reflashing the bootloader on an Arduino Nano clone. It uses CH340 interface chip, and I also have the FT232 programmer board. Currently, no programmer option works with the clone. I'd be grateful if you add support for the programmers.
The text was updated successfully, but these errors were encountered: