PC COM ISA MULTIPORT SERIAL CARD

 

2002.09/13

Q:We have in our business you card, named PC OCM ISA 4 PORT RS232, but device drivers for wnders 2000 professional is absent. Can you help us with via email these drivers?

 

A:Please link our web site to download the driver.

http://www.pccompci.com/driver/4p232-isa.html

 

 

2002/07/02

QDo you have a windows xp driver for PC COM 4 PORT ISA RS 232 card, please.

 

APlease link our web site to download the driver and download the installation document.

http://www.pccompci.com/driver/4p232-isa.html

 

2002/05/23

QI am using the 4 port isa rs-232 board on windows nt 4.0 with service pack6. After installing the drivers I am getting an error message on the event viewer :

No Parameter Subkey was found for user defined data. This is odd, and it also means no user configuration can be found. Source : riscom Can you tell me what this message means ?

 

APlease link our web site to download the latest driver for WINNT.

http://www.pccompci.com/driver/4p232-isa.html

Please see the Readme_for_PCCOM_2000.txt file after extract the driver.

 

2002/05/21

QI still have problem to install "4 PORT RS-232  BUS CARD" (DCI920414) on Windows NT 4.0(SP6) / Windows 2000 Professional. May be I did something wrong? I have used all default settings for JPs on card. I have used driver installation on "Auto Studio (2000)" CD and just downloaded drivers from "wwwdecision.com.tw". I have used manual book too. I have done all instructions. I have check card settings and driver settings. They are the same as in documentation. But it does not work. The standard PC COM1 and COM2 work, but COM3, COM4, COM5 and COM6 keep silent when I try to read data from COM port in Windows terminal. The "COM_Diagnostics.exe"  tool hangs simply when I start COM port in this tool. I have been forced to end process of the "COM_Diagnostics.exe" in the task manager. Can you help me. Let me know more detail instructions. Info:

1. This card works on OS2,        

2. I have "8 PORT RS-232/422 ISA BUS CARD" too. This card works on both platforms without any problem.

Let me know you advice.

What have I do to start my card?

 

APlease link to our web site to download the driver or install document.

http://www.pccompci.com/driver/4p232-bus-isa.html 

 

2002/05/06

Q:how are you.

we don't receive about the information for the MS-DOS.

we can't setting about the from com5 to com6 under MS-DOS.

1)please send us about the how to setting under MS-DOS.

   -RS-422/485,ISA,2port  

 

APlease set JP1, JP2, JP6, JP9, JP10 as same as follows:

Please edit PCCOM2.OPT as same as follows:

        /B:2

        /D:COM5

        /A:[5:2A0,2,0,LO:(2k:9600:N-8-1:RTS+DTR:XON)*2]

Please insert statement into CONFIG.SYS file.

        DEVICE=PCCOM.SYS @ c:\PCCOM2.OPT

 

2002/04/12

QWe may be using this model board in several different PCs, with different addresses which can be used. So I need to know if I can always set the vector to 2 more than I set the switch on the board? If switch is 2C0, vector in software is 2C2 (from your last email). If switch is xx0, vector in software is xx2 ? Is this so? Or does vector depend on interrupt switch setting on board?

 

APlease link on our web site to download the file it is a manual of PC COM 8 Port RS232.

http://www.pccompci.com/manual/ISA8/pccom-8p232-Ma.html

Please see the PIC1 it is on the manual of PC COM 8 Port.

 

2002/03/25

QI need the drivers for the PCCOM RS232 2 Port and 4 Port ISA bus card to run on WIN2000.

 

A

About the PCCOM ISA 2Port Card setting

 

1.You may set arbitrary I/O address and interrupts.

However, we suggest you use the following

 

PORT

ADDRESS

DEVICE

Interrupt

1

2A0-2A7

COM3

IRQ4

2

2A8-2AF

COM4

IRQ3

 

 

2. Modify Registry to support your card. Please following these steps

(1)  Using Registry Editor, open the key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial\Parameters

For more information on using the Registry Editor, see Editing Registry Values in README. WRI in Windows 2000.

(2)  From the appropriate table below, add the serial* keys under Parameters.

HKEY_LOCAL_MACHINE

    +--SYSTEM

        +--CurrentcontrolSet

               +--Services

                  +--Serial

                      +--Parameters

                         +--…

                         +--Serial1

                         +--Serial2

                                      

(3)  Add corresponding values for each Serial* key you added.

 

   Add key

(no class)

Value names

Data type

Data

Serial1

DosDevices

REG_SZ

COM3

 

Interrupt

REG_DWORD

0x4

 

InterruptStatus

REG_DWORD

0x2AF

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x2A0

 

PortIndex

REG_DWORD

0x1

Serial2

DosDevices

REG_SZ

COM4

 

Interrupt

REG_DWORD

0x3

 

InterruptStatus

REG_DWORD

0x2AF

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x2A8

 

PortIndex

REG_DWORD

0x2

  

 

3. Quit REGEDT32.EXE, and enter the following two commands at the command prompt to activate the changes.

(1) Execute CMD.EXE in File menu

(2)Type

       Net stop serial

       Net start serial

The serial ports should now work. Restarting Windows 2000 will also activate the changes.

 

4. From COM1 to COM3 can be directly referenced just like a filename from program and from the command line.

However, COM4 and above must be referenced with the following syntax   \\.\com4

The command line mode command doesn’t recognize ports above COM3.

 

2. Don’t overlap port address and interrupt vector address, otherwise, it may conflit with UART chips.

 

About the PCCOM ISA 4Port Card setting

 

1. You may set arbitrary I/O address and interrupts.

However, we suggest you use the following

 

Enhance Mode

I/O port address = 2A0H

Interrupt = IRQ5

Interrupt Vector Address = 2BF

 

 

PORT

ADDRESS

DEVICE

1

2A0-2A7

COM3

2

2A8-2AF

COM4

3

2B0-2B7

COM5

4

2B8-2BF

COM6

 

 

2. Modify Registry to support your card. Please following these steps

(1) Using Registry Editor, open the key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial\Parameters

For more information on using the Registry Editor, see Editing Registry Values in README. WRI in Windows 2000.

(2) From the appropriate table below, add the serial* keys under Parameters.

HKEY_LOCAL_MACHINE

    +--SYSTEM

        +--CurrentcontrolSet

               +--Services

                  +--Serial

                      +--Parameters

                         +--…

                         +--Serial1

                         +--Serial2

                         +--Serial3

                         +--Serial4

            

(3) Add corresponding values for each Serial* key you added.

 

   Add key

(no class)

Value names

Data type

Data

Serial1

DosDevices

REG_SZ

COM3

 

Interrupt

REG_DWORD

0x5

 

InterruptStatus

REG_DWORD

0x2BF

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x2A0

 

PortIndex

REG_DWORD

0x1

Serial2

DosDevices

REG_SZ

COM4

 

Interrupt

REG_DWORD

0x5

 

InterruptStatus

REG_DWORD

0x2BF

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x2A8

 

PortIndex

REG_DWORD

0x2

Serial3

DosDevices

REG_SZ

COM5

 

Interrupt

REG_DWORD

0x5

 

InterruptStatus

REG_DWORD

0x2BF

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x2B0

 

PortIndex

REG_DWORD

0x3

Serial4

DosDevices

REG_SZ

COM6

 

Interrupt

REG_DWORD

0x5

 

InterruptStatus

REG_DWORD

0x2BF

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x2B8

 

PortIndex

REG_DWORD

0x4

  

 

3. Quit REGEDT32.EXE, and enter the following two commands at the command prompt to activate the changes.

(1) Execute CMD.EXE in File menu

(2) Type

       Net stop serial

       Net start serial

The serial ports should now work. Restarting Windows 2000 will also activate the changes.

 

4. From COM1 to COM5 can be directly referenced just like a filename from program and from the command line.

However, COM6 and above must be referenced with the following syntax   \\.\com6

The command line mode command doesn’t recognize ports above COM5.

 

5. Don’t overlap port address and interrupt vector address, otherwise, it may conflit with UART chips.

 

2002/03/22

 

QI desparately need the Window’s 95 driver for the PCCOM ISA 8 Port RS232 card, and am unable to find it anywhere.

 

APlease click the web site http://www.pccompci.com/driver/8p232-isa.html to download the driver.

 

QI don’t know where is PCCOM ISA 8Port Rs232 Driver.

 

AAbout the PCCOM ISA 8Port Card setting

1.         You may set arbitrary I/O address and interrupts.

However, we suggest you use the following

I/O port address = 280H

Interrupt = IRQ5

Interrupt vector = 2C0H

 

SW1

SW2

SW3

0101

00100000

01001110

 

 

PORT

ADDRESS

DEVICE

1

280-287

COM3

2

288-28F

COM4

3

290-297

COM5

4

298-29F

COM6

5

2A0-2A7

COM7

6

2A8-2AF

COM8

7

2B0-2B7

COM9

8

2B8-2BF

COM10

 

 

2.         Modify Registry to support your card. Please following these steps

(1)   Using Registry Editor, open the key

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Serial\Parameters

For more information on using the Registry Editor, see Editing Registry Values in README. WRI in Windows NT.

(2)   From the appropriate table below, add the serial* keys under Parameters.

HKEY_LOCAL_MACHINE

    +--SYSTEM

        +--CurrentcontrolSet

               +--Services

                  +--Serial

                      +--Parameters

                         +--…

                         +--Serial1

                         +--Serial2

                         +--Serial3

                         +--Serial4

                         +--… (5-7)

                         +--Serial8

 

(3)   Add corresponding values for each Serial* key you added.

 

   Add key

(no class)

Value names

Data type

Data

Serial1

DosDevices

REG_SZ

COM3

 

Interrupt

REG_DWORD

0x5

 

InterruptStatus

REG_DWORD

0x2c2

 

MaskInverted

REG_DWORD

0x1

 

PortAdress

REG_DWORD

0x280

 

PortIndex

REG_DWORD

0x1