serial_reset_device
Reset embedded devices like ESP32 or STM32 using DTR/RTS signals to restore functionality during development and debugging.
Instructions
Reset an embedded device using DTR/RTS sequence. Supports ESP32, STM32, and generic reset.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| connection_id | Yes | Connection ID from serial_connect | |
| method | No | Reset method: 'esp32' (into app), 'esp32_bootloader' (into bootloader), 'stm32', 'dtr_pulse', 'rts_pulse' | dtr_pulse |