How can I “reset” an Arduino board?

前端 未结 21 1856
不思量自难忘°
不思量自难忘° 2020-12-13 01:07

I\'ve uploaded a sketch to an Arduino Uno whose loop is something like this:

void loop(){
    Serial.println(\"Hello, World!\");
}

So, now,

21条回答
  •  执念已碎
    2020-12-13 01:31

    If you still have the serial console open, it will reserve the serial port. Close it, and try again.

提交回复
热议问题