Skip to content

Problems with more or equal than 3 of char ! #3188

Closed
@josewilker

Description

@josewilker

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions