Skip to content

Strange Serial Port behavior with Arduino Nano Every #98

@Kerbolosh

Description

@Kerbolosh

Describe the bug

If I connect my Arduino Nano Every for the first time to the PC via USB, the Serial Output in Serial-Studio is shown as unreadable gibberish. If I use another program ( CoolTermWin inmy case) to establish the Serial connection, it works correctly and subsequently, it also works in Serial Studio.

Minimal Example on Arduino Nano Every

void setup() {
    Serial.begin(115200);
    while (!Serial);
}

void loop() {
    Serial.println("/*1,2,3*/");
    delay(50);
}

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions