home *** CD-ROM | disk | FTP | other *** search
- 1 2400 8n1
-
- ; Configure modem and run host program
-
- : 0
- ? 30
- < |~at~&f&c1&d2s0=1|
- > 10 OK
- p 5
- r 110 5
- ! |Couldn't initialize modem; retrying...|
- g 0
-
- : 110
- ! |Error initializing modem|
- q 129
-
- : 10
- s 100 host 1 2400 kowabunga
-
- : 130
- < |~at~s0=0|
- > 20 OK
- p 5
- r 120 5
- ! |Couldn't clear auto answer; retrying...|
- g 130
-
- : 120
- ! |Error clearing auto-answer in modem|
- q 130
-
- : 20
- q 128
-
- : 100
- ! |Couldn't run host program|
- g 130
-
- : 30
- p 5
- r 150 2
- g 0
- ! |Port blocked for three 5-second checks.|
- q 140
-