serial_open
Open a serial port exclusively for reading and writing. Set a custom baud rate or use the default 115200 to start communication with connected devices.
Instructions
Open a serial port exclusively for read/write. Default baud is 115200 (Ratchet UART). Close any previous session first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Serial port path, e.g. COM3 | |
| baudRate | No | Baud rate (default 115200) |