Search found 1 match
- Sat Sep 02, 2017 9:44 am
- Forum: ESP-IDF
- Topic: uart_write_bytes or uart_tx_chars crashing
- Replies: 1
- Views: 4890
uart_write_bytes or uart_tx_chars crashing
Hi I am trying to write a simple code where the UART1 data gets sent to a TCP server. However, I am having an issue writing anything to UART1, or UART0 for that matter. The code works just fine if I don't write anything to UART1, just read. However, I can't read anything from UART0. Basically invoki...