Finding a Serial Port I/O Address Using DebugLast reviewed: September 16, 1996Article ID: Q78604 |
The information in this article applies to:
SUMMARYA serial port's I/O address can be determined with Debug. This information applies to all serial versions of the Microsoft Mouse for MS-DOS based systems.
MORE INFORMATIONTo determine a the I/O address for a serial port, do the following:
A machine with four serial ports should read as follows:
0040:0000 F8 03 F8 02 E8 03 E8 02-78 03A machine with no serial ports should read as follows:
0040:0000 00 00 00 00 00 00 00 00-78 03A machine with two serial ports (COM2 and COM3) should read as follows:
0040:0000 F8 02 E8 03 00 00 00 00-78 03The -78 03 in the above example is the address of the first parallel port. Note: Windows only recognizes the Mouse on COM1 or COM2. Portables may need their serial ports enabled before the system can recognize them as serial ports.
|
KBCategory: kbhw
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |