Internet Router User Guide
52
CompuServe Script
The following script file could be used to log on to CompuServe, and can be used as
an example for other situations.
wait 3000
send “\r”
wait 3000
send 100 “CIS\r”
wait 3000 “:”
send 100 “user id\r”
wait 3000
send 100 “password\r”
wait 60000 “!”
send 100 “GO PPPCONNECT\r”
Command
Explanation
wait 3000
Pause for 3 seconds
send “\r”
Send the carriage return character.
wait 3000
Pause for 3 seconds
send 100 “CIS\r”
Send the string “CIS”, then a carriage return char-
acter. Pause for 100 ms between characters.
wait 3000 “:”
Wait for 3 seconds to receive the character “:” If not
received in time, the connection is dropped.
send 100 “user id\r”
Send the string user id, where user id is your log-in
name, then a carriage return. Pause for 100 ms
between each character.
wait 3000
Pause for 3 seconds
send 100 “password\r”
Send the string password, where password is your
password, then a carriage return. Pause for 100 ms
between each character.
wait 60000 “!”
Wait for 60 seconds to receive the character “!”.
If not received in this time, the connection will be
dropped.
Send 100
“GO PPPCONNECT\r”
Send the string “GO PPPCONNECT”, then a
carriage return character. Pause for 100 ms between
Содержание INET-810
Страница 1: ...P N 9560860000 ISDNLINK INET 810 INET 820 INET 830 INET 850 ISDN Router User s Guide ...
Страница 3: ...ii ...
Страница 7: ...iv This page was deliberately left blank ...
Страница 51: ...Internet Router User Guide 44 This page was deliberately left blank ...
Страница 61: ...Internet Router User Guide 54 This page was deliberately left blank ...
Страница 76: ...A Troubleshooting 69 This page was deliberately left blank ...