Search found 1 match
- Thu Feb 27, 2025 1:21 pm
- Forum: ESP-IDF
- Topic: Using UART0 and UART2 concurrently
- Replies: 1
- Views: 542
Using UART0 and UART2 concurrently
Greetings I am using the ESP32-WROOM-32E NodeMCU board and I am using UART2 to read and write to another device. I am also getting logs using the UART0 pins. My configuration for UART2 is as follows: uart_port_t uart_tx_panel = UART_NUM_2; static void init(void) { const uart_config_t uart_config = {...