######################################################
# === COMM-DRV/Dos Configuration file === #
#Description- #
# Example configuration file for the WCSC 8 port #
# PCI multiport card. #
#Note: #
# The BASE address and IRQ of the card can be #
# found by clicking on the resource tab of the #
# multiport card in the device manager. #
# #
# An instant of this file would be used in each #
# window with commtsr.exe. Note you will need to #
# change BASE, PORT, ENDPORT, to specify the next #
# port. #
######################################################
#=====Global Section
MAX_PORTS 8
MAX_PORTNUM 7
MAX_IRQS 2
MAX_IRQNUM 16
MAX_DRIVERS 1
MAX_DRIVERNUM 8
INT14HANDLER ON
#=====Port Specific Section
PORT 0
BASE cc00
IRQ 11
BAUD 9600
INBUF_LEN 256
OUTBUF_LEN 256
CARDTYPE 8
CARDSEG 0
PROTOCOL NONNON
TYPE_PORT INT14
ENDPORT 0
|