esp32C3 super mini 2~3 UART
Posted: Wed Jan 07, 2026 10:41 am
Hello,
My project uses an esp32C" super mini.
I need to send/receive data to the PC using the USB connector. As far as I understand, this uses UART 0
I also need to send data to a serial client (A), at 115200 baud
And I need to receive data from a different serial client (B), but at 9600 bauds.
At this point in time, I use UART 1 at startup time, set at 9600 baud to get the data from serial client B, and then I switch to 115200 and start talking to serial client A.
But is there a way to work with both at the same time?
Cyrille
My project uses an esp32C" super mini.
I need to send/receive data to the PC using the USB connector. As far as I understand, this uses UART 0
I also need to send data to a serial client (A), at 115200 baud
And I need to receive data from a different serial client (B), but at 9600 bauds.
At this point in time, I use UART 1 at startup time, set at 9600 baud to get the data from serial client B, and then I switch to 115200 and start talking to serial client A.
But is there a way to work with both at the same time?
Cyrille