serial_get_signals
Read the current state of serial control signals (DTR, RTS, CTS, DSR, RI, CD) to check hardware flow control or verify device presence.
Instructions
Read the current state of all serial control signals.
Returns: DTR, RTS (output signals you control) and CTS, DSR, RI, CD (input signals from the remote device). Useful for checking hardware flow control state or verifying device presence.
Args: session_id: Port name of the session. Optional if only one session is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | No |