Forum >Programming Beetle with avrdude
Programming Beetle with avrdude

I'm trying to program a hex file into a Beetle and every time I do the com port goes away. I can then reset the module and program it and the port comes back but if I program it again without resetting module the com port goes away again.
This is the command I'm using to program the module.
"AVRdude\avrdude.exe" -c avr109 -P COM3 -b 1200 -n
ping 1.1.1.1 -n 1 -w 200 >NUL
"AVRdude\avrdude.exe" -c avr109 -P COM4 -b 57600 -p AT%2 -U flash:w:%1:i
This is the command I'm using to program the module.
"AVRdude\avrdude.exe" -c avr109 -P COM3 -b 1200 -n
ping 1.1.1.1 -n 1 -w 200 >NUL
"AVRdude\avrdude.exe" -c avr109 -P COM4 -b 57600 -p AT%2 -U flash:w:%1:i
2015-10-16 02:05:35 Hi,
Welcome!
Sorry I haven't used AVRDUDE before!
So is it the same when you upload the sketch by Arduino IDE?
Leff
Welcome!
Sorry I haven't used AVRDUDE before!
So is it the same when you upload the sketch by Arduino IDE?
