Page 1 of 1

ESP32-C3 USB CDC support

Posted: Sun Apr 25, 2021 12:45 pm
by gal-vayyar
Hi,

Does the ESP32-C3 supports USB CDC? I couldn't find the API documentation.
Does it support any USB Slave mode which is faster than UART?

Thanks

Re: ESP32-C3 USB CDC support

Posted: Sun Apr 25, 2021 4:12 pm
by chegewara
viewtopic.php?f=12&t=20434&p=74965#p74958

In addition to answer from post, not before rev 3.

Re: ESP32-C3 USB CDC support

Posted: Mon Apr 26, 2021 3:59 am
by ESP_Sprite
Note that the hardware does implement a basic CDC, and yes, under normal circumstances it's a fair bit faster than UART.