Search found 1 match

by divyang.mm
Fri Mar 15, 2024 8:42 am
Forum: ESP32 Arduino
Topic: ESP32 C3 Development Board wont print to serial monitor
Replies: 9
Views: 17286

Re: ESP32 C3 Development Board wont print to serial monitor

I had the same issue. Whatever I did, it didn't print in a serial monitor.

I tried the Blink code with "Serial.println" and "USBSerial.println" but didn't work.

It finally worked using Serial.println only. I just changed the following setting in Tools.

- USB CDC On Boot: "Enabled"