How can I “reset” an Arduino board?

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

    Make sure you plug the Arduino directly into the computer and not through a hub. Using a hub will give you this error.

提交回复
热议问题