PCCOM
software is
a powerful device
driver, which can be link to any
hardware that provides serial port. In this
appendix, we will introduce how to setup PCCOM software when
use our
products. We note
that all examples
are default
setting that satisfy origin
factory setting, however you may
set different hardware configuration if you need.
D.1
PCCOM 4 port card
PCCOM ISA bus 4 port card
SafLine 4 port card
Four serial adapter provides four serial ports, the origin factory setting
are shown in the following.
port 1 address
|
2A0
|
port 2 address
|
2A8
|
port 3 address
|
2B0
|
port 4 address
|
2B8
|
interrupt vector address
|
2BF
|
interrupt active status
|
low
|
interrupt
|
IRQ5
|
modem control register
|
RTS+DTR
|
To setup
four serial
adapter, the
commands are shown in the PCCOM4.OPT file.
/B:2
/D:COM3
/A:[5:
2A0,4,2BF,LO:
(2k:9600:N-8-1:RTS+DTR:XON)
* 4]
D.2
Eight Serial Adapter
Eight serial
adapter provides
eight serial ports,
the origin factory setting are shown in the following.
port 1 address
|
2A0
|
port 2 address
|
2A8
|
port 3 address
|
2B0
|
port 4 address
|
2B8
|
interrupt vector address
|
2BF
|
interrupt active status
|
low
|
interrupt
|
IRQ5
|
port 5 address
|
1A0
|
port 6 address
|
1A8
|
port 7 address
|
1B0
|
port 8 address
|
1B8
|
interrupt vector address
|
1BF
|
interrupt active status
|
low
|
interrupt
|
IRQ7
|
modem control register
|
RTS+DTR
|
To setup
eight serial adapter, the
commands are shown in the 8PORT.OPT file.
/B:2
/D:COM3
/A:[5:
2A0,4,2BF,LO:
(2k:9600:N-8-1:RTS+DTR:XON) * 4],
[7:
1A0,4,1BF,LO:
(2k:9600:N-8-1:RTS+DTR:XON)
* 4]
D.3
Dual Eight Serial Adapter
Dual eight serial adapter provides eight serial ports,
the origin factory setting are shown in the following.
port 1 address
|
290
|
port 2 address
|
298
|
port 3 address
|
2A0
|
port 4 address
|
2A8
|
port 5 address
|
2B0
|
port 6 address
|
2B8
|
port 7 address
|
2C0
|
port 8 address
|
2C8
|
Interrupt vector address
|
2D0
|
interrupt active status
|
high
|
interrupt
|
IRQ4
|
modem control register
|
RTS+DTR
|
To setup dual eight serial adapter,
the commands are shown in the DUAL8.OPT file.
/B:2
/D:COM3
/A:[4:
290,8,2D0,HI:
(2k:9600:N-8-1:RTS+DTR:XON)
* 8]
D.4
PCCOM 8 port card
PCCOM ISA bus 8 port card
SafLine 8 port card
Super Eight
serial adapter
provides eight serial
ports, the
origin factory
setting are shown in the following.
port
1 address
|
280
|
port 2 address
|
288
|
port 3 address
|
290
|
port 4 address
|
298
|
port 5 address
|
2A0
|
port 6 address
|
2A8
|
port 7 address
|
2B0
|
port 8 address
|
2B8
|
interrupt vector address
|
2C2
|
interrupt active status
|
low
|
interrupt
|
IRQ4
|
modem control register
|
RTS+DTR
|
To setup super eight serial adapter, the commands are shown in the PCCOM8.OPT
file.
/B:2
/D:COM3
/A:[4:
280,8,2C2,LO:
(2k:9600:N-8-1:RTS+DTR:XON)
* 8]
D.5
Standard COM1 and COM2
The interrupt setting and port
address of standard
COM1 and COM2 are shown in
the following.
COM1
address
|
3F8
|
COM2 address
|
2F8
|
interrupt for COM1
|
IRQ4
|
interrupt for COM2
|
IRQ3
|
modem control register
|
RTS+DTR+OUT2
|
To setup COM1 and COM2, the commands are shown in the COM1COM2.OPT file.
/B:0
/D:COM1
/A:[4:
3F8,1,0,LO:
(8k:9600:N-8-1:RTS+DTR+OUT2:XON)],
[3:
2F8,1,0,LO:
(8k:9600:N-8-1:RTS+DTR+OUT2:XON)]
D.6
SafLine 16 port card
SafLine 16 port card is
composed with
two PCCOM 8 port cards, you can set it as two PCCOM
8 port
cards.
The hardware
configuration file
is shown
in the
PCCOM16.OPT file.
D.7
PCCOM 2 Port PCI card
This PnP PCI card products 2 serial ports, and can be set in the OPT file
as follows:
/B:2
/D:COM3
/P: [:2: (1K: 9600: N-8-1 :: XON) *2]
D.8
PCCOM 4 Port PCI card
This PNP PCI card provides 8 serial ports and can be set on the OPT file
as follows:
/B:2
/D: COM3
/P: [:4: (1K :P600: N-8-1 :: XON) *4]
D.9
PCCOM 8 Port PCI card
This
PNP PCI card provides 8 serial ports and can be set on the OPT file
as follows:
/B:2
/D: COM3
/P: [:8: (1K:9600 :N-8-1:XON )*8]
|