Jump to content

TEST-DM: Difference between revisions

From Teltonika Telematics Wiki
No edit summary
No edit summary
Line 19: Line 19:
Examples:
Examples:
* ''getinfo'' command, password "1234": <code>1234 getinfo</code>
* ''getinfo'' command, password "1234": <code>1234 getinfo</code>
* ''getinfo'' command, password not set: <code>&nbsp;getinfo</code>
* ''getinfo'' command, password not set: <code>&nbsp;getinfo</code> (note the whitespace before command)
* ''readavl'' command, password "1234", with argument: <code>1234 readavl 69</code>
* ''readavl'' command, password "1234", single argument: <code>1234 readavl 69</code>
* ''setdigout'' command, password not set, multiple arguments: <code>&nbsp;setdigout 01 30 ? ? 20</code>
* ''setdigout'' command, password not set, multiple arguments: <code>&nbsp;setdigout 01 30 ? ? 20</code> (note the whitespace before command)

Revision as of 15:23, 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 (note the whitespace before command)
  • readavl command, password "1234", single argument: 1234 readavl 69
  • setdigout command, password not set, multiple arguments:  setdigout 01 30 ? ? 20 (note the whitespace before command)