How can I “reset” an Arduino board?

前端 未结 21 1793
不思量自难忘°
不思量自难忘° 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:20

    If the port says Already used, then you are probably using the wrong port.

    Switch it to the port where you connected your Arduino and then try to re-upload, you will definitely see it work.

提交回复
热议问题