TEST-DM: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
General SMS/GPRS command structure: | General SMS/GPRS command structure: | ||
<password><space><command><space><argument1><space><argument2>... | <password><space><command><space><argument1><space><argument2>... | ||
* | Examples: | ||
* | * ''getinfo'' command, password "1234": <code>1234 getinfo</code> | ||
* | * ''getinfo'' command, password not set: <code> getinfo</code> | ||
* ''readavl'' command, password "1234", with argument: <code>1234 readavl 69</code> | |||
* ''setdigout'' command, password not set, multiple arguments: <code> setdigout 01 30 ? ? 20</code> | |||
Revision as of 15:21, 19 January 2026
[[Category:{{{model}}}]]
This page lists SMS/GPRS commands for the {{{model}}} device.
General Information
- A single SMS/GPRS command is limited to 160 characters.
- All commands are case-sensitive.
- GPRS commands require the Codec 12 protocol.
- SMS/GPRS command functioning in different sleep modes:
- text
- text
Command Syntax
Before all SMS/GPRS commands, enter either the password, or a whitespace (when password is not set).
Note! In some Apple iOS devices, any whitespace in the beginning of a message is automatically removed under certain conditions. This may affect SMS parsing in the receiving device.
General SMS/GPRS command structure:
<password><space><command><space><argument1><space><argument2>...
Examples:
- getinfo command, password "1234":
1234 getinfo - getinfo command, password not set:
getinfo - readavl command, password "1234", with argument:
1234 readavl 69 - setdigout command, password not set, multiple arguments:
setdigout 01 30 ? ? 20