Skip to content

Conversation

me-no-dev
Copy link
Member

No description provided.

@me-no-dev me-no-dev merged commit 4a55ff9 into master Aug 31, 2021
@me-no-dev me-no-dev deleted the feature/c3_usb_cdc branch August 31, 2021 05:48
@chegewara
Copy link
Contributor

@me-no-dev Is it intended to use Serial.begin() to get serial logs working?

void setup() {
  // put your setup code here, to run once:
Serial.begin(115200);
}

void loop() {
  // put your main code here, to run repeatedly:
Serial.println("test");
delay(1000);
}

Yes, i do have devkit with native USB, and yes i did set tools->... options to use it. And here is log output without Serial.begin():

20:14:53.968 -> ESP-ROM:esp32c3-api1-20210207
20:14:53.968 -> 

nothing more.

@s-light
Copy link

s-light commented Nov 10, 2021

@chegewara maybe distantly related to my problem?
esp32.com forum: ESP32-C3 CDC USB usage

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants