R&D department
2018/08/01
0:O 64,C 0, E 248; LK:O 575, E 1, TMO 126; RS: 04; P 0
1.1.4
Imei
SMS message is used to get device IMEI number.
Example:
pass imei
Response example:
IMEI: 863071016796615
1.1.5
Reset
SMS message is used to reset FM device. Device will reboot, its configuration parameters will not be lost.
Example:
pass reset
Response example:
Resetting device
1.1.6
Connect – custom connection
SMS message is used to force FM device to connect (for one time) to server with custom IP, port and protocol
settings. FM device creates dummy record just with header part. Triggered event ID = 0 (zero). SMS has three
parameters. SMS format:
pass connect IP,Port,Protocol
Parameter
Description
IP
32-bit number, commonly known as an Internet Protocol address (xxx.xxx.xxx.xxx).
Port
16-bit number, commonly known as the port number (xxxxx).
Protocol
The principal of communication. There are two available protocols: TCP and UDP.
Example:
pass connect 192.168.0.1,7011,TCP
Response example:
connection data ok
After unsuccessful operation device responds:
connection data incorrect
1.1.7
Econnect – emergency custom connection
SMS message is used to force FM device to connect (for one time) to server with custom APN, user, pass, IP, port
and protocol settings. FM device creates dummy record just with header part. Triggered event ID = 0 (zero). SMS has five
parameters. SMS format:
pass econnect apn,apnLogin,apnPassword,IP,Port,Protocol
Parameter
Description
APN
An Access Point Name (APN) is the name of a gateway between a GPRS (or 3G, etc.)
mobile network and another computer network, frequently the public Internet.
User
User name for APN settings.
Pass
Password for APN settings.
9