Page 1 of 1

advanced_usb_cdc for the ESP32C3

Posted: Mon Jan 16, 2023 10:34 am
by ShahinHaque
Hello,

I would like to use ESP32 console example, however I would like to use the USB rather than a seperate UART. the only example available is this - https://github.com/espressif/esp-idf/tr ... ed_usb_cdc, however this is only available on the S2, has anyone imported this for the C3?

Re: advanced_usb_cdc for the ESP32C3

Posted: Tue Jan 17, 2023 12:13 pm
by ShahinHaque
SOLVED

USB_CDC is not needed, Setting the console basic to ESP_CONSOLE_USB_SERIAL_JTAG worked.