home *** CD-ROM | disk | FTP | other *** search
- ; Cardinal 2400 MNP
- ;
- ; ONE TIME MODEM SETUP: The first time you run TE/2, upon entering the
- ; program, type the following lines and press ENTER after each. Then
- ; exit and restart TE/2.
- ;
- ; AT&F
- ; AT&C1&D2&T5\C1\J0\N3\Q3\V1\K3&W
- ;
- ; NOTES: Set ALL dialing directory entries to 9600 baud
- ; MNP operation is enabled
-
- Baud 9600
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,9600
-
- NoConnect NO_DIAL_TONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-