Finding a Serial Port I/O Address Using DebugID: Q78604
|
A 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.
To determine a the I/O address for a serial port, do the following:
C:\DOS>debug
-D 40:00 09
0040:0000 F8 03 F8 02 00 00 00 00-78 03
-
0040:0000 F8 03 F8 02 E8 03 E8 02-78 03
A machine with no serial ports should read as follows:
0040:0000 00 00 00 00 00 00 00 00-78 03
A machine with two serial ports (COM2 and COM3) should read as
follows:
0040:0000 F8 02 E8 03 00 00 00 00-78 03
The -78 03 in the above example is the address of the first parallel
port.Additional query words: com communications input output BallPoint
Keywords :
Version : 6.x 7.x 8.x
Platform : MS-DOS
Issue type :
Last Reviewed: August 9, 1999