Instruction manual
Appendix D. Interfacing LoggerNet to RUDICS
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 D-5. 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 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"
D-4