HP LCS60 Installation Manual page 370

Network interface for ethernet r3.0
Table of Contents

Advertisement

Client Software Configuration
Screen F-1:
Continued
!
@LABEL 59
exit -6019
!
! Attempt to hang up the modem
!
@HANGUP
exit 0
Edit this script with the information appropriate for your modem and
configuration. The entries in the above script are described below:
!
@ORIGINATE @ANSWER
xxxxx
38400
note "Dialing ˆ 1"
write "ATDTˆ1"
ask...
@LABEL 19
matchstr 1 20...
matchread 400
F-4
Indicates a comment.
Labels to begin execution of originate and
answer mode.
Anything specific to your modem should go
here. Refer to your modem documentation.
Baud rate.
Writes to a log.
Writes to serial driver.
This line tells the system to prompt for the
information (in this example for the User ID and
password). Without this line, you would need
to hard code the information into the script.
Numeric label.
Match incoming characters. The 20 in this line is
a label.
Reads input from the serial driver and compares
the input to the current match string.
Issue 3

Advertisement

Table of Contents
loading

Table of Contents