Skip to content
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

Strange behavior in 1.6.2, upload stucks #2905

Closed
fhpa opened this issue Apr 4, 2015 · 5 comments
Closed

Strange behavior in 1.6.2, upload stucks #2905

fhpa opened this issue Apr 4, 2015 · 5 comments

Comments

@fhpa
Copy link

fhpa commented Apr 4, 2015

/*
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("!!!");
}

@Lauszus
Copy link
Contributor

Lauszus commented Apr 4, 2015

This has been fixed already. Please see: #1183. Please try to update the bootloader on your Mega 2560.

@PaulStoffregen
Copy link
Sponsor Contributor

Did you buy a cheap Chinese clone, or a genuine Arduino Mega?

@fhpa
Copy link
Author

fhpa commented Apr 4, 2015

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
franz

Am 04.04.2015 12:47, schrieb Paul Stoffregen:

Did you buy a cheap Chinese clone, or a genuine Arduino Mega?


Reply to this email directly or view it on GitHub
#2905 (comment).

@fhpa
Copy link
Author

fhpa commented Apr 4, 2015

Hi Kristian,

thank you for answering!

I will try to update the bootloaders. They are on date of last year...

best regards
franz

Am 04.04.2015 12:38, schrieb Kristian Sloth Lauszus:

This has been fixed already. Please see: #1183
#1183. Please try to update
the bootloader on your Mega 2560.


Reply to this email directly or view it on GitHub
#2905 (comment).

@facchinm facchinm added the Waiting for feedback More information must be provided before we can proceed label Apr 14, 2015
@ffissore
Copy link
Contributor

Closing for lack of feedback

@cmaglie cmaglie removed the Waiting for feedback More information must be provided before we can proceed label Oct 18, 2016
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

6 participants