-
Notifications
You must be signed in to change notification settings - Fork 25
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
problem with nano #8
Comments
I get the same mistake. |
Has anyone found a solution for this yet? |
Same issue here :/ |
The timeout means that AVRdude has no connection to the CPU. The problem is with the RS232 driver. I've had bad experiences with the CH340 chip, eg on MAC, the driver works badly. The FTDI chips work best. |
I also had troubles with ch340 in the past with third party drivers and kernel panics. The latest official driver has never given me an issue on High Sierra. I also use it on custom boards and it works fine. Also I think ch340 is natively supported on Mojave and Catalina but I haven't tried it myself. |
That's right, same here. CH340 driver works perfectly with Arduino software and lot of nanos from different manufacturers. HexUploader sees the serial port, but gives that timeout errore. I will use windows :/ |
I tried it with a nano compatible board (it uses a ch340 usb to serial chip).
I'm not able to upload the .hex file. I keep getting this message
Is this a known issue? What could be the problem?
The text was updated successfully, but these errors were encountered: