How to print "Hello"

Nonverbis
Posts: 1
Joined: Wed Feb 15, 2023 8:53 am

How to print "Hello"

Postby Nonverbis » Wed Feb 15, 2023 9:09 am

Image

Image

Image

Image

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?

ESP_Sprite
Posts: 9730
Joined: Thu Nov 26, 2015 4:08 am

Re: How to print "Hello"

Postby ESP_Sprite » Thu Feb 16, 2023 3:21 am

The upload speed is not the same as the serial speed when the program is running. Try 'Serial.begin(115200);' or even just 'Serial.begin()' instead.

Who is online

Users browsing this forum: No registered users and 110 guests