LF719KB Quick Installation Guide V0.1 Initial Draft

Size: px
Start display at page:

Download "LF719KB Quick Installation Guide V0.1 Initial Draft"

Transcription

1 LF719KB Quick Installation Guide V0.1 Initial Draft Thank you for selecting the Axxon LF719KB 2S1P adapter for the PCI Express expansion slot. This model represents the industry s most advanced model to offer 2 High Speed (1 Megabaud) 16C950 UART based serial ports with the RS232 interface + 1 of EPP/ECP mode compatible parallel port. This document offers a quick installation procedure for this product model. At anytime please feel free to contact us with any questions you may have. Our support staff may be reached via phone: Toll-free (US/Canada): (10 AM to 6 PM EST M-F) International callers: Fax: support@softio.com Installation Procedure 1. Turn off the power to your computer system and remove the computer cover to permit the installation of this circuit board. 2. Find an open PCI Express expansion slot and remove the filler mounting bracket for that expansion slot. The LF719KB is compatible with x1, x4, x8, x16 lane expansion slots so ultimately the choice is yours for which slot is convenient to use for this product. No additional user benefits are gained by using a higher lane count slot for this model. That is, for example using a x4 lane slot over a x1 lane slot. 3. Gently but firmly insert the card into your PCI Express (PCIe) expansion slot and attach the mounting screw to fasten the mounting bracket to your computer case. 4. Power up your computer system to continue the Plug & Play installation of the LF719KB. In most installations, you will be presented with the Plug & Play detection of the LF719KB within Windows and/or Linux. For Windows, please point to the LF719KB folder on the device driver CD provided with this adapter. At the end of this document is a URL for the current device driver suite. Please download and unzip to apply the current device driver set for your installation. For each and every instance of a device driver request, please continue to point to the same LF719KB folder. Upon a proper installation, you will be presented with 2 additional serial ports (communication ports) and an additional parallel port for your use. For Win XP / 2K / 2003 you may use the Control Panel -> Hardware -> Device Manager - > Ports -> COMx and alter the COM label to suit using the Advanced button located within the Port Settings property tab.

2 5. In most flavours of Linux, Kudzu will auto-detect the presence of our adapter for both the serial and parallel ports. In the event that the serial port is not detected, a simple manual method may be applied to map the ports manually. Please contact our technical support staff if a manual assignment is not practical to your Linux installation. We have alternate means to permit a PnP detection of our adapters for older Linux kernels. 6. The LF719KB consists of 2 high-speed RS232 serial ports, which are supported in Windows, Linux, OS/2, and QNX. Respectively, the single parallel port is supported in Windows, Linux and DOS. For DOS support, please run the 719KBDOS.COM program by placing this software within your autoexec.bat file.

3 Here is the method to manually associate the serial driver to the LF719KB card for Linux: 1) Go to terminal / console. 2) From the /proc/pci file, it is possible to find the PCI card's I/O port address and IRQ. You can also use "lspci -vv" (Please note these are 2 of the letter v as in Victor and NOT w as in William ) to display all PCI products in your system. We are interested in the Vendor ID: 1415 and Device ID: 9521 and the IRQ value for this card. The above 3 pieces relate to our model LF719KB's PCI UART. For example, if your listing is as follows: I/O at 0xc000 base serial port address (Base Address 0 or BAR0) [size=8] I/O at 0xc008 base serial port address (Base Address 1 or BAR1) [size=8] 1st serial port 0xc000 2nd serial port 0xc008 BAR0 = Base Address Register # 0 holds the I/O Address for our 1 st UART controller. BAR1 = Base Address Register # 1 holds the I/O Address for our 2nd UART controller. Assuming that ttys4 is free AND irq is 11 (from the output of the lspci command) for your card. setserial /dev/ttys4 port 0xc000 uart 16550A irq 11 baud_base Assuming that ttys5 is free AND irq is 11 (from the output of the lspci command) for your card. setserial /dev/ttys5 port 0xc008 uart 16550A irq 11 baud_base Confirm the manually created settings for ttys4 or ttys5 using the following commands: setserial /dev/ttys4 -a setserial /dev/ttys5 -a The above syntax will define the mapping for a style UART. The Axxon card is based on the enhanced UART so optionally you may wish to enhance the Linux based device driver support for the 16C950 UART as follows: setserial /dev/ttys4 port 0xc000 uart irq 11 baud_base setserial /dev/ttys5 port 0xc008 uart irq 11 baud_base Comment: If you wish to apply the serial ports under Linux at data rates upto 921k then please contact us for a configuration program to select the CLK/1 setting on the adaptercard. Using this utility, you will be able to clock the Mhz at which point the setserial commands will change to: setserial /dev/ttys4 port 0xc000 uart irq 11 baud_base setserial /dev/ttys5 port 0xc008 uart irq 11 baud_base Most current Linux distributions will Plug & Play auto-detect the adaptercard. It is important to note that in the autodetection, there is an obligation for the adaptercard to be configured to use the CLK/1 setting. Otherwise, you will be required to manually apply the setserial commands to synchronize the provided hardware clock value as follows:

4 If the Clock = CLK/8 then apply these commands: setserial /dev/ttys4 port 0xc000 uart irq 11 baud_base setserial /dev/ttys5 port 0xc008 uart irq 11 baud_base If the Clock = CLK/1 then apply these commands: setserial /dev/ttys4 port 0xc000 uart irq 11 baud_base setserial /dev/ttys5 port 0xc008 uart irq 11 baud_base Re-confirm the manually created settings for ttys4 or ttys5 using the following commands: setserial /dev/ttys4 -a setserial /dev/ttys5 -a The DMESG log will list these 2 add-on serial + 1 add-on parallel ports during the boot process of Linux. You can verify the board's operation using an external modem and running: minicom -s ; then select /dev/ttys4 (or ttys?? that you created) and then type in a variety of Hayes commands including: ATZ, ATi6 or ATDT ; to dial, etc. The parallel port component will be listed as: /dev/lp0 if this adapter card is the only parallel port in the system. /dev/lp1 if motherboard LPT1 exists and this adapter card is an add-on parallel port in the system. /dev/lp2 if motherboard LPT1 & LPT2 exist and this adapter card is an add-on parallel port in the system. The Parallel Port function on the LF652KB is Plug & Play supported in most Linux distributions. If your Linux OS does not auto detect the parallel port, please contact Axxon with your kernel / Linux version information for additional assistance. Q: LF719KB is installed but Linux does not display the add-on serial ports in my distribution? This is a common report from clients using 2.5.x and 2.6.x kernels. This issue is related to the Linux distribution not supporting add-on serial adaptercards as a default. That is, only the legacy serial ports are detected and supported unless additional boot command line parameters are applied.

5 Here is a discussion and solution on this topic: You don't have to recompile the kernel, just edit the file /boot/grub/grub.conf and add "8250.nr_uarts=32" to the end of kernel line. This a example from a FC5 grub.conf file: kernel /boot/vmlinuz fc5 ro root=label=/ And then you add the 8250.nr_uarts=32 statement: kernel /boot/vmlinuz fc5 ro root=label=/ 8250.nr_uarts=32

6 Device Driver URL Guide V0.6 INSTALLING Oxford Drivers You may download our current version of device driver to support the Oxford UARTs and parallel port functions from: ; Links are case-sensitive Download -> unzip to a temp folder on your system (ie. C:\axxon). Boot your system to allow for a Plug & Play detection of the adapter card and for each request for a device driver please point to the temp folder (ie. C:\axxon). Most of Axxon s designs consist of multi-functions and likewise you will be prompted for the device driver for each and every function. The driver is not signed so permit installation regardless of the Microsoft warning of the missing signature. This release of the device driver is suitable for Windows XP (32 / 64 bit), XP / XP Pro / 2000 / 2003 (32 / 64 bit) & NT4. For Windows NT4 installs, run the INSTALL_SERIAL.EXE and/or INSTALL_PARALLEL.EXE for the respective model of our circuit board. Current operating systems will Plug & Play detect our product line and prompt for a device driver. Beta Vista device drivers are available upon request. UNINSTALLING Oxford Drivers Follow this article (Note: XP procedure is similar to Win 2003 procedure): ; Links are case-sensitive Your questions are welcomed. Our support staff may be reached via phone: Toll-free (US/Canada): (10 AM to 6 PM EST M-F) International callers: Fax: support@softio.com

7 LF719KB Technical Information Connector Definition P3 = Parallel Port (DB25 Female connector) IEEE1284 EPP/ECP mode compliant with 5 volt interface & 30 kv ESD protection. P1 = IDC 10 pin Male connector (keyed for proper orientation) for UART_0 interface. RS232 interface through Sipex SP3243EUCA 1 Mbps transceiver featuring 15kv ESD protection. This is the first serial port on the adapter card. P2 = IDC 10 pin Male connector (keyed for proper orientation) for UART_1 interface. RS232 interface through Sipex SP3243EUCA 1 Mbps rated transceiver featuring 15kv ESD protection. This is the second serial port on the adapter card.

8 Component Definition UART is the Oxford Semiconductor OX16PCI952 (RoHS). Datasheet for this controller may be found at: RS232 Transceivers are the Sipex SP3243EUCA (RoHS). Datasheet for these transceivers may be found at: PCI Express bridge is the PEX8111-BB (RoHS). Datasheet for this controller may be found at: IEEE1284 ESD Parallel Port terminator is the PACSZ128402QR. Datasheet for this component may be found at: Configuration Definition Oxford controller is shipped with the following PCI identifiers: Vendor ID: 1415h Device ID: 9521h for the dual 16C950 UARTs (Function 0) Vendor ID: 1415h Device ID: 9523h for the EPP/ECP parallel port interface (Function 1) Onboard common non-volatile clock selector for the UARTs with LED indicator: CLK/1 = Mhz selected via UART MIO pins [1:0] = 00 CLK/2 = Mhz selected via UART MIO pins [1:0] = 01 CLK/4 = Mhz selected via UART MIO pins [1:0] = 10 CLK/8 = Mhz selected via UART MIO pins [1:0] = 11 Please contact Axxon for the configuration utility. The default shipped configuration is CLK/8 = Mhz. The onboard EEPROM contains the 93C46 microwire compatible interface and is in-system configurable.

MAP/950 SERIAL I/O CARD INSTALLATION MANUAL

MAP/950 SERIAL I/O CARD INSTALLATION MANUAL MAP/950 4 PORT ISOLATED RS422/RS485 PCI SERIAL I/O CARD INSTALLATION MANUAL HIGH-PERFORMANCE UART FAMILY This document describes the installation and use of the Axxon Computer Corporation MAP/950 4 Port

More information

IC0534KB LF534KB (ROHS)

IC0534KB LF534KB (ROHS) IC0534KB LF534KB (ROHS) 1 PORT EPP/ECP PARALLEL PORT FOR UNIVERSAL PCI / PCI-X BUS UNIVERSAL PCI PARALLEL PORT I/O CARD INSTALLATION MANUAL HIGH-PERFORMANCE I/O CARD FAMILY This document describes the

More information

CyberSerial Dual PCI Quick Installation Guide

CyberSerial Dual PCI Quick Installation Guide CyberSerial Dual PCI Quick Installation Guide Introducing the CyberSerial Dual PCI The CyberSerial Dual PCI high-speed serial I/O card provides two additional 9-pin serial ports. Depending on the model

More information

CyberSerial Dual PCI Quick Installation Guide

CyberSerial Dual PCI Quick Installation Guide CyberSerial Dual PCI Quick Installation Guide Introducing the CyberSerial Dual PCI The CyberSerial Dual PCI high-speed serial I/O card provides two additional 9-pin serial ports. Features and Benefits

More information

RS-422/485 PCIe Card

RS-422/485 PCIe Card RS-422/485 PCIe Card User Manual Ver. 3.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

RS-422/485 PCI Card User Manual Ver All brand names and trademarks are properties of their respective owners.

RS-422/485 PCI Card User Manual Ver All brand names and trademarks are properties of their respective owners. RS-422/485 PCI Card User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

PCIEMODBOX232 RS232 to PCI Module Box Introduction

PCIEMODBOX232 RS232 to PCI Module Box Introduction PCIEMODBOX232 RS232 to PCI Module Box Introduction This high performance PCI (or PCIe) RS232/422/485 Combo Expansion Module product includes an expansion module box, a PCI (or PCIe) Host Adapter and a

More information

Powered RS Port PCIe Card

Powered RS Port PCIe Card Powered RS-232 2-Port PCIe Card User Manual Ver. 3.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

Powered RS Port PCI Card

Powered RS Port PCI Card Powered RS-232 4-Port PCI Card User Manual Ver. 3.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

Low Profile 32-Bit PCI 4 Port Serial Card (16C FIFO)

Low Profile 32-Bit PCI 4 Port Serial Card (16C FIFO) Low Profile 32-Bit PCI 4 Port Serial Card (16C950 128FIFO) User Manual English LINDY No. 51274 www.lindy.com LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - FIRST EDITION (February 2010) Introduction

More information

MCS98XX - Frequently Asked Questions

MCS98XX - Frequently Asked Questions MCS98XX - Frequently Asked Questions 1. What is the difference between MCS9805, MCS9820, MCS9815, MCS9835 and MCS9845? 2. Does MCS98XX Vista Drivers have Microsoft Certification? 3. Why do I observe the

More information

Powered RS Port PCIe Card

Powered RS Port PCIe Card Powered RS-232 4-Port PCIe Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

PCIe-400 USER S MANUAL

PCIe-400 USER S MANUAL PCIe-400 USER S MANUAL 2017 May Edition Titan Electronics Inc. Web: www.titan.tw The computer programs provided with the hardware are supplied under a license. The software provided should be used only

More information

PCI Express 16-Port Serial I/O Cards

PCI Express 16-Port Serial I/O Cards PCI Express 16-Port Serial I/O Cards The PCIe-1600 PCI Express 16-port serial I/O card is a plug & play high-speed serial I/O expansion card for PCI Express bus. Connecting to a PCI Express bus on your

More information

PCI Express 4-Port Industrial Serial I/O Cards

PCI Express 4-Port Industrial Serial I/O Cards PCI Express 4-Port Industrial Serial I/O Cards The PCIe-400i and PCIe-400i-SI PCI Express 4-port industrial serial I/O cards are plug & play high-speed serial I/O expansion cards for the PCI Express bus.

More information

ESC(LP)-100. Eight Channel Low Profile RS-232 Asynchronous Communications Adapter. for PCI bus. User's Manual

ESC(LP)-100. Eight Channel Low Profile RS-232 Asynchronous Communications Adapter. for PCI bus. User's Manual ESC(LP)-100 Eight Channel Low Profile RS-232 Asynchronous Communications Adapter for PCI bus User's Manual QUATECH, INC. TEL: (330) 655-9000 5675 Hudson Industrial Parkway FAX: (330) 655-9010 Hudson, Ohio

More information

2-Port RS232 Serial PCIe with UART Quick Installation Guide

2-Port RS232 Serial PCIe with UART Quick Installation Guide 2-Port RS232 Serial PCIe with 16950 UART Quick Installation Guide Introduction The 2-Port RS232 Serial PCIe with 16950 UART is a high-speed serial card that provides two additional serial ports to your

More information

8-Port RS-232 PCIe Card

8-Port RS-232 PCIe Card 8-Port RS-232 PCIe Card User Manual Ver. 1.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features...

More information

HDC-3x Series Quick Installation Guide

HDC-3x Series Quick Installation Guide Video/audio capture card with HDMI input channel, 1920x1080@60p,and Hardware H.264 codec HDC-3x Series Quick Installation Guide Version 2.0 26 September, 2012 1. Package List HDC-304E package includes

More information

CP-114EL/CP-114EL-I Quick Installation Guide

CP-114EL/CP-114EL-I Quick Installation Guide CP-114EL/CP-114EL-I Quick Installation Guide PCI Express Multiport Serial Board Edition 2.0, February 2017 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872

More information

Ground Isolated RS422/RS485 Serial PCI Card DB9

Ground Isolated RS422/RS485 Serial PCI Card DB9 SERIAL CARD Ground Isolated RS422/RS485 Serial PCI Card DB9 PCI2S422ISO PCI4S422ISO Instruction Guide * Actual product may vary from photo The Professionals Source For Hard-to-Find Computer Parts FCC COMPLIANCE

More information

Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual

Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual Third Edition, Dec. 2008 www.korenix.com Korenix JetCard Series Multiport Serial Card/Ethernet Switch Card User s Manual

More information

Windows 8 / 7 CONTENTS. USB to RS-485 Converter. Part Number: USB FEATURES. 2 SPECIFICATIONS. 2 CONNECTIONS.. 3

Windows 8 / 7 CONTENTS. USB to RS-485 Converter. Part Number: USB FEATURES. 2 SPECIFICATIONS. 2 CONNECTIONS.. 3 CONTENTS USB to RS-485 Converter Part Number: USB-485-1 INTRODUCTION 2 FEATURES. 2 SPECIFICATIONS. 2 PIN ASSIGNMENT 2 CONNECTIONS.. 3 DRIVER INSTALLATION QUICK GUIDE.. 3 DRIVER INSTALLATION EXAMPLES..

More information

Windows 8 / 7 CONTENTS. USB to RS-422 Converter. Part Number: USB FEATURES. 2 SPECIFICATIONS. 2 CONNECTIONS.. 3

Windows 8 / 7 CONTENTS. USB to RS-422 Converter. Part Number: USB FEATURES. 2 SPECIFICATIONS. 2 CONNECTIONS.. 3 CONTENTS USB to RS-422 Converter Part Number: USB-422-1 INTRODUCTION 2 FEATURES. 2 SPECIFICATIONS. 2 PIN ASSIGNMENT 2 CONNECTIONS.. 3 DRIVER INSTALLATION QUICK GUIDE.. 3 DRIVER INSTALLATION EXAMPLES..

More information

PCI 32 BIT Multi I/O Cards Linux Kernel 2.4 Installation Guide

PCI 32 BIT Multi I/O Cards Linux Kernel 2.4 Installation Guide PCI 32 BIT Multi I/O Cards Linux Kernel 2.4 Installation Guide January 6, 2003 INSTALLATION GUIDE FOR PCI SERIAL PORTS...3 INSTALLATION GUIDE FOR PCI PARALLEL PORTS...8 2 Installation Guide for PCI Serial

More information

QSC(LP)-100. User's Manual

QSC(LP)-100. User's Manual QSC(LP)-100 Four Channel Low Profile RS-232 Asynchronous Communications Adapter for PCI bus User's Manual QUATECH, INC. TEL: (330) 655-9000 5675 Hudson Industrial Parkway FAX: (330) 655-9010 Hudson, Ohio

More information

Cyber 2S1P 950 PCI Quick Installation Guide

Cyber 2S1P 950 PCI Quick Installation Guide Cyber 2S1P 950 PCI Quick Installation Guide Introducing the Cyber 2S1P 950 PCI The Cyber 2S1P 950 PCI high-speed serial I/O card provides two 9-pin serial ports and one parallel port. Key Features and

More information

CyberParallel Dual PCIe

CyberParallel Dual PCIe Introducing the CyberParallel Dual PCIe The CyberParallel Dual PCIe high-speed parallel adapter provides two additional parallel ports to your PCI Express enabled system. Features and Benefits Compliant

More information

Cyber 2S1P 950 PCI Quick Installation Guide

Cyber 2S1P 950 PCI Quick Installation Guide Cyber 2S1P 950 PCI Quick Installation Guide Introducing the Cyber 2S1P 950 PCI The Cyber 2S1P 950 PCI high-speed serial I/O card provides two 9-pin serial ports and one parallel port. Key Features and

More information

Serial/Parallel Combo PCI

Serial/Parallel Combo PCI Serial/Parallel Combo PCI Express Card USER MANUAL MODEL 160483 MAN-160483-UM-1106-04 Thank you for purchasing the MANHATTAN Serial/Parallel Combo PCI Express Card, Model 160483. Compliant with PCI Express

More information

CyberSerial Dual PCIe-DB Quick Installation Guide

CyberSerial Dual PCIe-DB Quick Installation Guide CyberSerial Dual PCIe-DB Quick Installation Guide Introducing the CyberSerial Dual PCIe-DB The CyberSerial Dual PCIe-DB high-speed serial I/O card provides two additional 9-pin serial ports. Features and

More information

FlexCom104-GPS Manual

FlexCom104-GPS Manual FlexCom104-GPS Manual Flexible Communications PC/104 Platform With GPS Manufactured by: Tri-M Technologies Technical Manual Revision: 2014-09-22 PREFACE This manual is for integrators of applications of

More information

TRP-C08X. USB To 4 RS232/422/485 Converter. User s Manual

TRP-C08X. USB To 4 RS232/422/485 Converter. User s Manual TRP-C08X USB To 4 RS232/422/485 Converter User s Manual Printed Sep. 2014 Rev 1.2 Trycom Technology Co.,Ltd No.35, Zhongxing Rd., Guishan Township, Taoyuan County 333, Taiwan. Tel : 886-3-350-3351 Fax:

More information

Parallel PCi Card user manual

Parallel PCi Card user manual Parallel PCi Card user manual Model 158220 MAN-158220-UM-0409-01 introduction Thank you for purchasing this MANHATTAN Parallel PCI Card, Model 158220. The MANHATTAN Parallel PCI Card quickly and easily

More information

CyberSerial Dual PCIe Quick Installation Guide

CyberSerial Dual PCIe Quick Installation Guide CyberSerial Dual PCIe Quick Installation Guide Introducing the CyberSerial Dual PCIe The CyberSerial Dual PCIe high-speed serial I/O card provides two additional 9-pin serial ports. Features and Benefits

More information

EX Legacy SPP/EPP/ECP PCI Card Installation Guide

EX Legacy SPP/EPP/ECP PCI Card Installation Guide EX-41021 Legacy SPP/EPP/ECP PCI Card Installation Guide 1. Introduction Thank you for purchasing this Legacy SPP/EPP/ECP PCI Card. It is an ISA-like PCI parallel port card that is specially designed to

More information

UPort 2000 Series User s Manual

UPort 2000 Series User s Manual User s Manual Second Edition, December 2012 www.moxa.com/product 2012 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be

More information

DP Industrial PCI Serial Adapter Card Quick Installation Guide

DP Industrial PCI Serial Adapter Card Quick Installation Guide DP Industrial PCI Serial Adapter Card Quick Installation Guide Introduction The DP Industrial PCI Serial Adapter Card is a high-speed serial card that provides additional serial ports to your system. Key

More information

4-Port PCI Express USB 3.0 Card - 2 External, 2 Internal - SATA Power

4-Port PCI Express USB 3.0 Card - 2 External, 2 Internal - SATA Power 4-Port PCI Express USB 3.0 Card - 2 External, 2 Internal - SATA Power Product ID: PEXUSB3S2EI This PCI Express USB 3.0 card offers a cost-effective upgrade that lets you add four USB 3.0 ports to your

More information

2 Port SuperSpeed Mini PCI Express USB 3.0 Adapter Card w/ Bracket Kit and UASP Support

2 Port SuperSpeed Mini PCI Express USB 3.0 Adapter Card w/ Bracket Kit and UASP Support 2 Port SuperSpeed Mini PCI Express USB 3.0 Adapter Card w/ Bracket Kit and UASP Support Product ID: MPEXUSB3S22B The MPEXUSB3S22B 2-Port Mini PCI Express USB 3.0 Card with Bracket Kit adds two external

More information

DP Industrial PCI Express Serial Adapter Card Quick Installation Guide

DP Industrial PCI Express Serial Adapter Card Quick Installation Guide DP Industrial PCI Express Serial Adapter Card Quick Installation Guide Introduction The DP Industrial PCI Express Serial Adapter Card is a high-speed serial card that provides additional serial ports to

More information

PCI Express Parallel Communication Board

PCI Express Parallel Communication Board USER S MANUAL PCI Express Parallel Communication Board English Version Second Edition, March 2014 SUNIX Co., Ltd. Tel: +886-2-8913-1987 Fax: +886-2-8913-1986 Http://www.sunix.com info@sunix.com PCI Express

More information

Cyber 1S1P PCI Quick Installation Guide

Cyber 1S1P PCI Quick Installation Guide Introducing the Cyber 1S1P PCI The Cyber 1S1P PCI high-speed serial I/O card provides one 9-pin serial port and one parallel port. Features and Benefits Conforms to PCI v2.2 Plug and Play Full support

More information

CyberSerial 2S PCI Quick Installation Guide

CyberSerial 2S PCI Quick Installation Guide Introducition CyberSerial 2S PCI Quick Installation Guide The CyberSerial 2S PCI high-speed serial I/O card provides two additional 9-pin RS-232 serial ports. Key Features and Benefits Universal PCI card

More information

4-Port PCI Express USB 3.0 Card

4-Port PCI Express USB 3.0 Card 4-Port PCI Express USB 3.0 Card Product ID: PEXUSB3S42 Here s a cost-effective solution for adding USB 3.0 connectivity to your computer. This 4-port PCIe USB 3.0 card gives you three external ports and

More information

USB to RS-422/485 Serial Adapter

USB to RS-422/485 Serial Adapter USB to RS-422/485 Serial Adapter User Manual Ver. 4.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

Universal PCI Remap Parallel Communication Board

Universal PCI Remap Parallel Communication Board USER S MANUAL Universal PCI Remap Parallel Communication Board English Version First Edition, April 2010 SUNIX Co., Ltd. Tel : +886-2-8913-1987 Fax: +886-2-8913-1986 Http://www.sunix.com.tw info@sunix.com.tw

More information

CyberSerial Dual PCI Quick Installation Guide

CyberSerial Dual PCI Quick Installation Guide Introduction CyberSerial Dual PCI Quick Installation Guide The CyberSerial Dual PCI high-speed serial card provides two RS232 9-pin serial ports. Key Features and Benefits Universal PCI card design that

More information

2-Port Serial 550-Value Quick Installation Guide

2-Port Serial 550-Value Quick Installation Guide 2-Port Serial 550-Value Quick Installation Guide Introducing the 2-Port Serial 550-Value The 2-Port Serial 550-Value provides two 16550 UART serial ports which supports data transfer rates up to 16 Mb/s.

More information

CyberSerial 4S PCI Quick Installation Guide

CyberSerial 4S PCI Quick Installation Guide Introduction CyberSerial 4S PCI Quick Installation Guide The CyberSerial 4S PCI high-speed serial card provides 4 RS-232 9-pin serial ports. Key Features and Benefits Universal PCI card design that works

More information

1-Port Serial, 1-Port Parallel PCI Express Combo Card

1-Port Serial, 1-Port Parallel PCI Express Combo Card 1-Port Serial, 1-Port Parallel PCI Express Combo Card PEX1S1P952 *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del

More information

MEC-COM-M134. User s Manual

MEC-COM-M134. User s Manual MEC-COM-M134 Mini PCI-e 4-port RS-232/422/485 serial board with power input User s Manual Third Edition, February 2014 Mini PCI-e Serial Card User s Manual 2 Table of Contents Chapter 1 Introduction 4

More information

MosChip PCI I/O Cards

MosChip PCI I/O Cards MosChip PCI I/O Cards Quick Installation Guide 1. Introduction The MosChip PCI I/O Card series is a total solution for serial and parallel device connections. This series includes PCI 1S, 2S, 1P, 2P, 1S1P

More information

Dual Profile PCI-Express RS-232 Serial Card (2 port Serial, 1 port Parallel*)

Dual Profile PCI-Express RS-232 Serial Card (2 port Serial, 1 port Parallel*) Dual Profile PCI-Express RS-232 Serial Card (2 port Serial, 1 port Parallel*) *PEX2S5521P PEX1S552 PEX2S552 Instruction Guide *PEX2S5521P shown FCC Compliance Statement This equipment has been tested and

More information

TRP-C08S. USB to 1 RS232 and 1 RS422/485 Isolated Converter. User s Manual

TRP-C08S. USB to 1 RS232 and 1 RS422/485 Isolated Converter. User s Manual TRP-C08S USB to 1 RS232 and 1 RS422/485 Isolated Converter User s Manual Printed Sep. 2014 Rev 1.4 Trycom Technology Co.,Ltd No.35, Zhongxing Rd., Guishan Township, Taoyuan County 333, Taiwan. Tel : 886-3-350-3351

More information

INTRODUCTION 2 FEATURES. 2 SPECIFICATIONS. 2 PIN ASSIGNMENT 2 DB-9 DB-25 CONVERSION TABLE. 2 DRIVER INSTALLATION QUICK GUIDE.. 2

INTRODUCTION 2 FEATURES. 2 SPECIFICATIONS. 2 PIN ASSIGNMENT 2 DB-9 DB-25 CONVERSION TABLE. 2 DRIVER INSTALLATION QUICK GUIDE.. 2 USB to RS-232 Converter Part Number: USB-232-1 Communications made easy CONTENTS INTRODUCTION 2 FEATURES. 2 SPECIFICATIONS. 2 PIN ASSIGNMENT 2 DB-9 DB-25 CONVERSION TABLE. 2 DRIVER INSTALLATION QUICK GUIDE..

More information

SUNIX DEL2S00PL meets the PCI Express Base Specification Revision 2.0. It is compatible with PCI

SUNIX DEL2S00PL meets the PCI Express Base Specification Revision 2.0. It is compatible with PCI DEL2S00PL 2-port RS-232 PCI Express Powered Serial Board Introduction SUNIX DEL2S00PL, PCI Express serial communication board, allows users to add or expand two RS-232 COM ports on PC-based system to use

More information

Product Manual. USB BAY-4 Port Serial DB- 9 RS-232 Adapter with FTDI Chipset. Coolgear, Inc. Version 1.1 September 2017 Model Number: USBG-BAY4

Product Manual. USB BAY-4 Port Serial DB- 9 RS-232 Adapter with FTDI Chipset. Coolgear, Inc. Version 1.1 September 2017 Model Number: USBG-BAY4 USB BAY-4 Port Serial DB- 9 RS-232 Adapter with FTDI Chipset Product Manual Coolgear, Inc. Version 1.1 September 2017 Model Number: USBG-BAY4 2 USBG-BAY4 Product Manual Revision History Revision Date Author

More information

DP CyberParallel Dual

DP CyberParallel Dual DP CyberParallel Dual Quick Installation Guide Introducing the DP CyberParallel Dual The DP CyberParallel Dual is a high-speed parallel I/O card for parallel device connections. It provides 2 ECP/ EPP

More information

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection)

EX KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) EX-1331-4KVIS RS232/422/485 3-in-1 Serial to USB Adapter (w/ 4KV Isolation, 15KV ESD Surge Protection) 1. Introduction Thank you for purchasing this RS232/422/485 3-in-1 Serial to USB Adapter. It is an

More information

PCI Serial Parallel Combo Card with UART

PCI Serial Parallel Combo Card with UART PCI Serial Parallel Combo Card with 16550 UART PCI2S1P *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del usuario -

More information

USB to Serial Adapter Driver Installation Manual

USB to Serial Adapter Driver Installation Manual USB to Serial Adapter Driver Installation Manual For Windows 98 / ME / 2000 / XP / Vista / 7/ 8 / Mac Contents Introduction Features & Specifications System Requirements Installing the Device Uninstalling

More information

Online Manual Choose one of the following categories: Getting Started Guide Software User s Guides Technical Specifications Compliance Information

Online Manual Choose one of the following categories: Getting Started Guide Software User s Guides Technical Specifications Compliance Information Online Manual Choose one of the following categories: Getting Started Guide Software User s Guides Technical Specifications Compliance Information Part Number 137-40178-50 User s Guides Click on your product:

More information

BeagleBone Black USB Expansion RS232 Module Cape Coolgear, Inc. Version 1.1 September 2017 Model Number:

BeagleBone Black USB Expansion RS232 Module Cape Coolgear, Inc. Version 1.1 September 2017 Model Number: BeagleBone Black USB Expansion RS232 Module Cape Product Manual Coolgear, Inc. Version 1.1 September 2017 Model Number: USB-2COM-BB 2 USB-2COM-BB Product Manual Revision History Revision Date Author Comments

More information

Dual Parallel PCI Quick Installation Guide

Dual Parallel PCI Quick Installation Guide Dual Parallel PCI Quick Installation Guide Introducing the Dual Parallel PCI The Dual Parallel PCI is a high-speed parallel I/O card for parallel device connections. It provides 2 ECP/EPP parallel ports

More information

PCI Parallel Card. 1 Port High-Speed EPP/ECP Parallel Card PCI1P PCI1PECP3V. Instruction Manual. Actual product may vary from photo

PCI Parallel Card. 1 Port High-Speed EPP/ECP Parallel Card PCI1P PCI1PECP3V. Instruction Manual. Actual product may vary from photo PCI Parallel Card 1 Port High-Speed EPP/ECP Parallel Card PCI1P PCI1PECP3V Actual product may vary from photo FCC Compliance Statement This equipment has been tested and found to comply with the limits

More information

4 Port PCI Express RS232 Serial Card with UART

4 Port PCI Express RS232 Serial Card with UART 4 Port PCI Express RS232 Serial Card with 16950 UART PEX4S952 PEX4S952LP DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com ES: Guía del usuario - es.startech.com IT:

More information

Serial PCI MODEL MAN UM

Serial PCI MODEL MAN UM Serial PCI Express Card USER MANUAL MODEL 160414 MAN-160414-UM-1106-04 Thank you for purchasing the MANHATTAN Serial PCI Express Card, Model 160414. Compliant with PCI Express 1.0a specifications, this

More information

Serial Communications Products

Serial Communications Products Serial Communications Products U CompactPCI Serial Communications Products Model Name cpci5 cpci5 cpci5 Plug & Play Serial Port Number Max. Async Speed Isolation Onboard Onboard RSC # of Ports RS5 # of

More information

esata II PCIe i/e Quick Installation Guide

esata II PCIe i/e Quick Installation Guide Introduction esata II PCIe i/e Quick Installation Guide The esata II PCIe i/e is an ultra high-speed dual channel Serial ATA Generation 2 controller for use in PCI Express enabled systems. Features and

More information

PCI Serial/Parallel Combo Card with 16C1050 UART - 2 Port Serial, 2 Port Parallel

PCI Serial/Parallel Combo Card with 16C1050 UART - 2 Port Serial, 2 Port Parallel PCI Serial/Parallel Combo Card with 16C1050 UART - 2 Port Serial, 2 Port Parallel PCI2S2PMC *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com

More information

TRP-C08S. USB To 1* RS232 and 1*RS422/485 Isolated Converter. User s Manual. Printed Jun Rev 1.2

TRP-C08S. USB To 1* RS232 and 1*RS422/485 Isolated Converter. User s Manual. Printed Jun Rev 1.2 TRP-C08S USB To 1* RS232 and 1*RS422/485 Isolated Converter User s Manual Printed Jun. 2007 Rev 1.2 Trycom Technology Co., Ltd 1F, No.2-11, Sihu street, Yingge Township, Taipei, Taiwan ROC Tel: 886-2-86781191,

More information

Product Manual. Single Port RS-232 USB Serial Adapter Optical- ISO Surge Protection. Coolgear, Inc. Version 1.1 March 2018 Model Number: USB-COM-Si-M

Product Manual. Single Port RS-232 USB Serial Adapter Optical- ISO Surge Protection. Coolgear, Inc. Version 1.1 March 2018 Model Number: USB-COM-Si-M Single Port RS-232 USB Serial Adapter Optical- ISO Surge Protection Product Manual Coolgear, Inc. Version 1.1 March 2018 Model Number: USB-COM-Si-M 2 USB-COM-Si-M Product Manual Revision History Revision

More information

Combo-card convenience and cost-savings

Combo-card convenience and cost-savings 3-port PCI Express USB 3.0 card + Gigabit Ethernet StarTech ID: PEXUSB3S3GE This PCIe USB 3.0 card couples your peripheral and network connections into a single, scalable solution. By combining three USB

More information

RC-NIC Port Gigabit PCIe Card

RC-NIC Port Gigabit PCIe Card RC-NIC413 4-Port Gigabit PCIe Card Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2 Features... 4 1.3 System Requirements... 4 1.4 Package Contents... 5 Chapter 2: Getting Started...

More information

DP 1-Port ECP/EPP Parallel PCIe Quick Installation Guide

DP 1-Port ECP/EPP Parallel PCIe Quick Installation Guide DP 1-Port ECP/EPP Parallel PCIe Quick Installation Guide Introduction The DP 1-Port ECP/EPP Parallel PCIe high-speed parallel card provides one additional parallel port to your PCIe Express enabled system.

More information

I-7560U/7561U/7563U. User Manual WARRANTY WARNING COPYRIGHT TRADEMARKS CONTACT US

I-7560U/7561U/7563U. User Manual WARRANTY WARNING COPYRIGHT TRADEMARKS CONTACT US I-7560U/7561U/7563U User Manual USB tto RS--232//422//485 Converrtterrss Verr.. 1..0,, Decc.. 2013 WARRANTY All products manufactured by ICP DAS are warranted against defective materials for a period of

More information

PCI Express Serial Adapter

PCI Express Serial Adapter PEX4S952 PEX4S952LP Instruction Manual PCI Express Serial Adapter 4-Port Single Chip PCI Express RS232 Serial Adapter Card FCC Compliance Statement This equipment has been tested and found to comply with

More information

Windows Me Plug-and-Play

Windows Me Plug-and-Play LAB PROCEDURE 18 Windows Me Plug-and-Play OBJECTIVES 1. Remove Network Adapter from the system. 2. Install Network Adapter with Plug-and-Play (PnP). 3. Remove modem. 4. Install modem with Plug-and-Play

More information

Commercial Grade USB to RS-422/485 Adapter User's Manual

Commercial Grade USB to RS-422/485 Adapter User's Manual Commercial Grade USB to RS-422/485 Adapter User's Manual Table of Contents Safety Instructions...3 Introduction...4 Features...4 Package Contents...5 System Requirement...5 Product Overview...6 Pin Assignment...8

More information

By offering a range of USB port types, you can easily connect a variety of modern and legacy USB devices, both inside and outside your computer.

By offering a range of USB port types, you can easily connect a variety of modern and legacy USB devices, both inside and outside your computer. 5-Port USB 3.1 (10Gbps) Combo Card - 1x USB-C, 2x USB-A + 2x IDC (5Gbps) - PCIe StarTech ID: PEXUSB312EIC This 5-port USB 3.1 combo card makes it easy to add to the performance and connectivity of your

More information

Serial PCi Card user manual

Serial PCi Card user manual Serial PCi Card user manual Model 324014 MAN-324014-UM-1007-02 introduction Thank you for purchasing this MANHATTAN Serial PCI Card, Model 324014. The easy-to-follow instructions in this manual help make

More information

Intelligent 3.3 volt/5 volt High Speed Serial PCI Card

Intelligent 3.3 volt/5 volt High Speed Serial PCI Card INTELLIGENT SERIAL CARD Intelligent 3.3 volt/5 volt High Speed Serial PCI Card PCI232INTE INTEBOX8 Instruction Guide * Actual product may vary from photo The Professionals Source For Hard-to-Find Computer

More information

5-Port USB 3.1 (10Gbps) Combo Card - 1x USB-C, 2x USB-A + 2x IDC (5Gbps) - PCIe

5-Port USB 3.1 (10Gbps) Combo Card - 1x USB-C, 2x USB-A + 2x IDC (5Gbps) - PCIe 5-Port USB 3.1 (10Gbps) Combo Card - 1x USB-C, 2x USB-A + 2x IDC (5Gbps) - PCIe Product ID: PEXUSB312EIC This 5-port USB 3.1 combo card makes it easy to add to the performance and connectivity of your

More information

3.1 I-7560 Pin Assignment and Specifications: Introduction

3.1 I-7560 Pin Assignment and Specifications: Introduction 3.1 I-7560 Pin Assignment and Specifications: Introduction The I-7560 adds a Windows serial Com port via its USB connection and is compatible with new & legacy RS-232 devices. USB Plug and Play allows

More information

PCI Express Board User s Manual

PCI Express Board User s Manual PCI Express Board User s Manual Edition 10.0, March 2016 www.moxa.com/product 2016 Moxa Inc. All rights reserved. PCI Express Board User s Manual The software described in this manual is furnished under

More information

USB to DB25 RS232 Adapter User Manual. Features. Windows 7/ Vista / 2003 / XP / 2000 Driver Installation

USB to DB25 RS232 Adapter User Manual. Features. Windows 7/ Vista / 2003 / XP / 2000 Driver Installation 765289 USB to DB25 RS232 Adapter User Manual The USB Serial Adapter is designed to make serial port expansion quick and simple. Connecting to a USB port on your computer or USB hub, the USB Serial Adapter

More information

Cyber I/O PCI Quick Installation Guide

Cyber I/O PCI Quick Installation Guide Cyber I/O PCI Quick Installation Guide Introducing the Cyber I/O PCI The Cyber I/O PCI is a complete solution for serial and parallel device connections. It provides one 16550 UART serial port which supports

More information

Serial 2-Port ExpressCard

Serial 2-Port ExpressCard Serial 2-Port ExpressCard User Manual Ver. 2.00 All brand names and trademarks are properties of their Respective owners. Features and Benefits Fully compliant with ExpressCard Specification 1.0 ExpressCard/34

More information

1S1P Mini PCIe with UART Quick Installation Guide

1S1P Mini PCIe with UART Quick Installation Guide Introduction 1S1P Mini PCIe with 16950 UART Quick Installation Guide The 1S1P Mini PCIe with 16950 UART high-speed serial I/O card provides 9-pin serial port and one parallel port. Features and Benefits

More information

Universal PCI Express Multi-IO RS-232 / Parallel Communication Board

Universal PCI Express Multi-IO RS-232 / Parallel Communication Board USER S MANUAL Universal PCI Express Multi-IO RS-232 / Parallel Communication Board English Version Second Edition, March 2014 SUNIX Co., Ltd. Tel: +886-2-8913-1987 Fax: +886-2-8913-1986 Http://www.sunix.com

More information

2/4/8 Port PCI RS232 Serial Card with UART

2/4/8 Port PCI RS232 Serial Card with UART 2/4/8 Port PCI RS232 Serial Card with 16950 UART PCI2S950 PCI4S950 PCI8S950 *PCI2S950 *actual product may vary from photos DE: Bedienungsanleitung - de.startech.com FR: Guide de l'utilisateur - fr.startech.com

More information

Product Manual. 2 Port USB to RS-422 /485 Optical Isolated Adapter. Coolgear, Inc. Version 1.1 March 2018 Model Number: USB-2COMi-Si-M

Product Manual. 2 Port USB to RS-422 /485 Optical Isolated Adapter. Coolgear, Inc. Version 1.1 March 2018 Model Number: USB-2COMi-Si-M 2 Port USB to RS-422 /485 Optical Isolated Adapter Product Manual Coolgear, Inc. Version 1.1 March 2018 Model Number: USB-2COMi-Si-M 2 USB-2COMi-Si-M Product Manual Revision History Revision Date Author

More information

EX & EX-45362IS 2S RS232/422/485 3-in-1 Serial PCIe Card

EX & EX-45362IS 2S RS232/422/485 3-in-1 Serial PCIe Card EX-45362 & EX-45362IS 2S RS232/422/485 3-in-1 Serial PCIe Card Congratulation on your purchasing this high performance 2-Port RS232/422/485 3-in-1 Serial PCIe Host Adapter. The adapter is high speed PCIe

More information

Product Manual. 8-Port RS-232 USB to Serial Adapter Data Control Box. Coolgear, Inc. Version 1.1 September 2017 Model Number: USB-8COM

Product Manual. 8-Port RS-232 USB to Serial Adapter Data Control Box. Coolgear, Inc. Version 1.1 September 2017 Model Number: USB-8COM 8-Port RS-232 USB to Serial Adapter Data Control Box Product Manual Coolgear, Inc. Version 1.1 September 2017 Model Number: USB-8COM 2 USB-8COM Product Manual Revision History Revision Date Author Comments

More information

esata II PCIe i/e Quick Installation Guide

esata II PCIe i/e Quick Installation Guide esata II PCIe i/e Quick Installation Guide Introducing the esata II PCIe i/e The esata II PCIe i/e is an ultra high-speed dual channel Serial ATA Generation 2 controller for use in PCI Express enabled

More information

CyberParallel PCIe Quick Installation Guide

CyberParallel PCIe Quick Installation Guide CyberParallel PCIe Quick Installation Guide Introducing the CyberParallel PCIe The CyberParallel PCIe high-speed parallel adapter provides one additional parallel port to your PCI Express enabled system.

More information

The ECUSB3S1 Flush Mount 1-Port USB 3.0 ExpressCard lets you add a single USB 3.0 port connection to your laptop through an ExpressCard slot.

The ECUSB3S1 Flush Mount 1-Port USB 3.0 ExpressCard lets you add a single USB 3.0 port connection to your laptop through an ExpressCard slot. 1 Port Flush Mount ExpressCard SuperSpeed USB 3.0 Card Adapter with UASP Support StarTech ID: ECUSB3S1 The ECUSB3S1 Flush Mount 1-Port USB 3.0 ExpressCard lets you add a single USB 3.0 port connection

More information

LAVA Parallel-PCI/LP Installation Manual

LAVA Parallel-PCI/LP Installation Manual MADE IN CANADA PN MOKO - S3/S4 F2833-000 0806 LAVA Parallel-PCI/LP Installation Manual Pb RoHS LAVA COMPUTERS PARALLEL PCI/LP P.N. MOKO L72.4P3 Rev. B02 1 Windows Hardware and Driver Installation 1. Before

More information

Instruction Guide. PCI 1-2 Port Serial Card PCI1S550 PCI2S550 PCI2S550_LP. The Professionals Source For Hard-to-Find Computer Parts

Instruction Guide. PCI 1-2 Port Serial Card PCI1S550 PCI2S550 PCI2S550_LP. The Professionals Source For Hard-to-Find Computer Parts SERIAL I/O CARD PCI 1-2 Port 16550 Serial Card PCI1S550 PCI2S550 PCI2S550_LP Instruction Guide * Actual product may vary from photo The Professionals Source For Hard-to-Find Computer Parts FCC COMPLIANCE

More information