-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Strange behavior in 1.6.2, upload stucks #2905
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
Comments
This has been fixed already. Please see: #1183. Please try to update the bootloader on your Mega 2560. |
Did you buy a cheap Chinese clone, or a genuine Arduino Mega? |
Hi Paul. thank you for answering! I tried it with bot original and clone. It was the same behavior. I tried it on either IDE 1.6.2 and 1.6.3 - it was always the same. Later i will try to update the bootloader... best regards Am 04.04.2015 12:47, schrieb Paul Stoffregen:
|
Hi Kristian, thank you for answering! I will try to update the bootloaders. They are on date of last year... best regards Am 04.04.2015 12:38, schrieb Kristian Sloth Lauszus:
|
Closing for lack of feedback |
/*
The following nonsense program is the rest of a big program
which i suddenly could not upload anymore to a Mega 2560.
So i broke it down to the following rest lines. These
still i could not upload to a Mega 2560
But if i out-comment the line 19 (String tosend) it will be possible to upload
Also if i remove one of the exclamation marks in line 28 (Serial.println("!!!");) i can
upload it to the board
I did not try it with another kind of Arduino board.
I am using IDE 1.6.2, german version - after installing IDE 1.6.3 its still the same issue
*/
String tosend;
void setup(){
}
void loop(){
}
void requestEvent(){
Serial.println("!!!");
}
The text was updated successfully, but these errors were encountered: