home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / fax2you.txt < prev    next >
Text File  |  1994-06-04  |  5KB  |  115 lines

  1. Subj: Fax 2 You
  2. From: Mikael Wahlgren <d9mikael@dtek.chalmers.se>
  3.  
  4. The problem with the documentation was that it was included in the
  5. >400 Kb large .INF file that accompanies OS2You/PM2You, and I didn't
  6. want to distribute a file that large, in a package like FAX2You.
  7.  
  8. --------
  9.  
  10. FAX2You - Fax receive option
  11.  
  12. The FAX2You option might be archived into an archive called FAX2U.EXE.
  13. Go into the OS2You directory and enter the command A:FAX2U to unpack
  14. this archive.
  15.  
  16. The FAX2You option is an add-on to the OS2You/PM2You product that you
  17. may license at additional 300 SEK (see included order form). It
  18. allows you to receive, print and view faxes with OS2You if you have a
  19. faxmodem.
  20.  
  21. General description
  22.  
  23. With the Fax receive option OS2You can use a class 2 faxmodem both to
  24. receive data (on-line) calls and fax calls from fax machines. If a
  25. data call is detected OS2You will prompt for user ID and password as
  26. usual. If a fax call is detected OS2You will receive the fax and
  27. print it. Thus you can use the same modem and phone line to receive
  28. both data and fax calls.
  29.  
  30. To use FAX2You fax receive option you need a class 2 faxmodem and a HP
  31. LaserJet (PCL4 or PCL5), Epson FX or Epson 24-pin printer.
  32.  
  33. The fax receive option is always installed and just needs configu-
  34. ration to work. The fax option works with both class 1 and class 2
  35. faxmodems, but only the class 2 specification defines a standard for
  36. detection between data and fax calls which is necessary for OS2You to
  37. work. Thus a class 2 faxmodem is recommended, although some class 1
  38. faxmodems may have an option for detecting fax calls.
  39.  
  40. The fax receive option is configured by the standard OS2You SETUP
  41. program and by editing the FAX.CMD file with an ordinary text editor.
  42. With the OS2You SETUP program you edit the modem profiles to
  43. initialize the faxmodem for detecting both data and fax calls. With
  44. class 2 faxmodems this is done by adding the following strings to your
  45. modem initialization string:
  46.  
  47.     ~AT+FCLASS=2^
  48.     ~AT+FCR=1^
  49.     ~AT+FAA=1^
  50.     ~AT+FDCC=1,5,0,2,0,0,0,0^
  51.     ~AT+FLID="Your fax-ID"^
  52.  
  53. In addition to defining the above initialization string, you should
  54. set the Fax connect string to +FCON and disable the Release fax device
  55. setting.
  56.  
  57. As a reference, you might look at the ZyXEL 1496E+ modem profile,
  58. which is already correctly configured for this option (like the Supra
  59. and other ZyXEL modem profiles).
  60.  
  61. The initialization string above will set the modem to accept both data
  62. and fax calls. If a fax call is detected the command file FAX.CMD
  63. will be started. This command file should be edited to correctly
  64. start the fax receive program (FAX2You). The significant line of the
  65. FAX.CMD file is:
  66.  
  67.     FAX2You -l %%%1 -connected -print -pcl
  68.  
  69. This line will start the fax receive program FAX2You and print
  70. received files files with HP LaserJet printer format. OS2You can work
  71. together with other fax receive programs from other vendors, but we
  72. recommend using the FAX2You program. The FAX.CMD file contains some
  73. sample lines for invoking other fax receive programs as well.
  74.  
  75. The FAX2You program can be started with the following parameters:
  76.  
  77.     -l <COMport>    Specifies serial port to use. If set to
  78.                     %xx COM-handle xx (decimal) will be used.
  79.                     If set to %AUTO a COM-handle will be scanned.
  80.                     Default AUTO.
  81.  
  82.     -b <baudrate>   Specifies serial port baudrate, default no
  83.                     change
  84.  
  85.     -connected      Will instruct FAX2You that the call was
  86.                     answered by a separate program (like OS2You).
  87.  
  88.     -pcx            Produce PCX-file output
  89.  
  90.     -dcx            Produce DCX-file output
  91.  
  92.     -class1         Use Class 1 commands, default Class 2
  93.                     commands
  94.  
  95.     -print          Print received faxes
  96.  
  97.     -epson          Use Epson FX printer format
  98.  
  99.     -epson24        Use Epson 24 pin printer format
  100.  
  101.     -pcl            Use PCL printer format, default
  102.  
  103.     -pdev <device>  Use <device> for printer output, default PRN
  104.  
  105. The FAX2You program will maintain a log file named FAX2You.LOG with
  106. statusreports from fax connections. All faxes will be saved in
  107. separate files, which can later be printed or viewed on screen with
  108. separate utilities (not available yet). The fax files are created
  109. with names derived from the date in the format MMDDnnnn.APF (MM=Month,
  110. DD=Day, nnnn=counter). Note that these files are never deleted and
  111. can be quite large. Therefore you should have some routine to delete
  112. old fax files whene not needed any more.
  113.  
  114. ---end of FAX2YOU documentation message.
  115.