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

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX, PC Board 15.22, US Robotics Modems   03-10-97
  3. B.J. Guillot                                              bgfax@blkbox.com
  4. FidoNet 1:106/400                            http://www.blkbox.com/~bgfax/
  5. --------------------------------------------------------------------------
  6.  
  7. NOTE: US Robotics owners, please read over the USR section in the READ.ME
  8.       file before proceeding!
  9.  
  10. Please make sure the following two items are true before proceeding...
  11. (1) DIP switch #5 is in the "SUPPRESS AUTO ANSWER" position
  12. (2) You have already put all relevant DATA commands for the BBS into NVRAM
  13.  
  14. Note that, generally, fax (AT+F) commands CANNOT be stored in NVRAM.
  15.  
  16. Run PCBSETUP.EXE and make the following changes in the modem section...
  17. (Do not use PCBMODEM.)
  18.  
  19. Make the following changes...
  20.  
  21. Init-1      ATZ^M~~ATS0=0+FCLASS=2.0
  22. Init-2      AT+FNR=1,1,1,1;+FLI="713 555 1212"
  23. Offhook     ATH1M0
  24. Answer      AT+FAA=1;A
  25. Dialout     AT+FCLASS=0DT
  26.  
  27. If your BOARD.BAT file (or, whatever the file is that starts up your BBS),
  28. after the PCB.EXE line...
  29.  
  30.   pcb.exe
  31.   if errorlevel 7 rcvfax.bat
  32.  
  33. (If you have any other "if errorlevel" lines in your BOARD.BAT, remember
  34. that errorlevel numbers must be in DESCENDING order: 9,8,7,6,5, etc.)
  35.  
  36. Make a new file called RCVFAX.BAT that says the following:
  37.   @echo off
  38.   bgfax /fco:4 c:\bgfax 1 z
  39.   board.bat
  40.  
  41. The "1" is for COM1.  Change that if necessary for your modem.
  42.  
  43. If you are using PC Board/2 and BGFAX/2 (OS/2 executables), instead of the
  44. "1" for COM1, you might need "H%pcbhandle%" or "V1" depending upon what
  45. version of PC Board/2 you are using.  The "H" tells BGFAX that instead of
  46. a port number, a port handle follows.  The "V" tells BGFAX to open the
  47. port followed by the "V" in VBBS-compatability mode, which is needed on
  48. some of the newer versions of PC Board/2.  Example:
  49.   bgfax2 /fco:4 c:\bgfax v1 z
  50.  
  51. P.S... USR's FAX/ARQ light WILL flash when waiting for calls!
  52.  
  53. Regards,
  54. bgfax author
  55.