This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UART Flow Control

What is the proper way of enabling / disabling flow control with the nRF Connect SDK?  I've tried adding 'hw-flow-control;" as a flag to the uart0 define in my primary dts file.  I've seen examples that either add "/delete-property/ rts-pin;" and "/delete-property/ cts-pin;" to the dts, or assign them like "rts-pin = <0xFFFFFFFF>;"

So with the latest SDK, what is the correct way to set up a serial port with and without hardware flow control?

Related