IDE
Version: 2.0.4-nightly-20230207
Date: 2023-02-07T03:03:34.773Z
CLI Version: 0.29.0
Copyright © 2023 Arduino SA
Code: Select all
void setup() {
Serial.begin(460800);
}
void loop() {
delay(3000);
Serial.println("Hello!");
}
The problem is that I can't make the serial monitor to show "Hello". The result is always just unreadable symbols.
I have tried to play with bauds without any success.
Could you help me?