Metropoli BBS
VIEWER: mtv32v42.inc MODE: TEXT (ASCII)
; Multi-Tech MultiModem V32 with V.42bis
;
; 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
;
; This jumpers INSIDE the modem also needs to be changed:
;        RTS/CTS so that the jumper it on the CTS side.
;
; 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
;       AT&C1&D2B1E1M1Q0V1X4
;       AT&E1&E4&E8&E10&E13&E15
;       AT$MB9600$SB19200$BA0&W0 ($SB38400)
;
; NOTES: Set ALL dialing directory entries to 38400 baud
;        Data compression is enabled AT&E15
;        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     BUSY
NoConnect     VOICE

[ RETURN TO DIRECTORY ]