Programming beetle esp32 c3 in ESP-IDF for serial input via Serial Monitor
Hi all,
Is it possible to sent, usb input via serial monitor in DFRobot Beetle esp32-c3 device. In ESP-IDF I am able to see the serial output in the idf.py port monitor, but i cannot give an input to the device via serial monitor, where as the same supports for the ESP32-C3 DevkitM-1 for Espressif.
And I see a option in the Arduino IDE, for Enabling USB CDC BOOT, is there any work around for that in esp IDF to. Or that there is no USB2TTL converter driver for this version of Board you provide, that i cannot give an input.
I am Looking forward for some work around that may come handy to continue my wrk, like adding a ftdi support or how to work with serial input in Beetle in ESP IDF. Your response would be greatful.
Thanks and Regards
Hi!
pls check the ESP-IDF forum.
[Solved] How do I enable USB CDC on boot? - ESP32 Forum
https://www.esp32.com/viewtopic.php?t=30926
This is the context of the wiki.
USB Console - ESP32-S2 - — ESP-IDF Programming Guide v4.3 documentation (espressif.com)
https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32s2/api-guides/usb-console.html#
jennaHello,
if you are trying to use the serial monitor on Arduino ide, you can first select the port and then open Serial Monitor in the toolbar.
You can then enter the value on the top of the window and then press send.
xingzhao.zhu