serial_open
Open a serial port connection and initiate an interactive shell session. Returns initial banner output for terminal access.
Instructions
Open a serial port connection and start an interactive shell session. Returns the initial banner output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | Serial port path (e.g. COM3, /dev/ttyUSB0). Overrides device config if provided. | |
| device | No | Device name (optional, defaults to the active device) | |
| parity | No | Parity: none, even, or odd (default: none) | |
| baudRate | No | Baud rate (default: 115200) | |
| dataBits | No | Data bits: 5, 6, 7, or 8 (default: 8) | |
| stopBits | No | Stop bits: 1, 1.5, or 2 (default: 1) |