User guide
set script
190 Chapter 2 Command Descriptions
Qn Sets software flow control. If n is:
• 0: Flow control is disabled.
• 1: Flow control is enabled.
s5=”Q0”
Sn Defines the time to wait (timeout), in seconds, for a modem signal
or input data.
s2=”S5”
Ts Defines the timeout recovery state. If this timeout is exceeded,
control is passed to this stanza.
s2=”T8”
Un Immediately executes the text of stanza n, as if it were inserted to
replace this command. You can nest this command, up to a
maximum of 10.
s2=”U4”
W+m Waits for a modem signal to go high. If m is:
• 1: Wait for DCD to go high.
• 2: Wait for CTS to go high.
s6=”W+1”
W-m Waits for a modem signal to go low. If m is:
• 1: Wait for DCD to go low.
• 2: Wait for CTS to go low.
s6=”W-1”
[string]s Defines the string and the stanza to jump to when the string is
received on a communications line.
This string can include any of the escape commands listed in
"Script Escape Sequences" on page 191.
s7=”[abort]s22”
Command Description Example