serial_set_rts
Control the RTS line state to trigger bootloader entry on ESP32/STM32 microcontrollers during serial communication with remote devices.
Instructions
Set RTS (Request To Send) line state. Used for bootloader entry on ESP32/STM32.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection ID from serial_connect | |
| state | Yes | RTS state (true=high, false=low) |