open_port
Opens a serial connection to a device for console access, setting path, baud rate, parity, data bits, and stop bits.
Instructions
Open a serial connection to a device
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Serial port identifier/path (e.g. /dev/ttyUSB0, /dev/tty.usbserial-110, or COM3) | |
| parity | No | Parity (default: none) | none |
| baudRate | No | Baud rate (default: 9600) | |
| dataBits | No | Data bits (default: 8) | |
| stopBits | No | Stop bits (default: 1) |