How to use ESP32C3's USB Serial/JTAG Controller for bidirectional communication
Posted: Thu Sep 26, 2024 11:58 am
Aim : To achieve simple request/response communication using ESP32C3's USB Serial/JTAG Controller.
Example: I will connect ESP32C3's USB Serial/JTAG Controller lines to PC's USB port then from PC I will send any message using Serial Terminal and then I need to receive it in code and perform Actions.
How can I receive/send data in code using espidf?
Example: I will connect ESP32C3's USB Serial/JTAG Controller lines to PC's USB port then from PC I will send any message using Serial Terminal and then I need to receive it in code and perform Actions.
How can I receive/send data in code using espidf?