#
# This script is meant as example to connect with Compuserve
#
#InitString can be used to supply a modem Initialisation string
InitString =

#expect strings,
#These strings are build like :
#Receive String,wait time,Send string
#
#maximum number of chars is 127
#
#the following directives are valid :
#<PASSWORD>
#<USERNAME>
#MUST be uppercases
#
ExpectString1 =Host Name:,2,CIS^M
ExpectString2 =User ID:,2,<USERNAME>/go:pppconnect^M
ExpectString3 =Password:,2,<PASSWORD>^M

#Method of dialing: Tone Or Pulse
DialMethod = Tone
