serial_shell
Execute a series of commands on a serial device and capture the complete output transcript for debugging and analysis.
Instructions
One-shot command sequence over a shell-like device; collects a transcript.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | Serial port name, e.g. COM5 or /dev/ttyUSB0 | |
| parity | No | Parity (default none) | |
| timeout | No | Operation timeout in ms (default 200) | |
| baudrate | No | Baud rate (default 115200) | |
| bytesize | No | Data bits: 5/6/7/8 (default 8) | |
| commands | Yes | ||
| encoding | No | ||
| stopbits | No | Stop bits (default 1) | |
| line_ending | No | ||
| startup_wait | No | ||
| inter_command_delay | No |