write_serial
Write UTF-8 text to a connected board's UART via resolved serial port, with options for baudrate, port, newline, and timeout.
Instructions
Write bounded UTF-8 text to the connected board UART.
The tool uses the same board-aware serial-port resolution as ``read_serial``.
It never executes host commands and only writes bytes to the resolved UART
transport for the active connected session. Set ``port`` to override serial
resolution explicitly. Set ``append_newline`` when the target firmware
expects line-oriented UART input.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | No | ||
| text | Yes | ||
| baudrate | No | ||
| append_newline | No | ||
| timeout_seconds | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |