Client Software Configuration

Screen F-1: Continued

!

@LABEL 59

exit -6019

!

!Attempt to hang up the modem

@HANGUP exit 0

User Information

Edit this script with the information appropriate for your modem and configuration. The entries in the above script are described below:

!

Indicates a comment.

@ORIGINATE @ANSWER

Labels to begin execution of originate and

 

answer mode.

xxxxx

Anything specific to your modem should go

 

here. Refer to your modem documentation.

38400

Baud rate.

note Dialing ˆ 1

Writes to a log.

write ATDTˆ1

Writes to serial driver.

ask...

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.

@LABEL 19

Numeric label.

matchstr 1 20...

Match incoming characters. The 20 in this line is

 

a label.

matchread 400

Reads input from the serial driver and compares

 

the input to the current match string.

F-4

Issue 3