uart_get_collision_flag() function
Returns collision detection flag for RS485 mode Function returns the collision detection flag into variable pointed by collision_flag. *collision_flag = true, if collision detected else it is equal to false. This function should be executed when actual transmission is completed (after uart_write_bytes()).
Arguments
uart_num
Uart number to configure the max port number is (UART_NUM_MAX -1).
collision_flag
Pointer to variable of type bool to return collision flag.
Return value
- ESP_OK Success - ESP_ERR_INVALID_ARG Parameter error