How can I “reset” an Arduino board?

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

    Based on my experience with the communication already in use or blocked, I would say that the program you are interfacing with still has the communication open.

    I also found that if you disconnect the USB cable it will rest the communication. It is not the greatest solution, but it solves the problem.

提交回复
热议问题