Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • your program does not fail to start up ....... take a look at your code ... examine any command lines that deal with Serial ... any of them look like they might hang up your code? Commented Aug 5, 2020 at 22:18
  • @jsotola Can you help me understand how Serial could do that? The way I understand it is that serial would just output without checking if it is connected anywhere. In fact, I can see this happening, until the point where it hangs. Commented Aug 6, 2020 at 6:02
  • 1
    arduino.cc/reference/en/language/functions/communication/serial/… Commented Aug 6, 2020 at 7:37