serial_write
Send text or HEX data to a serial port for UART debugging and protocol testing. Choose text or hex input and optional line ending.
Instructions
Write text or HEX into an open capture session's port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hex | No | HEX bytes to send (exactly one of text/hex) | |
| port | No | Serial port name, e.g. COM5 or /dev/ttyUSB0 | |
| text | No | Text to send (exactly one of text/hex) | |
| line_ending | No | Line ending appended to writes: crlf/cr/lf/none |