Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
josewilker opened this issue May 20, 2015 · 4 comments
Closed

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

josewilker opened this issue May 20, 2015 · 4 comments
Milestone

Comments

@josewilker
Copy link

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

@PaulStoffregen
Copy link
Contributor

Maybe you've using an ancient Arduino Mega? Or maybe a Chinese clone, programmed with the very old bootloader? (before this problem was fixed... years ago)

@ffissore
Copy link
Contributor

Indeed. It looks like a problem solved in #1183. Please upgrade bootloader. Reopen if upgrading it doesn't fix

@ffissore ffissore modified the milestone: Release 1.6.5 May 20, 2015
@josewilker
Copy link
Author

uow! tks! \o/

@PaulStoffregen
Copy link
Contributor

Assuming this problem was due to a clone or counterfeit still using the ancient bootloader, you might try posting negative feedback on whatever site sold the board, or elsewhere, to warn other users that they're still shipping the buggy bootloader.

Most of the cloners and counterfeiters couldn't care less if they are making a quality product.... (they know their customers will come to the real Arduino for support)..... but who knows, maybe enough negative feedback might even prompt them to start using the fixed bootloader?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants