SER.getRTS()

This command gets Request to Send (RTS) from the serial port USIF0.

It has no input parameter.

The return value is a Python integer which is either 0 if RTS is set to OFF or 1 if RTS is set to ON.

Example:

 

rts = SER.getRTS()

 

gets RTS from USIF0, assigning the return value to rts.