SER.setRI(RI_value)

This command sets Ring Indicator (RI) 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 RI_value is a Python integer which is either 0 if RI is set to OFF or 1 if RI is set to ON.

No return value.

 

Example:

 

SER.setRI(1)

 

sets RI to ON in USIF0.