0
const int rxBytes = uart_read_bytes(UART_NUM_0, data, RX_BUF_SIZE, 10 / portTICK_RATE_MS);
4

1 回答 1

0

要刷新输入数据,您可以重复从 uart 读取,超时时间为 0,直到返回零字节。

于 2018-06-19T10:48:17.843 回答