home *** CD-ROM | disk | FTP | other *** search
- ; Everex EverFax 24/96
- ;
- ; 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&T5\J0\N3\V1\X1%C1\Q3&W
- ;
-
- Baud 9600
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg AT^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,9600
-
- NoConnect NO_DIAL_TONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect NO_ANSWER
-
-