uart_set_rts() function
Manually set the UART RTS pin level.
Arguments
uart_num
UART port number, the max port number is (UART_NUM_MAX -1).
level
1: RTS output low (active); 0: RTS output high (block)
Return value
- ESP_OK Success - ESP_FAIL Parameter error
Notes
UART must be configured with hardware flow control disabled.