Closed
Description
When you put more or equal than 3 of (!) symbol on a Serial.println ... like, [Serial.println("MATCH!!!!");]... compiler it's ok ... but when I try upload sketch to arduino, show problems with AVR and a lot of timeout.
Try:
Serial.println("MATCH"); - WORKS
Serial.println("MATCH!"); - WORKS
Serial.println("MATCH!!"); - WORKS
Serial.println("MATCH!!!"); - PROBLEM : avrdude: stk500v2_ReceiveMessage(): timeout
Metadata
Metadata
Assignees
Labels
No labels