How to enable RTS/CTS flow control on UART

I'm trying to send serial data from my computer (using python and pySerial) to the nrf52840. It works generally, however I am losing packets – my python reports that it wrote the correct amount of types (3) however my nrf52840 program only reports receiving 2 bytes.

After reading about UART it seems like I could enable hardware flow control (specifically RTS/CTS flow control) to potentially improve reliability. I was wondering how I can enable hardware flow control on the nRF52840?

Parents Reply Children
No Data
Related