read_tool_info
Retrieve hardware and firmware information from a connected USB HID debugger, including firmware version, hardware revision, serial number, and device name. No target microcontroller required.
Instructions
Read hardware and firmware information from the connected debugger.
Returns a JSON object with fields such as fw_major, fw_minor, hw_rev, serial_number, and device_name. Requires a USB HID debugger; does not require a target device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tool | No | ||
| serialnumber | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |