home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / share / modem / BGFAX170 / DOCS / FD-USR.TXT < prev    next >
Encoding:
Text File  |  1997-03-01  |  2.8 KB  |  80 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for BGFAX with the US Robotics Modems & FD 2.12       03-10-97
  3. B.J. Guillot                                              bgfax@blkbox.com
  4. FidoNet 1:106/400                            http://www.blkbox.com/~bgfax/
  5. --------------------------------------------------------------------------
  6.  
  7. All FD*.TXT files are good for both FD 2.12/SW and FD 2.20/ML.  One note
  8. is needed for FD 2.20/ML: [FDSETUP] Modem -> Fax -> Internal = "NO".
  9.  
  10. NOTE: US Robotics owners, please read over the USR section in the READ.ME
  11.       file before proceeding!
  12.  
  13. Please make sure the following three items are true before proceeding...
  14. (1) DIP switch #5 is in the "SUPPRESS AUTO ANSWER" position
  15. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  16.  
  17. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  18.  
  19. Here is the relevant information from FDSETUP ...
  20.  
  21. [FDSETUP] Modem -> Default Settings -> Command Strings
  22.   On-hook ... ATZ|
  23.   Dial ...... AT
  24.    Prefix ... +FCLASS=0DT
  25.   Init-1 .... ATZ|
  26.   Init-2 .... ATS0=0+FCLASS=2.0|
  27.   Init-3 .... AT+FLI="713 555 1212"|
  28.  
  29. : +fclass=0dt              enables data mode operation on outgoing calls
  30. : +fclass=2.0              enables fax mode operation
  31. : +fli="713 555 1212"      sets your FAX ID, up to 20 characters
  32. : +fnr=1,1,1               tells modem to let BGFAX know connect speed
  33.  
  34. [FDSETUP] Modem -> Default Settings -> Answer control
  35.   Manual answer    Yes
  36.   Force answer ... AT+FCLASS=2.0|~AT+FAA=1;+FNR=1,1,1;A|
  37.   Answer delay ... 2
  38.  
  39. The "+faa=1" causes the modem to answer adaptively, i.e., to automatically
  40. determine whether the incoming call is fax or data and return the response
  41. to the modem.  Why are we duplicating the "+fclass=2.0" command?  In case
  42. you were attempting to dial out and experience a "NO DIALTONE" situation,
  43. it will cause the modem to reinitialize fax mode so that the +faa=1 command
  44. will be accepted.  The answer delay may need to be modified if you are
  45. using an external Caller ID box.
  46.  
  47. [FDSETUP] Mailer -> Errorlevels
  48.   Fax ... 255
  49.  
  50. [FDSETUP] Modem -> Default Settings -> Messages
  51.    Fax ... +FCO              <-- RIGHT
  52.    Fax ... CONNECT +FCO      <-- WRONG
  53.  
  54. FDRUN.BAT should contain something similar to ...
  55.  
  56. @echo off
  57. c:
  58. cd\fd
  59. fd
  60. if errorlevel 255 goto fax
  61. if errorlevel 103 maint.bat
  62. if errorlevel 102 toss.bat
  63. if errorlevel 101 local.bat
  64. if errorlevel 100 dobbs.bat
  65. goto end
  66. :fax
  67.   rem ---1 is for com1, and z is for zfax format
  68.   bgfax /fco:4 c:\bgfax 1 z
  69.   rem ---if /fco:4 gives you problems, try using /fcos
  70.   fdrun.bat
  71. :end
  72.  
  73. ==========================================================================
  74.  
  75. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  76.  
  77. Regards,
  78. B.J. Guillot
  79.  
  80.