serial_write
Send data to an open serial port. Use hex or base64 to send binary UART frames, including Ratchet Phase 2.7 sequences.
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 |