home *** CD-ROM | disk | FTP | other *** search
- ; Microcom AX/9624c AX/9612c
- ;
- ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
- ;
- ; FRONT 1 2 3 4 5 6 7 8 9 10
- ; U D D D D U U D U U
- ;
- ; REAR 1 2 3 4 5 6 7 8
- ; D D D U D U D D
- ;
- ; 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.
- ;
- ; ATE1Q0M1X1V1\V1\E0\T0%E1%C1%P2%M0%Z1
- ; AT\G0\N3S0=0\J0\Q3\X0\K5\A3\C2%A13
- ; AT\L0\I0\H0&D2&C1\D0\R1&L0&M0&R0&T5
- ; AT&P0&G0B1&W
- ;
- ; NOTES: Set ALL dialing directory entries to 19200 baud
- ; Data compression is enabled via AT%C1
-
- Baud 19200
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,19200
-
- NoConnect NO_DIAL_TONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-