dbgprobe.rtt.read
Read buffered RTT data from the target. Returns data as UTF-8 text or hex, non-blocking with configurable timeout.
Instructions
Read buffered RTT data from the target. Returns data as text (UTF-8 by default) or hex. Non-blocking — returns whatever is buffered, waiting up to timeout seconds for initial data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Max seconds to wait for data if buffer is empty (default 0.1). | |
| encoding | No | Output encoding: 'utf-8' (default) or 'hex' for binary data. | utf-8 |
| session_id | Yes | Session ID from dbgprobe.connect. |