async_call: ashet.io.serial.query_control
Documentation
Reads all control lanes of the serial port.
Inputs
port: io.serial.SerialPort
Outputs
dtr: boolData Terminal Ready
dcd: boolData Carrier Detect
dsr: boolData Set Ready
ring: boolRing Indicator
rts: boolRequest To Send
Note:
This is also called
RTRwhen used for modern hardware control flow.cts: boolClear To Send
Errors
InvalidHandleUnsupportedThe serial port does not support control flow lanes.