Hi,
I used UART0 in the code, without realizing that ESP_LOG also uses the same port.
Extra bytes I observed are due to ESP_LOG.
The issue is resolved. Thanks
Search found 2 matches
- Wed May 07, 2025 5:35 pm
- Forum: ESP-IDF
- Topic: ESP32-C6: UART uart_write_bytes() method sends extra junk bytes
- Replies: 2
- Views: 85
- Wed May 07, 2025 6:25 am
- Forum: ESP-IDF
- Topic: ESP32-C6: UART uart_write_bytes() method sends extra junk bytes
- Replies: 2
- Views: 85
ESP32-C6: UART uart_write_bytes() method sends extra junk bytes
Hi,
I am using a custom developed PCB with ESP32-C6-WROOM-1 module. ESP-IDF version 5.4
I am using UART to communicate between two boards.
I have initialized the UART as specified in the ESP-IDF programming reference and using uart_write_bytes() method to send data over UART. I have found that ...
I am using a custom developed PCB with ESP32-C6-WROOM-1 module. ESP-IDF version 5.4
I am using UART to communicate between two boards.
I have initialized the UART as specified in the ESP-IDF programming reference and using uart_write_bytes() method to send data over UART. I have found that ...