serial.pulse_rts
Pulse the RTS line low then high after a set duration to enter bootloader mode on compatible serial devices. Verify protocol specifications before use.
Instructions
Pulse the RTS line: sets low, waits duration_ms, then sets high. Some devices use RTS to enter bootloader mode. Check the protocol spec or ask the user before pulsing — effect is device-specific.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | ||
| duration_ms | No | Pulse duration in milliseconds (default 100). |