Skip to content

Serial Monitor not working #2

@dreaquil

Description

@dreaquil

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);
}
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions