SER.setCTS(CTS_value)

This command sets Clear to Send (CTS) on the serial port USIF0.

From version 12.00.xx4, version 13.00.xx5 and version 18.11.004 this command has no effect if flow control is enabled.

The input parameter CTS_value is a Python integer which is either 0 if CTS is set to OFF or 1 if CTS is set to ON.

No return value.

Example:

 

SER.setCTS(1)

 

sets CTS to ON in USIF0.