ping
Verifies communication with a target microcontroller by reading its device signature bytes.
Instructions
Read the device signature bytes to confirm communication with the target.
Returns the device ID as a space-separated hex string (e.g. '0x1e 0x96 0x51'). Use this to verify the target is connected and responding before programming.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device | No | ||
| tool | No | ||
| serialnumber | No | ||
| serialport | No | ||
| baudrate | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |