how to use serial monitor with ESP32

what2use
Posts: 20
Joined: Fri Jul 10, 2020 5:27 pm

how to use serial monitor with ESP32

Postby what2use » Sun Jul 12, 2020 4:41 pm

How can I send data to the serial monitor, such as text messages for troubleshooting, with the ESP32 ?
When I tried this the Arduino IDE gave me an error that SoftwareSerial.h was not found.

I can use this library with the Uno or Nano but not the ESP32

Any help is greatly appreciated

Agree007
Posts: 102
Joined: Mon Sep 18, 2017 7:11 pm
Location: Copenhagen

Re: how to use serial monitor with ESP32

Postby Agree007 » Sun Jul 12, 2020 9:26 pm

Serial.begin(115200)
delay(2000)
Serial.println("Setup startede....");

what2use
Posts: 20
Joined: Fri Jul 10, 2020 5:27 pm

Re: how to use serial monitor with ESP32

Postby what2use » Sun Jul 12, 2020 11:57 pm

That worked. Thanks

Who is online

Users browsing this forum: No registered users and 62 guests