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

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX, PC Board 15.22, US Robotics V.34     05-01-95
  3. B.J. Guillot
  4. FidoNet 1:106/400                         InterNet: bjg90783@jetson.uh.edu
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: USR Sportster 14.4K modems cannot be used with BGFAX and FD
  8.  
  9. NOTE: I do not recommend using the 21600 USR modem (v.32terbo) with BGFAX
  10.       because of many problems in the fax mode (09/20/93 and 12/08/93).
  11.  
  12. The only USR modem I recommend using with BGFAX is the 28800 V.Everything
  13. with at least the 12/02/94 FLASH firmware.  The 28800 Sporster modem should
  14. work with the same configuration, but I have not tested with one.
  15.  
  16. Please make sure the following two items are true before proceeding...
  17. (1) Your modem is NOT set to "Auto Answer" mode (REGISTER S0 MUST EQUAL 0)
  18. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  19.  
  20. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  21.  
  22. Run PCBSETUP.EXE and make the following changes in the modem section...
  23. (Do not use PCBMODEM.)
  24.  
  25. Make the following changes...
  26.  
  27. Init-1      ATZ^M~~AT+FCLASS=2.0
  28. Init-2      AT+FNR=1,1,1,1;+FLI="713 555 1212"
  29. Offhook     ATH1M0
  30. Answer      AT+FAA=1;A
  31. Dialout     AT+FCLASS=0DT
  32.  
  33. If your BOARD.BAT file (or, whatever the file is that starts up your BBS),
  34. after the PCB.EXE line...
  35.  
  36.   pcb.exe
  37.   if errorlevel 7 rcvfax.bat
  38.  
  39. (If you have any other "if errorlevel" lines in your BOARD.BAT, remember
  40. that errorlevel numbers must be in DESCENDING order: 9,8,7,6,5, etc.)
  41.  
  42. Make a new file called RCVFAX.BAT that says the following:
  43.   @echo off
  44.   bgfax /fco:4 c:\bgfax 1 z
  45.   board.bat
  46.  
  47. The "1" is for COM1.  Change that if necessary for your modem.
  48.  
  49. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  50.  
  51. Regards,
  52. bgfax author
  53.