home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / BBS_UTIL / BGFAX121.ZIP / HELPME.ZIP / FD-USR.TXT < prev    next >
Text File  |  1994-03-24  |  2KB  |  70 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with the USR 21.6K/FD 2.12            03-24-94
  3. B.J. Guillot
  4. FidoNet 106/400                              InterNet: st1r8@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: If you want to use a 09/20/93 model USR modem with BGFAX, you
  8.       will need to use the /OU switch on the command line.  BGFAX defaults
  9.       to use the 12/08/93 firmware.
  10.  
  11. Keep in mind that fax commands cannot be stored in NVRAM.
  12.  
  13. Here is the relevant information from FDSETUP ...
  14.  
  15. [FDSETUP] Modem -> Command Strings
  16.   Dial ..... AT
  17.    Prefix .. +FCLASS=0DT
  18.   Init-1 ... ATZ|
  19.   Init-2 ... AT+FCLASS=2.0|
  20.   Init-3 ... AT+FLI="713 555 1212"|
  21.  
  22.   +fclass=0dt              enables data mode operation on outgoing calls
  23.   +fclass=2.0              enables fax mode operation
  24.   +fli="713 555 1212"      sets your FAX ID, up to 20 characters
  25.   +fnr=1,1,1               tells modem to let BGFAX know connect speed
  26.  
  27. [FDSETUP] Modem -> Answer control
  28.   Manual answer    Yes
  29.   Force answer ... AT+FCLASS=2.0|~AT+FAA=1+FNR=1,1,1;A|
  30.   Answer delay ... 2
  31.  
  32. The "+faa=1" causes the modem to answer adaptively, i.e., to automatically
  33. determine whether the incoming call is fax or data and return the response
  34. to the modem.  Why are we duplicating the "+fclass=2.0" command?  In case
  35. you were attempting to dial out and experience a "NO DIALTONE" situation,
  36. it will cause the modem to reinitialize fax mode so that the +faa=1 command
  37. will be accepted.  The answer delay may need to be modified if you are
  38. using an external Caller ID box.
  39.  
  40. [FDSETUP] Mailer -> Errorlevels
  41.   Fax ... 255
  42.  
  43. [FDSETUP] Modem -> Default Settings -> Messages
  44.    Fax ... +FCO
  45.  
  46. FDRUN.BAT should contain something similar to ...
  47.  
  48. @echo off
  49. c:
  50. cd\fd
  51. fd
  52. if errorlevel 255 goto bgfax
  53. if errorlevel 103 maint.bat
  54. if errorlevel 102 toss.bat
  55. if errorlevel 101 local.bat
  56. if errorlevel 100 dobbs.bat
  57. goto end
  58. :fax
  59.   rem ---1 is for com1, and z is for zfax format
  60.   bgfax /fco c:\bgfax 1 z
  61.   rem ---if /fco gives you problems, try using /fcos
  62.   fdrun.bat
  63. :end
  64.  
  65. ==========================================================================
  66.  
  67. Regards,
  68. B.J. Guillot
  69.  
  70.