serial.set_dtr
Set the DTR (Data Terminal Ready) control line high or low to manage device handshaking or power control.
Instructions
Set the DTR (Data Terminal Ready) control line. Usage is device-specific — check the protocol spec or ask the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | ||
| value | Yes | True = high, False = low. |