COMM-DRV/VxD does not currently read information from the PCI multiport
cards. As such, the driver that comes with the multiport card must first be
installed to enable the Windows PnP handler to determine/assign physical
addresses and IRQs to the card.
Upon driver installation and rebooting, go to the Device Manager and click on
the icon corresponding to your multiport card. Go to the resources tab to
determine the base address and IRQ of the card.
When opening the port with COMM-DRV/VxD, the address to open the port should
be "base address"+(8 X Port Number) [Port Number is 0 for first port,
2 for second, and so on). The IRQ will be the IRQ indicated above. |