uart_exchange
Exchange data with a target MCU over UART by sending a payload and reading the response. Supports hex or text formats, with configurable timeouts and byte limits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| confirm | No | ||
| max_bytes | No | ||
| timeout_ms | No | ||
| data_format | Yes | ||
| idle_timeout_ms | No |