RSC/MP 7.3 Installation and Configuration Guide

RSC/MP Scripts for Modems and Logons
HP NonStop Remote Server Call (RSC/MP) Installation and Configuration Guide522358-011
D-5
WAIT Command
stopbits
1 or 2
parity
E for even, O for odd, or N for none
Set the port speed.
set speed { value }
value
A valid port speed value.
Set case sensitivity when matching strings.
set case { ON | OFF }
ON
For case sensitive string matching.
OFF
For non-sensitive string matching. OFF is the default.
WAIT Command
Wait for the specified length of time to pass or for certain responses to be received.
This command accepts a time interval specified in seconds and up to five optional
strings for matching. When no strings are supplied, processing continues after the time
interval passes. When one or more strings are supplied, processing continues after
any one of the strings is matched, or after the time interval passes, whichever occurs
first. The maximum length for any string is 128 characters.
wait seconds [ string1 ] ... [ string5 ]
A match is found whenever one of the supplied strings (string1 through string5)
matches any substring of the input text received from the attached device, according to
the case matching rule established using the SET CASE command. For example, the
string “CONNECT” will match any of the following responses:
CONNECT
CONNECT OK
DONE CONNECT
DISCONNECTED
Connect OK, by default (using case-insensitive matching), but will not match if the
SET CASE ON command has been used. See the SET Command on page D-4 for
more information.