at_auto_detect
Scans all COM ports using common baud rates and AT probe commands to identify responsive devices. Resolves uncertainty about device connection.
Instructions
Auto-detect all available COM ports. Tries common baud rates and sends an AT probe command to find responsive devices. Useful when unsure which port the device is connected to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baudrates | No | Baud rate list to try. Default: 115200, 9600, 921600, 460800, 230400, 57600, 38400, 19200. | |
| test_command | No | AT command used for probing. Default 'AT'. | AT |
| probe_timeout | No | Timeout per probe in seconds. Smaller is faster but may miss slow devices. Default 0.5. |