How to set CTS
Hi,
I'm designing two applications, first, I send data throught serial port with flow control (FLOWCONTROL_RTSCTS_OUT), using setRTS(true), and waiting CTS in true, and second, an application that receives that serial data with flow control (FLOWCONTROL_RTSCTS_IN).
I need setting CTS in receiver to enable the transmitter to send data, however I don't know how to set CTS in receiver. How can I do it?
I tested the transmitter with another receiver application, and works fine.
Thanks in advance.