Metropoli BBS
VIEWER: mt224eh5.inc MODE: TEXT (ASCII)
; Multi-Tech MultiModem MT224EH5 (MNP 5)
;
; DIP SWITCH SETTINGS: Set the following switches before running TE/2.
;
;        4 Switch Bank 1 2 3 4
;                      D U D D
;        8 Switch Bank 1 2 3 4 5 6 7 8
;                      U U D U D U U D
;
;  These jumpers INSIDE the modem also need to be changed:
;        RTS:     toward the back of the modem.
;        CTS/RTS: toward the back of the modem.
;
; 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$A0&B0&BS0&C1$D0&D2$F1
;       AT&G0$MI0&M0$R1&R1&S1
;       ATB1E1M1Q0V1X4&Q0
;       AT&E1&E4&E8&E10&E13&E15
;       AT$MB2400$SB9600$BA0&W0
;
; NOTES: Set ALL dialing directory entries to 9600 baud
;        Data compression is enabled via AT&E15

Baud          9600
Parity        N
WordLen       8
StopBits      1

XonXoff       BOTH
CtsRts        BOTH
MatchBaud     FALSE

ModemInitStrg ATZ^M
ModemDialStrg ATDT
ModemDialSufx ^M
ModemHangStrg ;
DTRHangup     TRUE

Connect       CONNECT,9600

NoConnect     NO_DIAL_TONE
NoConnect     NO_CARRIER
NoConnect     BUSY
NoConnect     VOICE

[ RETURN TO DIRECTORY ]