QUERY · ISSUE
esp8266 hardware flow control issue
enhancementport-esp8266
How to use esp8266 UART0/UART1 hardware flow control function! Thanks!
CANDIDATE · ISSUE
Feature request: UART RTS/CTS hardware flow control on ESP32
port-esp32
As the underlying esp-idf API supports RTS/CTS for serial communication, it would be good to be able to use it also from Micropython. Currently it's not implemented.
I have found #4438, but that seems to be for a more generic software approach.
As hardware flow controls is implemented in the Development Framework, it should be rather easy to add.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/uart.html#_CPPv421uart_hw_flowcontrol_t
Thanks!