home *** CD-ROM | disk | FTP | other *** search
- ; Telebit T2000 & Trailblazer Plus
- ;
- ; BEFORE STARTING: Place your Telebit in ECM (Enhanced Command Mode)
- ; by following these steps:
- ;
- ; 1. Start with the modem OFF and the A/B switch in the A position
- ; 2. Press and hold the T/D while turning the modem ON. Release the
- ; T/D switch after the MR indicator comes on.
- ;
- ;
- ; 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 E1 Q0 M1 V1 W1 X14 Y0 S0=0
- ; AT S50=0 S51=254 S52=4 S54=3 S58=2
- ; AT S63=1 S64=0 S66=1 S67=0 S68=2 S90=0
- ; AT S92=1 S94=1 S95=2 S96=1 S110=1
- ; AT S111=0 S131=1 S255=0 &W1 &W2
- ;
- ; NOTES: Set ALL dialing directory entries to 19200 baud
-
- 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_DIALTONE
- NoConnect NO_CARRIER
- NoConnect BUSY
- NoConnect VOICE
-
-