Meaning of SYSTEM.INI's MaxCOMPort Switch

Last reviewed: November 23, 1994
Article ID: Q82792
The information in this article applies to:
  • Microsoft Windows operating system versions 3.1, 3.11

SUMMARY

The Microsoft Windows operating system version 3.1's SYSTEM.INI MaxCOMPort switch can be used to increase the number of COM ports that the enhanced-mode Windows Virtual Communications Device (VCD) can support. Obtaining support for more than four COM ports for Windows applications still requires a different communications driver.

MORE INFORMATION

A system may have more than four COM ports. IBM originally provided space for four COM ports in the BIOS port table in its first PC, so four is the limit for a default configuration for MS-DOS. To support more than four ports, a special MS-DOS device driver is necessary. Addressing the additional COM ports is the responsibility of this device driver. Most MS-DOS communications applications talk directly to the port hardware, so some of them do support more than four COM ports without requiring a special MS-DOS device driver.

The Windows communications driver (COMM.DRV) also assumes a limit of four COM ports. It is possible for a COM driver to support more, but the interface routines in USER.EXE limits the maximum to nine. There is no method to configure COMM.DRV to support more; however, with the Device Development Kit (DDK) sources, it is possible to build a new COM driver that can support more by changing a single equate.

The Virtual Communications Device (VCD) for 386 enhanced mode can be configured to support more than four COM ports; the extra ports are addressable only from MS-DOS applications unless COMM.DRV is replaced. The SYSTEM.INI MaxCOMPort= switch in the [386Enh] section can specify a higher number. This switch assumes that the COM ports are each addressed through separate I/O ports. There are some multiport adapters that have all of the COM ports share a common set of I/O ports, and then an index value is written to it that indicates which COM port is being addressed. These multiplexed cards are not supported by VCD.


KBCategory: kbenv
KBSubcategory: win31 wincomm windrvr
Additional reference words: 3.10 modem


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: November 23, 1994
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.