Page 1 of 1

timeout error on stk500

Posted: Fri Jul 23, 2010 10:25 pm
by ro16102003
I am getting an error in the WinAVR IDE while downloading the program to the iRobot create command module
is there something wrong with my makefile
i have checked the serial com port number
i have updated the drivers
i am also pressing the reset button before clicking program, but the same error repeats.
please reply

> "make.exe" program
avrdude -p atmega168 -P com10 -c stk500 -U flash:w:light.hex
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout
avrdude: stk500_2_ReceiveMessage(): timeout

Re: timeout error on stk500

Posted: Sat Jul 24, 2010 5:04 am
by frank26080115
com ports above 4 can't be simply written as com4

you need to write

//./COM10

try it