adb_at_batch
Send multiple AT commands sequentially to a modem via ADB, capturing all responses. Useful for running diagnostic sequences. Requires root.
Instructions
Send multiple AT commands sequentially and capture all responses. Useful for running a diagnostic sequence. Requires root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| commands | Yes | Array of AT commands to send in order (max 50) | |
| port | No | Modem device node (auto-detects if omitted) | |
| timeout | No | Timeout per command in ms | |
| delayMs | No | Delay between commands in ms (0-10000, default 500) | |
| force | No | Bypass dangerous command safety checks | |
| device | No | Device serial |