Avr Compiler Toolchain problem

For general Flowcode discussion that does not belong in the other sections.
nickchlapout
Posts: 12
http://meble-kuchenne.info.pl
Joined: Sun Feb 14, 2021 8:07 pm

Re: Avr Compiler Toolchain problem

Post by nickchlapout »

I' m using funduino UNO R3.
Attachments
Capture.JPG
Capture.JPG (97.32 KiB) Viewed 3832 times
Capture 3.JPG
Capture 3.JPG (52.67 KiB) Viewed 3832 times
Capture 2.JPG
Capture 2.JPG (42.26 KiB) Viewed 3832 times

User avatar
p.erasmus
Posts: 434
Joined: Thu Dec 03, 2020 12:01 pm
Location: Russia / Россия
Has thanked: 104 times
Been thanked: 88 times

Re: Avr Compiler Toolchain problem

Post 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 3829 times
Regards Peter - QME Electronics

nickchlapout
Posts: 12
Joined: Sun Feb 14, 2021 8:07 pm

Re: Avr Compiler Toolchain problem

Post by nickchlapout »

I have the funduino uno r3. I 've ateched the com 4 traffic.
Attachments
Capture.JPG
Capture.JPG (97.32 KiB) Viewed 3826 times
Capture 3.JPG
Capture 3.JPG (52.67 KiB) Viewed 3826 times
Capture 2.JPG
Capture 2.JPG (42.26 KiB) Viewed 3826 times

LeighM
Valued Contributor
Posts: 489
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 83 times
Been thanked: 262 times

Re: Avr Compiler Toolchain problem

Post 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?

Post Reply