Available I/O addresses
Well, this is the standard set up that Bob gives, but sharing IRQ, will
only work in theory, not in practice in DOS. Sharing interrupts means that
COM1 and COM3 uses the same interrupt, which is in this case is IRQ4, and
COM2 and COM4 uses the IRQ3. BTW, if you did not know it IRQ stands for Interrupt
ReQuest, in daily talk just "interrupt". I will recommend this setup if you
are using ALL four ports:
PORT I/O IRQ
COM1 03F8 4
COM2 02F8 3
COM3 03E8 2 (9) (Cascaded)
COM4 02F8 5
But you might have a problem here running out of IRQs, so reduce it to the
number for ports you actually use. In modern computers IRQ2 (the same as
9) is used by the PCI "plug and play". You need to enter the computers setup
and set it to "Legacy" or something like that. IRQ5 might be used by printer
or soundcard, so you have to be careful to avoid conflicts and misfunctions
in your computer. One good trick is to write down on a piece of paper the
current setup of interrupts to avoid problems, doublecheck, and from that
take the appropriate measures.
BR,
Hans
|