serial.pulse_dtr
Pulses the DTR line low for a specified duration to reset microcontrollers like Arduino or ESP32.
Instructions
Pulse the DTR line: sets low, waits duration_ms, then sets high. Commonly used to reset microcontrollers (e.g. Arduino, ESP32). 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). |