TEST-DM
Appearance
[[Category:{{{model}}}]]
This page lists SMS/GPRS commands for the {{{model}}} device.
General information:
- A single SMS/GPRS command is limited to 160 characters.
- GPRS commands require the Codec 12 protocol.
- SMS/GPRS command functioning in Deep Sleep - because the GSM/GPRS module is disabled in Deep Sleep, the device will receive your SMS message only when it exists Deep Sleep (and GPRS commands will not be received at all).
Command Syntax

Before all SMS/GPRS commands, enter the password OR a whitespace (when password is not set).
All commands are case-sensitive.
Always check the syntax of your desired command in its dedicated page.
General 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 - getparam command, password not set, multiple arguments:
getparam 2001;2002(note the whitespace before command) - setparam command, password "1234", multiple arguments with values:
1234 setparam 2001:wap;2002:user;2003:pass
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.
Command List
Default Commands
These are the default SMS/GPRS commands, applicable for most Teltonika devices.
| COMMAND | DESCRIPTION | SYNTAX EXAMPLE |
|---|---|---|
| allver | Returns information about device firmware and hardware. | allver |
| battery | Returns information about battery status. If battery is not present voltage and current will return zero value. | battery |
| cpureset | Restarts device. | cpureset |
| deleterecords | Deletes all records inside device. | deleterecords |
| delkey | Deletes current primary key. | delkey <old_keyword> |
| delsecondkey | Deletes current recovery key. | delsecondkey <old_keyword> |
| fwstats | Information regarding firmware update statistics. | fwstats |
| getgps | Returns information string regarding GNSS. | getgps |
| getimeiccid | Returns information about modem IMEI and SIM CCID. | getimeiccid |
| getimsi | Returns IMSI code of currently used SIM card. | getimsi |
| getinfo | Returns information string. | getinfo |
| getops | Returns list of currently visible operators. | getops |
| getparam | Get configured parameter value. | getparam <param_id1>;<param_id2>;... |
| getrecord | Generates a high priority record so force device to send all records to the server. | getrecord |
| getstatus | Get status about device. | getstatus |
| getver | Returns code version, device IMEI, modem app version, RTC time, Init time, etc. | getver |
| getvin | Returns VIN code that is currently used. | getvin |
| ggps | Returns information about current date, time, speed, device coordinates and a link to Google Maps with current position. | ggps |
| readavl | Returns information string regarding AVL ID value. | readavl <AVL_ID> |
| setkey | Set new or change current primary key. | setkey <old_keyword> <new_keyword> |
| setparam | Change configurable parameter value. | setparam <param_id1>:<value>;<param_id2>:<value>;... |
| setsecondkey | Set new or change current recovery key. | setsecondkey <old_keyword> <new_keyword> |
| towingreact | Reactivates towing Detection scenario. Intended for use in case of a fake towing detection event. | towingreact |
| wdlog | Returns information about the recent watchdog events. | wdlog |
| web_connect | Triggers FOTA service/connection. | web_connect |
Other Commands
These SMS/GPRS commands depend on device hardware or firmware.
| COMMAND | DESCRIPTION | SYNTAX EXAMPLE |
|---|---|---|
| dr_reset | Erase all Dead Reckoning calibration parameters. After executing the command, the device requires full calibration again. | dr_reset |
| extformat | Quick formats external storage. | extformat |
| fall_down_reset | Triggers fall down reset. | fall_down_reset |
| getcontsens | Returns IDs of active and saved temperature sensors. | getcontsens |
| getio | Returns information string with values of all available IO pin values. | getio |
| oemreset | Clears OEM file from device memory and resets OEM logic. Immediately requests a new OEM file if all conditions are met - VIN is available. | oemreset |
| on_demand_tracking | Toggles on-demand tracking. | on_demand_tracking <arg> |
| savecontsens | Save active sensors IDs or IDs passed as argument. | savecontsens <id1>,<id2>,<id4>,<id4>,<id5> |
| secooff | Stops Seco scenario. | secooff |
| secoon | Starts Seco scenario. | secoon |
| setdigout | Controls specified digital output. Sets/clears DOUTs with optional timeouts and speed thresholds. Accepts as many parameter sets, as your device has DOUTs. | setdigout ### <Y1> <Y2> <Y3> <Z1> <Z2> <Z3> |
| setigndigout | Controls the specified digital output when the ignition is off. DOUTs are controlled dynamically. | setigndigout ### <Y1> <Y2> <Y3> |
| mcan_cmd | Activates sending specified Manual CAN command. | mcan_cmd: <command_ID> |
| mcan_stop | Stops sending specified Manual CAN command. | mcan_stop: <command_ID> |
| cleardtc | Clears OBD DTCs. | cleardtc <module_id> |
| scandtc | Sends selected module fault codes back to user. | scandtc <module_id> |