serial_send_break
Send a serial break signal to interrupt device boot or enter diagnostic modes on systems like U-Boot, Cisco IOS, and Sun ILOM.
Instructions
Send a serial break signal.
A break signal holds the TX line low for longer than a character frame, which many devices interpret as a special command:
U-Boot: interrupt autoboot to get a shell
Cisco IOS: break into ROMMON
Sun/Oracle ILOM: enter diagnostics
Linux SysRq: trigger magic SysRq if configured
Args: duration: Break duration in seconds (default 0.25, most devices need 0.1-0.5) session_id: Port name of the session. Optional if only one session is open.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| duration | No | ||
| session_id | No |