--------------------------------------------------------------------------
Setup hints for using BGFAX with the USR 21.6K/FD 2.11            11-21-93
B.J. Guillot
FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
--------------------------------------------------------------------------

Keep in mind that fax commands cannot be stored in NVRAM.

Here is the relevant information from FDSETUP ...

[FDSETUP] Modem -> Command Strings
  Init-1 ... ATZ|
  Init-2 ... AT#P713 555 1212|
  Init-3 ... AT#B1+FCLASS=6|

  +fclass=0dt              enables data mode operation on outgoing calls
  +fclass=2.0              enables fax mode operation
  +flid="713 555 1212"     sets your FAX ID, up to 20 characters
  +fnr=1,1                 tells modem to let BGFAX know connect speed

[FDSETUP] Modem -> Answer control
  Manual answer    Yes
  Force answer ... ATA|

[FDSETUP] Mailer -> Errorlevels
  Fax ... 255

[FDSETUP] Modem -> Default Settings -> Messages
   Fax ... CONNECT FAX

@echo off
c:
cd\fd
fd
rem ***** if /FAX gives you problems, try using /FZYX
if errorlevel 255 bgfax /fax c:\bgfax 1 z
if errorlevel 103 maint.bat
if errorlevel 102 toss.bat
if errorlevel 101 local.bat
if errorlevel 100 dobbs.bat

==========================================================================

Regards,
B.J. Guillot

