FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

4167 questions

4739 answers

3460 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
258 views
in Vehicle tracking by anonymous

1 Answer

0 votes
by anonymous
Hello.

To change configuration parameter please use setparam SMS command.

Command structure is: setparam 1# 2#

1# - ID value.
2# - New Parameter Value

In FM11 device you can configure only one parameter per SMS, so in this case two SMSes are needed.

Please note that the SMS login and SMS password are used with every SMS sent to FM1100. If login and password are not set, in every SMS sent to FM1100 device two spaces before command have to be used (<space><space><command>).
Command structure with set login and password:
<SMS_login><space><SMS_password><space><command>, example: “asd 123 getgnss”, if SMS login and password is not set: "  getgnss"

Server domain ID is 1245 and port number ID is 1246

To configure targer server domain to myserver.com send: <SMS_login><space><SMS_password><space>setparam 1245 myserver.com

To configure target server port to 12345 send: <SMS_login><space><SMS_password><space>setparam 1246 12345

To verify parameter value please use getparam command, example to check target server domain:

<SMS_login><space><SMS_password><space>getparam 1245

Please note that changes will take effect when device will open new link with the server, therefore after setting new domain and port please send cpureset command to device to restart modem and establisch new connection with the server.

Regards