Enhanced Serial Monitor with Bidirectional Communication
serial_monitorOpen a serial connection to an Arduino board, read incoming data, send commands, and optionally save output to a file or reset the board.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | ||
| duration | No | ||
| baudrate | No | ||
| send_commands | No | ||
| save_to_file | No | ||
| reset_board | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |