home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / INFO / FAQS / OS2FAX2 / WNFAXPRO.FAX < prev    next >
Encoding:
Text File  |  1994-02-10  |  6.0 KB  |  119 lines

  1. TITLE: 940117 RUNNING WINFAX PRO V3.0 UNDER OS/2 2.1 IS UNSUPPORTED
  2.               EXCEPT FOR SERVICE RELEASE AVAILABLE FROM DELRINA, AND
  3.               WITH TECHNICAL NOTES ON 16550 UARTS AND SIO DRIVERS
  4.  
  5. DESCRIPTION OF SYMPTOMS:
  6.     1.  Delrina at (416) 441-3676 doesn't officially support running
  7.         WinFax Pro v3.0 under OS/2 2.1 but does offer a service release.
  8.         See CHGSK PDDB for information on downloading from Compuserve.
  9.     2.  Since Windows exists in other than the Microsoft version,
  10.         WinFax Pro may not run with OS/2 for Windows (Ferengi).
  11.  
  12.     OS/2 2.1 is a preemptive multitasking operating system that only
  13.     allows Windows or DOS applications to access the serial ports 1000
  14.     times per second. This isn't frequent enough to allow reliable data
  15.     transfer.
  16.     There is a special UART* that has the buffering capability. OS/2
  17.     2.1's serial port driver will use the buffering capability of this
  18.     UART to increase the reliability of data transfers running at 9600
  19.     baud or higher. The type of UART is known as 16550A.
  20.     In order to send or receive data at 9600 baud reliably under OS/2,
  21.     the serial port that the fax modem is connected to must have a
  22.     16550A** UART.
  23.     Internal modems have their UARTs built onto the modem card. Many of
  24.     the high speed internal modems are equipped with 16550A UARTs.
  25.     External modems use an existing serial port in the computer. Most of
  26.     these ports use 16450 UARTs.
  27.     If either the internal modem or the computer's serial port doesn't
  28.     allow for the upgrade of the existing UART to a 16550A, then SIO
  29.     drivers by Ray Gwinn may help.
  30.     If the modem or serial port isn't equipped with a 16550A UART, the
  31.     SIO drivers, which are shareware, are on OS/2 supporting BBS's and
  32.     on Compuserve in the OS/2 file section.
  33.     Version 1.02 was used in testing WinFax.
  34.     3.  When these drivers are installed, some of the WIN-OS/2 settings
  35.         will be removed and replaced with other settings.
  36.     4.  SIO drivers, which are third party drivers, aren't endorsed
  37.         by Delrina and for OS/2 may require changes to the config.sys in
  38.         order to disable the use of the original COM.SYS and VCOM.SYS.
  39.     5.  The SIO drivers enhance the performance of DOS and Windows
  40.         applications running under OS/2 2.1 by doing two things.
  41.         a.  The drivers emulate a 16550 UART through software if one
  42.             isn't installed.
  43.         b.  The drivers allow DOS and Windows applications to make
  44.             better use of the 16550A UART if one is installed. With a
  45.             16550A UART and WIN-OS/2 settings below, the drivers
  46.             probably need not be used for WinFax. However, if
  47.             difficulties are still being experienced after changing the
  48.             settings, the SIO drivers may help.
  49.     *   A UART is essentially the heart of a serial port. It controls
  50.         the transmission and reception of data to and from the computer.
  51.         The 16550A UART can hold up to 16 bytes of information between
  52.         port scancs whereas a conventional UART cannot hold more than
  53.         one byte. The original 16550 had a bug in its handling of its
  54.         16 byte buffer. The 16550A corrected this.
  55.     **  The 16550AFN and 16550AF UARTS are revised versions of the
  56.         16550A UART, and they will work with the settings below.
  57.  
  58.  
  59. SUMMARY OF RESOLUTION:
  60.     1.  For Class 1 or 2 modems, change WIN-OS/2 settings as recommended
  61.         below and edit system.ini under .386Enh. section as indicated.
  62.     2.  Note procedures for setting the baud rate (also note CLDXZ
  63.         PDDB).
  64.     3.  Note procedures for using SIO drivers if the need arises.
  65.     4.  WinFax Pro should run in full screen session and be left running
  66.         in the foreground.
  67.  
  68. DETAILS OF RESOLUTION:
  69.     1.  WIN-OS/2 Settings:
  70.             COM_HOLD            to ON
  71.             HW_TIMER            to ON
  72.             INT_DURING_IO       to ON
  73.             IDLE_SENSITIVITY    to 100
  74.             IDLE_SECONDS        to 60
  75.         Note:   IDLE_SENSITIVITY and IDLE_SECONDS may vary between
  76.                 systems, and in many cases can be left to default
  77.                 values.
  78.     2.  a.  For 14400 BPS fax modems, edit SYSTEM.INI in the .386Enh.
  79.             section as follows:
  80.                 COM?FIFO=0
  81.             where ? is the com number being used.
  82.         b.  If running in an Enhanced Mode Windows session under OS/2
  83.             2.1, edit SYSTEM.INI in the .386Enh. section as follows:
  84.                 COM?BUFFER=4096
  85.                 COMBOOSTTIME=30
  86.             where ? is the COM number being used. Also refer to CLDXZ
  87.             PDDB.
  88.     3.  With a Class 1 fax modem and a version of WinFax dated April
  89.         1993 or LATER, WinFax allows for speed restrictions on both
  90.         transmissions and receptions. For send sending or receiving
  91.         faxes at 9600 baud or above, edit the .General. section of the
  92.         WINFAX.INI as follows:
  93.         a.  The example is for 7200 bps transmitting and 4800 bps
  94.             receiving:
  95.             MaxTXspeed=7200
  96.             MaxRXspeed=4800
  97.         b.  Valid entries fro MaxTXspeed are 14400, 12000, 9600, 7200
  98.             and 4800 bps.
  99.         c.  Valid variables for MaxRXSpeed are 14400, 9600, 4800 baud.
  100.         Note:   (1) To find the version date of WinFax, select Help,
  101.                     then About from the main WinFax screen.
  102.                 (2) There is an update if the WinFax version is January
  103.                     1993 or EARLIER.
  104.     4.  For SIO drivers, REM lines in config.sys that refer to COM.SYS
  105.         and VCOM.SYS.
  106.         Note:   Original serial port drivers should be REMed because the
  107.                 SIO drivers aren't an exact replaement for the serial
  108.                 port drivers shipped with OS/2 2.1.
  109.     5.  WinFax may not install properly if the SIO drivers are running.
  110.         If this is the case REM the SIO drivers to enable the original
  111.         serial port drivers. Once installation is completed, REM COM.SYS
  112.         and VCOM.SYS, then unREM SIO drivers.
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.