Skip to content

Double serial output on Arduino 1.8.13 when uploading to Mega2560 #10764

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

Open
PickyBiker opened this issue Sep 17, 2020 · 2 comments
Open

Double serial output on Arduino 1.8.13 when uploading to Mega2560 #10764

PickyBiker opened this issue Sep 17, 2020 · 2 comments
Labels

Comments

@PickyBiker
Copy link

PickyBiker commented Sep 17, 2020

Please see this link for details

Environment: Win 10, Arduino 1.8.13, Genuine Arduino Mega2560
The upload function seems to start the mega2560 briefly then restarts it.
In the example sketch it results in a double output of "Hello" instead of a single output.
This problem does not exist in 1.8.12 and earlier versions.

// example mega2560 problem
void setup()
{
  Serial.begin(115200);
  while (!Serial);
  Serial.println("Hello");
}

void loop() {}
@per1234 per1234 changed the title Arduino 1.8.13 issue with upload and Mega2560 Double serial output on Arduino 1.8.13 when uploading to Mega2560 Sep 25, 2020
@per1234
Copy link
Collaborator

per1234 commented Sep 30, 2020

@PickyBiker
Copy link
Author

PickyBiker commented Sep 30, 2020 via email

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

No branches or pull requests

2 participants