Hello Im trying to use the serial monitor but i keep getting strange reads.
Leaving…
Hard resetting via RTS pin…
— Terminal on COM12 | 9600 8-N-1
— Available filters and text transformations: colorize, debug, default, direct, esp32_exception_decoder, hexlify, log2file, nocontrol, printable, send_on_enter, time
— More details at Redirecting...
— Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
�␁� ~L0J!!!�␂� 11
My code is:
#include<Arduino.h>
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.println(“Hello world!”);
delay(1000);
}
Help me solve this problem pls!