Search found 1 match
- Thu Jan 20, 2022 10:04 pm
- Forum: ESP-IDF
- Topic: UART Response Issue
- Replies: 2
- Views: 4141
Re: UART Response Issue
My problem is in configuring the UART to be able to be flushed and read within 100 us. After the flush the next characters I get are never correct. I am wondering if I am misunderstanding some of the finer points of the function: int uart_read_bytes(uart_port_t uart_num, uint8_t* buf, uint32_t leng...