home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 36 Tips / 36-Tips.zip / WAFXPR.FAX < prev    next >
Text File  |  1995-01-26  |  6KB  |  148 lines

  1. OSWAFXPR - RUNNING WINFAX PRO V3.0 UNDER OS/2 2.X
  2. 12/06/94
  3.  
  4. ================================================================
  5.                 RUNNING WINFAX PRO V3.0
  6. ================================================================
  7.  
  8. Please Read Entire Document for Full Explanation of Procedures
  9. ----------------------------------------------------------------
  10.  
  11. RUNNING WINFAX PRO V3.0 UNDER OS/2 2.1
  12.  
  13.  
  14. SYMPTOMS:
  15.  
  16. 1. WinFax Pro v3.0 is compatible with OS/2 2.1, but you must
  17.    first call the Vendor for the Service Release.
  18.  
  19. 2. Since Windows exists in other than the Microsoft version,
  20.    WinFax Pro may not run with OS/2 for Windows.
  21.  
  22.    OS/2 2.1 is a multitasking operating system that allows
  23.    Windows or DOS applications to access the serial ports 1000
  24.    times per second.  This is not frequent enough to allow
  25.    reliable data transfer.  There is a special UART* that has
  26.    the buffering capability to allow reliable data transfer.
  27.    OS/2 2.1's serial port driver uses the buffering capability of
  28.    this UART to increase the reliability of data transfers
  29.    running at 9600 baud or higher.   The type of UART is known as
  30.    16550A.  To send or receive data at 9600 baud reliably under
  31.    OS/2, the serial port the fax modem is connected to must
  32.    have a 16550A** UART.
  33.  
  34.    Internal modems have their UARTs built onto the modem card.
  35.    Many of the high speed internal modems are equipped with
  36.    16550A UARTs. External modems use an existing serial port in
  37.    the computer. Most of these ports use 16450 UARTs.
  38.  
  39.    If either the internal modem or the computer's serial port
  40.    does not allow for the upgrade of the existing UART to a
  41.    16550A, then SIO drivers may help.
  42.  
  43.    If the modem or serial port is not equipped with a 16550A
  44.    UART, the SIO drivers, which are shareware, are on OS/2
  45.    BBS's and on Compuserve in the OS/2 file section.
  46.  
  47.    Version 1.02 was used in testing WinFax.
  48.  
  49. 3. When these drivers are installed, some of the WIN-OS/2
  50.    settings are removed and replaced with other settings.
  51.  
  52. 4. SIO drivers are third party drivers.  For OS/2, they may
  53.    require changes to the CONFIG.SYS to disable the use of the
  54.    original COM.SYS and VCOM.SYS.
  55.  
  56. 5. The SIO drivers enhance the performance of DOS and Windows
  57.    applications running under OS/2 2.1 by:
  58.  
  59.    A.  Emulating a 16550 UART through software if one is not
  60.        installed.
  61.    B.  Allowing DOS and Windows applications to make better use
  62.        of the 16550A UART if one is installed.  With a 16550A
  63.        UART and WIN-OS/2 settings, the drivers do not need
  64.        to be used for WinFax.  If you still have problems after
  65.        changing the settings, the SIO drivers may help.
  66.  
  67.        A UART is essentially the heart of a serial port. It
  68.        controls the transmission and reception of data to and
  69.        from the computer.  The 16550A UART can hold up to 16
  70.        bytes of information between port scancs whereas a
  71.        conventional UART cannot hold more than one byte.  The
  72.        original 16550 had a bug in its handling of its 16 byte
  73.        buffer.  The 16550A corrected this.
  74.  
  75.        The 16550AFN and 16550AF UARTS are revised versions of
  76.        the 16550A UART.  They work with the settings below.
  77.  
  78.  
  79.  
  80. RESOLUTION:
  81.  
  82. 1. For Class 1 or 2 modems, change WIN-OS/2 settings as
  83.    recommended below and edit SYSTEM.INI under .386Enh. section
  84.    as indicated.
  85. 2. Note procedures for setting the baud rate.
  86. 3. Note procedures for using SIO drivers if the need arises.
  87. 4. WinFax Pro should run in full screen session and be left
  88.    running in the foreground.
  89.  
  90.  
  91.  
  92. PROCEDURES:
  93.  
  94. 1. WIN-OS/2 Settings:
  95.         COM_HOLD             to ON
  96.         HW_TIMER             to ON
  97.         INT_DURING_IO        to ON
  98.         IDLE_SENSITIVITY     to 100
  99.         IDLE_SECONDS         to 60
  100.  
  101.    NOTE: IDLE_SENSITIVITY and IDLE_SECONDS may vary between
  102.          systems, and in many cases can be left to default
  103.          values.
  104.  
  105. 2. A. For 14400 BPS fax modems, edit SYSTEM.INI in the .386Enh.
  106.       section as follows:
  107.  
  108.               COM?FIFO=0
  109.            where ?  is the com number being used.
  110.  
  111.    B. If running in an Enhanced Mode Windows session under OS/2
  112.       2.1, edit SYSTEM.INI in the .386Enh. section as follows:
  113.  
  114.                        COM?BUFFER=4096
  115.                        COMBOOSTTIME=30
  116.            where ?  is the COM number being used.
  117.  
  118. 3. With a Class 1 fax modem and a version of WinFax dated April
  119.    1993 or later, WinFax allows for speed restrictions on both
  120.    transmissions and receptions.  For send sending or receiving
  121.    faxes at 9600 baud or above, edit the General section of
  122.    the WINFAX.INI as follows:
  123.    A. The example is for 7200 bps transmitting and 4800 bps
  124.       receiving:
  125.  
  126.                        MaxTXspeed=7200
  127.                        MaxRXspeed=4800
  128.  
  129.    B. Valid entries for MaxTXspeed are 14400, 12000, 9600, 7200
  130.       and 4800 bps.
  131.    C. Valid variables for MaxRXSpeed are 14400, 9600, 4800 baud.
  132.       NOTE: 1. To find the version date of WinFax, select Help,
  133.                then About from the main WinFax screen.
  134.             2. There is an update if the WinFax version is
  135.                January 1993 or earlier.
  136.  
  137. 4. For SIO drivers, REM lines in CONFIG.SYS that refer to COM.SYS
  138.    and VCOM.SYS.
  139.    NOTE:  Original serial port drivers should be REMed because
  140.           the SIO drivers aren't an exact replacement for the
  141.           serial port drivers shipped with OS/2 2.1.
  142.  
  143. 5. WinFax may not install properly if the SIO drivers are
  144.    running.  If this is the case REM the SIO drivers to enable
  145.    the original serial port drivers.  Once installation is
  146.    completed, REM COM.SYS and VCOM.SYS, then unREM SIO drivers.
  147.  
  148.