UART port number, the max port number is (UART_NUM_MAX -1).
Return value
- ESP_OK Success - ESP_FAIL Parameter error
Notes
Instead of waiting the data sent out, this function will clear UART rx buffer. In order to send all the data in tx FIFO, we can use uart_wait_tx_done function.
Examples
uart_flush() is referenced by 1 libraries and example projects: