rtt_write
Write string data to an RTT down-buffer channel on a target device via J-Link. The target must be running RTT with a down-buffer listener.
Instructions
Write data to RTT down-buffer (host -> device). The target device must be running RTT with a down-buffer listener.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | String data to send to the target device. | |
| channel | No | RTT channel to write to (default: 0). |