write_port
Send hex-encoded data to an open serial port. Specify the port name and hex string to transmit.
Instructions
Write data to an open serial port.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port | Yes | The name of the port to write to. | |
| data | Yes | Hex-encoded string of data to write (e.g., "48656c6c6f" for "Hello"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |