at_batch_test
Batch-test AT commands by sending a list to a connected device and receiving automatically classified results (PASS/OK/ERR/CME), useful for validating command lists efficiently.
Instructions
Batch-test AT commands. Sends a list of AT commands to the connected device and returns all results with automatic classification (PASS/OK/ERR/CME). Much more efficient than calling at_send_command repeatedly; good for validating a command list from the knowledge base.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout | No | Timeout per command in seconds. Default 1.0. | |
| commands | Yes | List of AT commands to test. Example: ['AT', 'AT+CSQ', 'AT+CGMI']. About 4ms each; for large batches, group by category in chunks of 20-30. |