SER.setDSR(DSR_value)

This command sets Data Set Ready (DSR) 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 DSR_value is a Python integer which is either 0 if DSR is set to OFF or 1 if DSR is set to ON.

No return value.

Example:

 

SER.setDSR(1)

 

sets DSR to ON in USIF0.