Metropoli BBS
VIEWER: gen2400.inc MODE: TEXT (ASCII)
; Generic 2400 Baud Hayes clone
;
; DIP SWITCH SETTINGS: Refer to your modem manual as to the location
;                      of your switches and the function of each.  You
;                      should be sure to set the modem so that it does
;                      NOT force Carrier Detect (this is usually
;                      switch #6).  You should also set the modem so
;                      that DTR is NOT forced on (usually switch #1).
;
; NOTES: If your modem uses NRAM to store the configuration, you should
;        use GEN2400S.INC instead.

Baud          2400
Parity        N
WordLen       8
StopBits      1

XonXoff       BOTH
CtsRts        NEITHER
MatchBaud     TRUE

ModemInitStrg ATE1Q0M1X4V1^M
ModemDialStrg ATDT
ModemDialSufx ^M
ModemHangStrg ~~~+++~~~ATH0^M
DTRHangup     TRUE

Connect       CONNECT^M,300
Connect       CONNECT_1200,1200
Connect       CONNECT_2400,2400

NoConnect     NO_DIALTONE
NoConnect     NO_CARRIER
NoConnect     BUSY
NoConnect     VOICE

[ RETURN TO DIRECTORY ]