Upload problem on Arduino Nano 57600
Posted: Sat Feb 20, 2021 6:37 pm
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
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