serial_read
Retrieve recent serial output from an embedded board by providing its board ID. Optionally set a timeout to wait and collect logs or command responses for debugging.
Instructions
Wait and read recent serial output from the board.
Args: board_id: The identifier of the board (e.g. 'board_a') timeout_ms: Duration in milliseconds to wait and collect (default: 500)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| board_id | Yes | ||
| timeout_ms | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |