at_send_command
Send AT commands to connected IoT devices and read responses. Supports standard AT and extended AT+ commands with optional stop string.
Instructions
Send an AT command to the connected device and read the response. Auto-prepends AT prefix (e.g. 'CSQ' becomes 'AT+CSQ'). Supports standard AT and extended AT+ commands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| command | Yes | AT command to send. Examples: 'AT', 'AT+CGMI', 'AT+CSQ', 'AT+CREG?', or omit AT prefix like 'CGMI', '+CSQ'. | |
| read_until | No | Optional. Stop reading after encountering this string. |