serial_write
Send raw command strings to a board's serial port for direct device interaction. Specify the board ID and command data to transmit.
Instructions
Write a raw command string to the board's serial port.
Requires active controller lease.
Args: board_id: The identifier of the board (e.g. 'board_a') data: String or command to transmit (e.g. 'help\r\n')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| board_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||