FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE
Ask a question

3964 questions

4514 answers

3337 comments

50937 members

Ask a question
0 votes
1,870 views
in Vehicle tracking by
hi,

which SMS command is used to change the IP address and communication port of a tag?

best regards,

1 Answer

0 votes
by

Hello,

Thank you for your question.

You want to change server ip and port ? Could you specify which device you are using? 

If you have using FMB device following will help you out:

Domain parameter id:2004

Port parameter id: 2005

Command structure (if no password or log in set use two spaces in beginning):

<Login><Password>setparam 2004:server.ip

<Login><Password>setparam 2005:12345

Or you can write this in one command (max 160 chars):

<Login><Password>setparam 2004:123.123.123.123;2005:12345

Let me know if you will have more questions.

More information about command on wiki page: https://wiki.teltonika.lt/view/FMB_setparam

More information about parameter on wiki page: https://wiki.teltonika.lt/view/FMB120_Parameter_list

Best regards.

by

HI,

In our company, we use the FMB120 and FMA to trace the vehicles of our customers.

thanks

by

Hey

For FMA devices command will be:

Change Domain address: '  setparam 1245 127.0.0.1'

Change Domain Port: '  setparam 1246 8888'

SMS command Structure for FMA devices: https://wiki.teltonika.lt/view/FMA_setparam

Parameter list for FMA devices: https://wiki.teltonika.lt/view/FMA120_Device_Family_Parameter_list#GSM_parameters

by

Hi, thanks for the orders.
we manage to change the ip address and communication port of our FMB120 tags by SMS. the problem is that it adds space to the IP address at the beginning. so the tag does not connect automatically. we found this by reading the parameters in the configurator. How to solve this problem ?