dbgprobe.rtt.write
Send text or hex-encoded data to a target device via RTT channel 0 for real-time debugging and inspection.
Instructions
Write data to the target via RTT channel 0. Input is text (UTF-8 by default) or hex-encoded bytes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Data to write. Text (UTF-8) or hex string depending on encoding. | |
| newline | No | Append '\n' to the data (default false). Convenience for terminal input. | |
| encoding | No | Input encoding: 'utf-8' (default) or 'hex'. | utf-8 |
| session_id | Yes | Session ID from dbgprobe.connect. |