serial port - How to "reset" an Arduino board? -
i've uploaded sketch arduino uno loop this:
void loop(){ serial.println("hello world"); } so, now, can't upload anymore, because ide says "port in use".
is there way "reset" arduino without programmer?
edit :
nothing else using serial port, , went fine until uploaded previous sketch.
edit :
i've found interesting things:
try following:
- prepare basic empty program (empty setup, loop, etc.)
- compile it.
- reset arduino using hardware button on chip
- press ctrl + u upload code.
- if unsuccessful - got 3.
there delay before boot loader starts programs, work on timing. worked me when bug in arduino's code executing soft reset every 500 ms.
Comments
Post a Comment