home *** CD-ROM | disk | FTP | other *** search
- ; USRobotics HST Dual Standard
- ;
- ; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
- ;
- ; 1-UP 2-UP 3-DOWN 4-UP 5-DOWN
- ; 6-UP 7-UP 8-DOWN 9-DOWN 10-UP
- ; WIDE SWITCH-UP
- ;
- ; 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
- ; ATB1E1Q0M1X7V1S7=60
- ; AT&A2&B1&C1&D2&H1&R2&M4&N0&K0&W
- ;
- ; NOTES: Set ALL dialing directory entries to 38400 baud
- ; Configured so it will answer either v.32 or HST calls
- ; 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_DIAL_TONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-