list_serial_ports
Lists all serial ports currently visible to the computer, returning system names, descriptions, and USB hardware IDs. Use this first to identify a device when the port name is unknown or a connection has failed.
Instructions
List every serial port the computer can currently see.
Call this FIRST whenever the user wants to connect to a device but hasn't given
an exact port name, or when a connection fails. Returns each port's system name
(what you pass to connect), a human description, and the USB hardware id, so
you can guess which one is the user's gear.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |