H.B.

Results 3 comments of H.B.

The workings of the threshold registers are described in the TRMs, and "ESP-IDF integration" is present via e.g. [`uart_set_rx_timeout()`](https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/peripherals/uart.html#_CPPv419uart_set_rx_timeout11uart_port_tK7uint8_t).

Note that it's (probably) not the example/ESP code "failing", but only the USB connection to the PC when the USB peripheral is powered down for sleep. "Error: ClearCommError failed ..."...

If it works with ASCII/text data but loses chunks of binary, the problem may be in the way you transfer data from TCP to the UART; specifically when determining the...