Page 2 of 2

Re: Avr Compiler Toolchain problem

Posted: Thu Mar 04, 2021 5:28 pm
by nickchlapout
I' m using funduino UNO R3.

Re: Avr Compiler Toolchain problem

Posted: Thu Mar 04, 2021 6:02 pm
by p.erasmus
Hi
I had this issue with my UNO R3 using a USB to serial device what solved it for me was setting the Baudrate of the USB to serial to 115000 as what the boot-loader on the UNO is looking for ,It is worth a try.
Another question is this a genuine ARDUINO UNO or a Chinese clone as some of the clones the bootloader is set at 57600 and avrdude never connects to them you have to reprogram them with the correct boot loader from the Arduino IDE

P8.jpg
P8.jpg (40.26 KiB) Viewed 3835 times

Re: Avr Compiler Toolchain problem

Posted: Thu Mar 04, 2021 6:40 pm
by nickchlapout
I have the funduino uno r3. I 've ateched the com 4 traffic.

Re: Avr Compiler Toolchain problem

Posted: Fri Mar 05, 2021 8:05 am
by LeighM
Looks like avrdude cannot get access to COM4
As Ben asked, is there any other application on your PC using COM4?
Such as Arduino IDE/monitor?