-
Notifications
You must be signed in to change notification settings - Fork 6
Serial Monitor not working #2
Copy link
Copy link
Open
Description
I am trying to get a simple sketch running on the ESP32 C3. I am able to upload the sketch successfully but the serial monitor is blank. Any thoughts as to why this might be? I have verified that the serial monitor is set to 115200 as well. As a reference, I am able to successfully load and run the Blink example.
This is the sketch:
void setup(){
Serial.begin(115200);
}
void loop(){
Serial.println("Hello from ESP32-C3!");
delay(1000);
}

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels