User guide
Appendix D. Interfacing Loggernet to RUDICS
D-4
D.4.2 Step 2: Generic Modem Configuration
Add a new Generic Modem to the ComPort, select a Maximum Baud Rate of
115200 and Maximum Packet Size of 1024.
Figure 33: Generic Modem Configuration
In the Modem tab, add a dial script to instruct the RUDICS system to create a new
connection to the remote modem. Use the following script to dial number the
number of the modem to be contacted. Be sure to replace the “X…” below with
the 12 digit number supplied by your Service Provider.
D2000
T "ATS29=8^M"
R "OK" 40000
T "ATS57=9600^M"
R "OK" 40000
T "ATDI00XXXXXXXXXXXX^M"
R "CONNECT" 40000
Next add an end script to close the connection to the remote modem.
D1200
T "+++"
D1200
T "ATH^M"