Settings for the 16550 UART FIFO Buffer

Last reviewed: August 30, 1996
Article ID: Q131016
The information in this article applies to:
  • Microsoft Windows 95

SUMMARY

This article describes the FIFO settings for a 16550 UART chip and how to change them.

MORE INFORMATION

Windows 95 provides two methods for accessing the 16550 UART FIFO buffer settings. Each method is a global setting and can affect PCMCIA, internal, and external modems. Use one of the following methods to access the Advanced Port Settings dialog box:

Method 1

  1. Click the Start button, point to Settings, then click Control Panel.

  2. Double-click Modems.

  3. On the General tab, click Properties.

  4. On the Connection tab, click Port Settings.

NOTE: This setting can be changed from any modem properties dialog box. If you change this setting in one connectoid, it affects all connectoids.

Method 2

  1. Click the Start button, point to Settings, then click Control Panel.

  2. Double-click System.

  3. On the Device Manager tab, double-click Ports (COM & LPT).

  4. Double-click the communications port (COMx) you want to change.

  5. On the Port Settings tab, click Advanced.

In the Advanced Port Settings dialog box you can:
  • Enable/disable the FIFO buffer for the 16550 chip.

    NOTE: The COMxFIFO setting that can be manually added to the [386Enh] section of the SYSTEM.INI file does not affect Windows-based programs in Windows 95. This setting only affects MS-DOS-based programs.

  • Increase/decrease the Receive buffer.
  • Increase/decrease the Transmit buffer.

Enable/Disable the FIFO Buffer

To disable the FIFO buffer for a 16550 UART chip, click the "Use FIFO buffers (requires 16550 compatible UART)" check box to clear it.

Receive Buffer

The Receive Buffer slider supports the values 1 (low), 4, 8, and 14 (high).

The default value of 8 should be sufficient in most cases. If you decrease this value, more interrupts are sent to the processor, slowing bytes into the UART. If you increase this value from 8 to 14, characters may overrun the FIFO buffer.

Transmit Buffer

The Transmit Buffer slider supports the values 1 (low), 6, 11, and 16 (high).

If you experience problems uploading files, decrease the default value of 16. If you decrease the buffer from 16, more interrupts are sent to the processor, slowing down the rate at which bytes are sent into the UART Transmit buffer, reducing serial overruns. The higher the number, the fewer interrupts are sent, increasing system performance during uploads.


KBCategory: kbui kbenv
KBSubcategory: wpp95 win95 wincomm msnetwork
Additional reference words: 95


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: August 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.