read_available
Read unsolicited or buffered data from a serial device without sending commands, capturing streaming output like syslog or binary replies.
Instructions
Drain and return whatever the device has sent, without transmitting anything.
Use for unsolicited/streaming output (syslog on a console, GPS, a sensor, a rig
in auto-info mode), or to grab a binary reply after send_hex. Waits up to
read_timeout for the first bytes, then briefly settles so a full chunk is
captured, then returns everything buffered.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| read_timeout | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |