home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 February / PCO_0299.ISO / filesbbs / os2 / s2kb009.arj / S2KB009.ZIP / FAQ.TXT < prev    next >
Encoding:
Text File  |  1998-03-30  |  2.9 KB  |  74 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.           1-DTR/DSR flow control does not work, I am using a 16650.  
  11.  
  12.                The 16650 and similar devices do flow control on chip (in
  13.                hardware)  Unfortunately DTR/DSR flow control is not
  14.                supported.  One can use a special cable to achieve the
  15.                desired flow control.  Simply move the wires for the DTR and
  16.                DSR signals to the RTS and CTS signals at the PC end of the
  17.                cable.  Then specify RTS/CTS flow control.
  18.  
  19.           2-Why is the IRQ not show in the Hardware Manager screen.
  20.  
  21.                During boot time, the SIO2K driver set does not know the IRQ
  22.                that the serial port is going to use.  If the IRQ is
  23.                reported when the IRQ is known (after boot time), then
  24.                resource manager traps.  When the IRQ is known at boot time,
  25.                as with PCI devices, the IRQ will be shown in the Hardware
  26.                Manager screen.
  27.  
  28.           3-Why is a message about failing an integrity check being
  29.           displayed.
  30.  
  31.                Assuming the drivers have not been otherwise altered, you
  32.                are probably running a disk compression utility.  In order
  33.                to use the SIO2K drivers, they must NOT be altered in any
  34.                way, which includes compression.
  35.  
  36.           4-Why is the FIFO depth shown as 1 for a Hayes ESP when the port
  37.           is used in compatibility (16550) mode via uart.sys.
  38.  
  39.                The 16550 emulation by the Hayes ESP seems to have a few
  40.                problems. The compatibility mode should be avoided if
  41.                possible, when ESP.SYS is loaded.  One of these problems
  42.                causes the probed FIFO depth to show up incorrectly. 
  43.                However, once uart.sys has detected a FIFOed device, the
  44.                FIFO size will only be increased, not decreased.  Even
  45.                though the probed depth is shown as 1, the 16 byte FIFOs
  46.                (for a 16550) are still used.
  47.  
  48.           5-I am having problems using a Hayes ESP card in compatibility
  49.           mode.
  50.  
  51.                Once ANY ESP port has been used in enhanced mode (touched by
  52.                ESP.SYS), power much be cycled before ANY ESP port will
  53.                again work in compatibility mode again.
  54.  
  55.                If your are not using ESP.SYS, try forcing a 16450 uart for
  56.                the port in the uart.sys section of sio2k.cfg.  If this
  57.                still fails, you should use enhanced mode only, via ESP.SYS.
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.           6-One of my applications complains that the buffers are not large
  66.           enough.
  67.  
  68.                Why some people, including some programmers, insist on
  69.                believing in the need for large buffers is beyond this
  70.                writers comprehension.  The buffers in the SIO2K drivers are
  71.                sufficiently large enough (and then some) for any
  72.                application to work well.
  73.  
  74.