Upload problem on Arduino Nano 57600

Any bugs you encounter with Flowcode should be discussed here.
Post Reply
mnfisher
Valued Contributor
Posts: 1520
http://meble-kuchenne.info.pl
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 732 times

Upload problem on Arduino Nano 57600

Post by mnfisher »

After the latest definition file update for the Arduino Nano (57600) - the command line for AVRDUDE is incorrect.

H:\>"H:\AVR\avrv5\batchfiles\..\bin\avrdude.exe" -p m328p -P 57600 -b "H:\Flowcode1.hex" -c arduino -D -U flash:w:""
avrdude.exe: invalid baud rate specified 'H:\Flowcode1.hex'

Should be -b 57600 NOT -P 57600.

Martin

LeighM
Valued Contributor
Posts: 457
Joined: Mon Dec 07, 2020 1:00 pm
Has thanked: 82 times
Been thanked: 246 times

Re: Upload problem on Arduino Nano 57600

Post by LeighM »

Hi Martin,
Did you select the programmer port setting in Build -> Project Options
It needs to be explicitly set, even if displayed in the drop list, then click "Modify"
If you still have issues please get back to us.

mnfisher
Valued Contributor
Posts: 1520
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 138 times
Been thanked: 732 times

Re: Upload problem on Arduino Nano 57600

Post by mnfisher »

Hi Leigh,

- Maybe - will check. That's a change - nothing in port instead of the COM3 or whatever.. Would explain why everything shifted left one place...

Martin

Post Reply