The information in this article applies to:
SYMPTOMS
If you configure a serial port incorrectly in the Ports option of Control
Panel, there are several error messages that may appear in Event Viewer
after you restart the computer. For example, you may receive the following
error message:
The specific error message that appears depends on which configuration parameter is incorrect. The three main sources of serial errors are Input Output (I/O) address conflicts, hardware interrupt (IRQ) conflicts, and configuring serial ports that do not exist. CAUSEIncorrect I/O AddressSuppose you have added a serial port or serial device to your computer since you first installed Windows NT. You can use the Advanced Settings dialog to configure the port. In the Advanced Settings dialog, you can configure a COM port number, a Base I/O Port Address, and an Interrupt Request Line (IRQ). If you assign an I/O address to the new COM port, and that I/O address is already assigned to another COM port, one of the following error message appears in Event Viewer after you restart the computer:
-OR-
-OR-
where x and y represent the number of the COM port. This error message appears even if you create a duplicate entry for the same COM port, thus making x and y the same number. Incorrect IRQ SettingOn ISA and EISA computers, COM1 and COM3 both use IRQ 4, and COM2 and COM4 both use IRQ 3. Thus you can configure COM1 - COM4 to their respective interrupts, but if you configure one of these COM ports to an IRQ being used by any other device, an error message appears. Suppose, for example, you configured COM4 to IRQ 5, and you have a bus mouse on the system also configured to IRQ 5; the following error message appears in Event Viewer after you restart the computer:
There will be an entry with this format in Event Viewer for each of the conflicting devices. After identifying the IRQ conflict, Event Viewer then displays another warning about using the COM port in question:
COM Port Doesn't ExistAn error message appears in Event Viewer if you attempt to configure a COM port that physically does not exist on the system. Suppose you went to the Ports option in Control Panel and added a COM3 port, when in fact you physically only have COM1 and COM2 on the system. The following error message appears in Event Viewer the next time you restart the computer:
This error message means that the system will delete the I/O address entry for the non-existent port in the Windows NT internal I/O port address table. The entry for this non-existent port will still exist in the Ports option of Control Panel and in the appropriate key of the Registry. RESOLUTION
To clear these messages from Event Viewer, do one of the following:
WARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at you own risk. To delete the false entry from the Registry, use the Registry Editor (REGEDT32.EXE) to find the following key:
The Parameters key lists one or more subkeys listed as Serial10000, Serial10001, and so on. Check the DosDevice value to find which subkey represents the non-existent COM port. Then, highlight the subkey for the erroneous serial port and choose Delete from the Edit menu. Additional query words: prodnt
Keywords : kbhw nthw ntregistry |
Last Reviewed: January 17, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |