Search found 1 match
- Thu Dec 01, 2022 2:15 pm
- Forum: General Discussion
- Topic: uart_read_bytes
- Replies: 5
- Views: 15430
Re: uart_read_bytes
Hi, I don't understand the difference between : uart_set_rx_timeout and the TickType_t ticks_to_wait in uart_read_bytes. I think that if in : uart_read_bytes(uart_num, buf, length, ticks_to_wait) I set: length=5 and rx timeout=1, (the time to receive a byte to the baud setted) If I don't receive 5 b...