Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Open
@PickyBiker

Description

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() {}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /