home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / BGFAX150.ZIP / BGFXDOCS.ZIP / FD-USR.TXT < prev    next >
Encoding:
Text File  |  1995-08-21  |  3.1 KB  |  86 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using with the USR V.34 Everything/FD 2.12        05-01-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  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: USR Sportster 14.4K modems cannot be used with BGFAX and FD
  11.  
  12. NOTE: I do not recommend using the 21600 USR modem (v.32terbo) with BGFAX
  13.       because of many problems in the fax mode (09/20/93 and 12/08/93).
  14.  
  15. The only USR modem I recommend using with BGFAX is the 28800 V.Everything
  16. with at least the 12/02/94 FLASH firmware.  The 28800 Sporster modem should
  17. work with the same configuration, but I have not tested with one.
  18.  
  19. Please make sure the following two items are true before proceeding...
  20. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  21. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  22.  
  23. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  24.  
  25. Here is the relevant information from FDSETUP ...
  26.  
  27. [FDSETUP] Modem -> Default Settings -> Command Strings
  28.   On-hook ... ATZ|
  29.   Dial ...... AT
  30.    Prefix ... +FCLASS=0DT
  31.   Init-1 .... ATZ|
  32.   Init-2 .... AT+FCLASS=2.0|
  33.   Init-3 .... AT+FLI="713 555 1212"|
  34.  
  35. : +fclass=0dt              enables data mode operation on outgoing calls
  36. : +fclass=2.0              enables fax mode operation
  37. : +fli="713 555 1212"      sets your FAX ID, up to 20 characters
  38. : +fnr=1,1,1               tells modem to let BGFAX know connect speed
  39.  
  40. [FDSETUP] Modem -> Default Settings -> Answer control
  41.   Manual answer    Yes
  42.   Force answer ... AT+FCLASS=2.0|~AT+FAA=1;+FNR=1,1,1;A|
  43.   Answer delay ... 2
  44.  
  45. The "+faa=1" causes the modem to answer adaptively, i.e., to automatically
  46. determine whether the incoming call is fax or data and return the response
  47. to the modem.  Why are we duplicating the "+fclass=2.0" command?  In case
  48. you were attempting to dial out and experience a "NO DIALTONE" situation,
  49. it will cause the modem to reinitialize fax mode so that the +faa=1 command
  50. will be accepted.  The answer delay may need to be modified if you are
  51. using an external Caller ID box.
  52.  
  53. [FDSETUP] Mailer -> Errorlevels
  54.   Fax ... 255
  55.  
  56. [FDSETUP] Modem -> Default Settings -> Messages
  57.    Fax ... +FCO              <-- RIGHT
  58.    Fax ... CONNECT +FCO      <-- WRONG
  59.  
  60. FDRUN.BAT should contain something similar to ...
  61.  
  62. @echo off
  63. c:
  64. cd\fd
  65. fd
  66. if errorlevel 255 goto fax
  67. if errorlevel 103 maint.bat
  68. if errorlevel 102 toss.bat
  69. if errorlevel 101 local.bat
  70. if errorlevel 100 dobbs.bat
  71. goto end
  72. :fax
  73.   rem ---1 is for com1, and z is for zfax format
  74.   bgfax /fco:4 c:\bgfax 1 z
  75.   rem ---if /fco:4 gives you problems, try using /fcos
  76.   fdrun.bat
  77. :end
  78.  
  79. ==========================================================================
  80.  
  81. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  82.  
  83. Regards,
  84. B.J. Guillot
  85.  
  86.