13
www.bitrek.com.ua
[email protected]
+380 44 507 02 07
Request of device profile parameters.
Command to be sent -
flush
;
Example of response: «xxxxxxxxxxxxxxx, gps.utel.ua, none, none,
xxx.xxx.xxx.xxx, xxxxx 0», where:
IMEI (xxxxxxxxxxxxxxx) - identification number (IMEI) of the device;
APN (gps.utel.ua) - access point to connect GPRS
(shall be requested from the operator);
Login (none) - access login to GPRS
(shall be requested from the operator, usually not required);
Password (none) - access password to GPRS
(shall be requested from the operator, usually not required);
IP (xxx.xxx.xxx.xxx) - Server IP address for data transmission;
PORT (xxxxx) - PORT of server for data transmission;
MODE (0) - mode of device operation (0 - TCP/IP connection).
Read the value of the parameter by its ID.
Command to be sent -
getparam ####
;
Parameter ID (####) consists of four digits and indicates the number of the
parameter. All configurable parameters are specified in the list of device
parameters (see
Example of response: «Param ID #### Val: #», where:
Param ID - ID of requested parameters;
Val - current value of parameter.
Example of the command to request APN of the device (a parameter that
contains the APN device has ID 0242) - getparam 0242;
Example of response: «Param ID 0242 Val: gps.utel.ua».