78
C
HAPTER
7: A
DVANCED
C
ONFIGURATION
.
Figure 46
Script Configuration Page
Creating a Connection
Script
You can create a script from any other text editor of your choice and copy and
paste the script directly into the Script Configuration text box. Or you may use the
buttons located along the left side of the script window to guide you through the
scripting process.
Connection Script Command Syntax
The following section explains the valid script command syntax.
■
The Begin command (
begin
) initiates the script. The first line of the script must
start with
begin
.
■
The Delay command (
delay second)
designates a length of time to wait before
sending the next command in the script. The acceptable values are between
1-60 seconds.
■
The SetPort command (
setport databit, parity, stopbit)
allows you to
match the script to the communication port settings of the remote server. The
valid
databit
is
8
or
7
. The valid
parity
is
none
,
even
, or
odd
. The valid
stopbit
is
either
1
or
2
.
■
The Transmit command (
transmit “text string”
)
sends a text string to the
remote server. An example of a transmit string might be your account
username or password. This text must be included between the quotation
marks. A carriage return is simulated by the characters
^M
within the quotation
marks
.
The maximum length for this string is 64 characters.
■
The WaitFor command (
waitfor “string, second”
) allows you to designate in
the script to wait before proceeding. An example of text that you might wait
for is the string
Username
, for which you would send your username as a reply.
If the timeout period elapses before a matching string is received, the script
Содержание U.S. Robotics 56K Voice
Страница 10: ...GLOSSARY 3COM CORPORATION LIMITED LIFETIME WARRANTY REGULATORY AND APROVAL INFORMATION...
Страница 30: ...30 CHAPTER 2 DUAL 56K LAN MODEM FUNCTIONALITY DESCRIPTION...
Страница 46: ...46 CHAPTER 4 INSTALLING THE DUAL 56K LAN MODEM...
Страница 58: ...58 CHAPTER 5 CONFIGURING THE DUAL 56K LAN MODEM FOR INTERNET ACCESS...
Страница 124: ...124 CHAPTER 9 PLACING RECEIVING AND DISCONNECTING CALLS...
Страница 136: ...136 CHAPTER 10 TROUBLESHOOTING AND MAINTENANCE...
Страница 146: ...146 APPENDIX A NETWORKING PRIMER...
Страница 154: ...154 APPENDIX D FACTORY DEFAULTS...
Страница 156: ...156 APPENDIX E SPECIFICATIONS...
Страница 166: ......