PC Serial Ports
Serial Ports Under Windows 3.1
Unlike the
The fact that Windows permits this kind of powerful multitasking does not guarantee that the underlying PC hardware can support this level of operation, at least without some customizing at the hardware level. Since some PCs can support it by default (for example, those that support IRQ sharing), Windows does not prohibit you from configuring your system and attempting tasks like the one in the previous paragraph. Unfortunately, most PCs cannot support this operation by default, and the most likely result of attempting the above scenario is “hanging” the PC due to an IRQ conflict. On such systems, using COM1 along with COM2 is generally fine (recall that these devices have unique IRQs by default), but the addition of COM3 or COM4 causes the system to fail.
Fortunately, Windows 3.1 permits complete customization of all parameters involving serial ports through the Control Panel, including configuring nonstandard I/O port addresses and IRQs (that is, values different from those in the table
button, and then selecting the Advanced... button). This flexibility offers the opportunity of salvation for owners of PCs that do not support IRQ sharing who require the use of three or more COM ports simultaneously.