text
Manage text and data in fldigi's RX/TX widgets. Read decoded RX text, clear buffers, stage TX text or bytes for queueing, and retrieve RX/TX data without transmitting.
Instructions
RX/TX text and data. operations: read (decoded RX text; start/length), rx_length, get_rx (value=[start, length], the raw byte range), clear_rx, add_tx (value=text), add_tx_queue, add_tx_bytes (value=text or bytes), clear_tx, get_rxtx_data, get_rx_data, get_tx_data.
add_tx / add_tx_bytes only stage text in the TX widget; they do not transmit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | No | ||
| value | No | ||
| length | No | ||
| operation | Yes |