Page 1 of 1
ESP32-C3 No serial communication on native USB
Posted: Fri Nov 04, 2022 3:58 pm
by Niklas Sommer
Hello, I have a custom board that is using the esp32-c3 connected via the built in USB interface and flashing/running code works fine but printing data via serial does not work. Any ideas?
Re: ESP32-C3 No serial communication on native USB
Posted: Sat Nov 05, 2022 2:52 am
by ESP_Sprite
Do you have a bit more information? SDK, version, how did you configure it, ...?
Re: ESP32-C3 No serial communication on native USB
Posted: Sat Nov 05, 2022 3:07 am
by felmue
Hello @Niklas Sommer
this article describes how to enable serial communication over native USB.
https://docs.espressif.com/projects/esp ... nsole.html
Thanks
Felix
Re: ESP32-C3 No serial communication on native USB
Posted: Sat Nov 05, 2022 12:21 pm
by Niklas Sommer
Thanks I'll give that a shot but is there also a way of doing it in arduino ide?
Re: ESP32-C3 No serial communication on native USB
Posted: Sat Nov 05, 2022 5:52 pm
by felmue
Hello @Niklas Sommer
for Arduino maybe this post can help?
https://github.com/espressif/arduino-es ... sions/6871
Thanks
Felix
Re: ESP32-C3 No serial communication on native USB
Posted: Sun Nov 06, 2022 8:22 pm
by Niklas Sommer
Wow thanks that did the trick.