Number of Available Asynchronous PortsLast reviewed: May 6, 1997Article ID: Q98401 |
The information in this article applies to:
SUMMARYWindows 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 INFORMATIONFor 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
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |