                       
                     Setup for Zoom 28.8 VFX/VFP Modem
                     with Front Door Mailer and BGFAX 
                     ================================
 
 This setup seems to work with the Zoom 28.8 ZFX and ZFP modems
 and the problem I was having with it not hanging up after
 connecting with certain modems. I have been tinkering with
 this for a while and so far this is the string that seems to
 work best. I have had no problem connecting with USR modems
 with this. (Finally!)
 
 Init-1 AT&F&C1&D2F0N1H0M0S95=127S11=30%E2|
 Init-2 AT+FCR=1;FDCC=1,5,0,2,0,0,0,0|
 Init-3 AT+FLID="203 732-5746"|
                   ^^^^^^^^^^^^^
                   This is my fax # (put yours here)
 
 Front Door modem Commands:
 
 Return Online ~AT0|
 Offhook       ~ATX1D;|
 Onhook        ATH0|
 Down          ~ATMX1D;|
 
 Front Door answer control setup:
 Force Answer AT+FAA=1;A|
 
 My Frontdoor command line:
 
 IF ERRORLEVEL 255 GOTO FAX
 
 :FAX
 CD\BGFAX
 BGFAX /FAX:203_732_5746 C:\FD\FAX 2 Q /NF
 GOTO FD
 
 Make sure that in the FDSETUP under modem commands - default 
 settings that the connect message for FAX is FAX.
 
 The Down commands will take the modem offhook and stay offhook
 whenever Front Door exits. (Version FD 2.12sw)
  
  What these commands mean:
  
  M0  - Turns modem speaker off.
        (Almost off. I can still faintly hear it)
  
  &F  - Restores factory defaults.
  
  &C1 - RLSD (DCD) Follows remote carrier signal.
  
  &D2 - DTR drop causes modem to hangup and return
        to command mode.                             
  
  H0  - Forces modem to hang up.

  N1  - Makes faxmodem use auto-mode detect to
        set the faxmodem to the highest speed 
        supported by both modems.

  F0  - Makes the modem return error responses.
  
  
  S95=127 - Give extended connect message responses. 
            Data compression, error correction and protocol.
            I'll take as much info as possible.
  
  S11=30  - Touchtone dialing speed. This makes your modem
            dial faster.

  %E2    - Enables monitoring, and retraining.
  
   If you have any questions feel free to contact me at 
   FidoNet 1:141/1295.
                       
                                        Bob Dunn
                                        Glass Onion
                                        Ansonia, CT USA
                                        (203) 732-5746

