home *** CD-ROM | disk | FTP | other *** search
- ; Microcom QX/4232hs
- ;
- ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
- ;
- ; FRONT 1 2 3 4 5 6 7 8 9 10
- ; U D U U U D D D U
- ;
- ; REAR 1 2 3 4 5 6 7 8
- ; D U D U D U U D
- ;
- ; T/D in Data Mode
- ; O/A your choice.
- ;
- ; 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
- ; ATE1Q0X4\V2\N5\J0\Q3
- ; AT&D2&C1&T5%C3&W
- ;
- ; NOTES: Set ALL dialing directory entries to 38400 baud
- ; Data compression is enabled via AT%C3
- ; If running OS/2 1.x, change all 38400's to 19200
-
- Baud 38400
- Parity N
- WordLen 8
- StopBits 1
-
- XonXoff BOTH
- CtsRts BOTH
- MatchBaud FALSE
-
- ModemInitStrg ATZ^M
- ModemDialStrg ATDT
- ModemDialSufx ^M
- ModemHangStrg ;
- DTRHangup TRUE
-
- Connect CONNECT,38400
-
- NoConnect NO_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-