Number of Available Asynchronous Ports

Last reviewed: May 6, 1997
Article ID: Q98401
The information in this article applies to:
  • Microsoft Windows NT version 3.1

SUMMARY

Windows NT does not have the same limit on asynchronous ports that Windows 3.1 has. This information was taken from the Windows NT source module, SERIAL.H:

   //
   // Up to 16 Ports Per card.  However for sixteen
   // port cards the interrupt status register must me
   // the indexing kind rather then the bitmask kind.
   //
   //
   #define SERIAL_MAX_PORTS_INDEXED (16)
   #define SERIAL_MAX_PORTS_NONINDEXED (8)

MORE INFORMATION

For the standard ISA communications ports, each serial port must have its own interrupt. Otherwise, it depends on the driver. Because COM1 and COM3, and COM2 and COM4 typically share the same interrupts, only COM1 and COM2 are supported. However, the eight port multiport board can share the interrupt because there is only one device generating the interrupt.


Additional query words: prodnt
Keywords : kbhw nthw
Version : 3.1
Platform : WINDOWS


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: May 6, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.