uart_set_mode() function
UART set communication mode
Arguments
uart_num
Uart number to configure, the max port number is (UART_NUM_MAX -1).
mode
UART UART mode to set
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error
Notes
This function must be executed after uart_driver_install(), when the driver object is initialized.
Examples
uart_set_mode() is referenced by 3 libraries and example projects: