You are on page 1of 1

avrdude -p [uC] -c[interfastProgramacion] -P [PuertoCOM] -b [BaudRate] -U

[memoria]:[operacion]:"[file.hex]":i
avrdude -p atmega328p -c arduino -P COM8 -b 115200 -U flash:w:"$(ProjectDir)Debug\$
(TargetName).hex":i

You might also like