serial.set_rts
Set the RTS (Request To Send) control line on a serial connection. Use when device protocol requires manual RTS control.
Instructions
Set the RTS (Request To Send) 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. |