serial_set_dtr
Set the Data Terminal Ready line state to reset or control connected hardware devices through serial communication.
Instructions
Set DTR (Data Terminal Ready) line state. Used for device reset on many boards.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection ID from serial_connect | |
| state | Yes | DTR state (true=high, false=low) |