FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 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
2,028 views 2 comments
by
i like to connect to a ntrip server and also a tcp adress with rut955 to get rtcm data and output it via rs232.

my ntrip und my tcpsver uses dynamic ip adresses (it´s a fritz.box) so i need to insert  afasfxxxxxxx.myfritz.net instead 98.168.178.55.

could you update that?

best regards andreas

1 Answer

0 votes
by anonymous

Hi,

Try to enter the ddns address via SSH or CLI (https://wiki.teltonika.lt/view/CLI) directly in configuration file.

To edit configuration, enter command:

vi /etc/config/rs

 You will get similar information:

config rs232 'rs232'
        option debug '0'
        option ip_listen ' '
        option ntrip_nmea '$GPGGA,123519,5925.150,N,02443.300,E,1,08,0.9,0.0,M,0
        option databits '8'
        option parity 'none'
        option stopbits '2'
        option flowcontrol 'none'
        option type 'ntrip'
        option ntrip_data_format 'n'
        option enabled '1'
        option baudrate '9600'
        option ntrip_ip 'teltonika.no-ip.com'
        option ntrip_port '60'
        option ntrip_mount_point '12'
        option ntrip_user 'test'
        option ntrip_password 'test'

config rs485 'rs485'
        option enabled '0'
        option debug '0'
        option ip_listen ' '

To enter into edit mode in VI editor press i.

Under config rs232 'rs232' option ntrip_ip change IP address '0.0.0.0' to ddns address 'afasfxxxxxxx.myfritz.net'

To exit edit mode press "Esc" button and to leave VI editor with safe, enter :wq and press "Enter". Enter luci-reload to restart service.

by
Thank you very much!

I would also very happy if you could add this also to new firmware..

which is the config file for modbus?
by anonymous

The Modbus gateway configuration for RS232 or RS485 is located in the same file, just IP address is called option ip_listen '0.0.0.0'.

If you want to reach ModBus TCP configuration, which responsible for data collection from router internal registers, this file is located in /etc/config/modbus

And this functionality will be reported to RnD for future firmware releases.