serial_write
Write data to the open serial port, with UTF-8, hex, or base64 encoding options for text and binary UART frames.
Instructions
Write data to the open serial port. Use hex/base64 for binary UART frames (e.g. Ratchet Phase 2.7).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Payload to send | |
| encoding | No | Encoding of data parameter | utf8 |