Lumio Release Note Lumio Multi-Touch Communication Protocol

Size: px
Start display at page:

Download "Lumio Release Note Lumio Multi-Touch Communication Protocol"

Transcription

1 Lumio Release Note Lumio Multi-Touch Communication Protocol Note Number RN Revision A0 Release Date Product Lumio Crystal Touch PCB Controller Abstract This note describes the Lumio Multi Touch communication protocol between the Lumio Crystal Touch PCB Controller and a 3rd party multi touch application Contents General Definitions System Interface Setup Compatibility Hardware Interface USB Hardware Interface Serial Hardware Interface Mapping the Serial Connector to the Serial Cable Software Interfaces USB Software Interface Detecting Lumio Devices USB Messages Message Checksum Incoming Data Serial Software Interface Message Structure Message Structure Multiple Touch Event Associated Data Touch Event Packet in a Multi Touch Event Message Topanga Blvd. #335, Woodland Hills, CA 91367, USA Information herein is proprietary information and trade secrets of Lumio Inc. Copyright 2011 Lumio Inc. All rights reserved. 1 of 9

2 General This document describes the Lumio Multi touch communication protocol between the Lumio Crystal Touch PCB Controller and a 3rd party multi touch application. Definitions The following definitions apply to this document: Table 1: Definitions Term Lumio Crystal Touch PCB Controller Client Conventional Firmware (Dual sensor firmware) Multi User Firmware (Quad sensor firmware) Definition The Crystal Touch PCB Controller (hereafter: Crystal Touch Controller ) is responsible for managing and reporting one or more simultaneous XY touch events The client is a 3rd party multi touch application that responds to the XY events sent by the Crystal Touch Controller Crystal Touch PCB Controller that supports 1 or 2 touches Crystal Touch PCB Controller that supports up to 4 touches System Interface Setup The direct interface between the Crystal Touch Controller and the Client is configured in either of the following manners: USB connection: The Client communicates with the Crystal Touch Controller via a USB connection Serial connection: The Client communicates with the Crystal Touch Controller via a Serial (RS-232) connection IMPORTANT : Please ensure that the PCB Controller that you have ordered, or is in your possession, is compatible to the application interface (USB / Serial). Compatibility The following table describes the compatibility between the Lumio protocol and the available Lumio Firmware versions. Table 2: Compatibility Table Firmware Conventional Firmware (Dual sensor firmware) Multi User Firmware (Quad sensor firmware) Version v and up v and up General 2 of 9

3 Hardware Interface The following hardware interfaces are available for Crystal Touch Controllers: USB interfaces Serial interfaces USB Hardware Interface All Crystal Touch Controllers are equipped with USB interfaces. The Crystal Touch Controller USB interface includes the following properties: Table 3: USB Interface Properties Property USB interface v2.0 Setting Serial Hardware Interface Not all Crystal Touch Controllers are equipped with serial interfaces. Only the Tx, Rx and Gnd pinouts are required for serial interface communication. The signal voltage level for serial interface communication is: RS232-6v to +6v. Mapping the Serial Connector to the Serial Cable The following section describes how to map the serial connection between the serial cable and the Crystal Touch Controller. Serial Connector Properties The serial connector reference number is JP4. The Pinout properties of the serial connector are displayed in the following table. Hardware Interface 3 of 9

4 Table 4: : Serial Connector Pinout Properties Pinout of JP4 Signal description Connectivity to female DB9 connector Connectivity to male DB9 connector Pin 1 (square) GND Pin 5 Pin 5 Pin 2 Controller receive from PC Pin 3 Pin 2 Pin 3 Controller receive from PC Pin 2 Pin 3 The following diagrams display serial male and female cable connections. Figure 1 Serial Male and Female Connections Hardware Interface 4 of 9

5 Software Interfaces The following software interfaces are available for Crystal Touch Controllers: USB Software Interface on page 5 Serial Software Interface on page 6 USB Software Interface This section includes: Detecting Lumio Devices on page 5 USB Messages on page 5 Message Checksum on page 5 Incoming Data on page 5 Detecting Lumio Devices Lumio firmware is identified according to its features. Currently the Lumio firmware identification is as follows. Table 5: Lumio Firmware Identification Firmware Package Conventional Firmware Multi user Firmware USB Messages 0x202E/0x0007 0x202E/0x0006 Vendor ID / USB PID All USB messages are 64 bytes long. Therefore a message sent to the Crystal Touch Controller must be configured in a 64-byte buffer, initially set to zero. Message Checksum No checksum processing is performed when interfacing via a USB connection, due to the layer of USB message validity checking at the application layer. The checksum byte appears in the protocol, but will not appear in incoming messages, as its inclusion in sent messages is not required. Incoming Data Once a connection is established, the Client receives all events, in the form of a Multiple Touch Event Message (USN:0x44), from the Crystal Touch Controller. Events are received upon detecting a change of state on the Crystal Touch Panel (that is, Touch Down, Move or Up). Software Interfaces 5 of 9

6 The Crystal Touch Controller does not provide handshaking, polling or error recovery. Therefore it is the responsibility of the Client to read the data, and buffer if required. NOTE: All coordinates and widths are in the sensor pixel range, which must be mapped to the screen resolution prior to display and/or processing. Serial Software Interface Configure the Crystal Touch Controller serial connection properties as displayed in the following table: Table 6: Serial Interface Connection Properties Property Start bit 1 Data bits 8 Stop bit 1 Hardware controls (CTS, RTS) None Baud rate 115,220 Parity None Flow Control (X-on / X-off) Off Setting Once a connection has been established, all events, in the form of a Multiple Touch Event Message (USN:0x44) will be received by the application. Events are received upon detecting a change of state on the Crystal Touch Panel (that is, Touch Down, Move or Up). The Crystal Touch Controller does not provide handshaking, polling or error recovery. Therefore it is the responsibility of the Client to read the data, and buffer if required. Message validation is provided by a checksum that appears at the end of each message. NOTE: All coordinates and widths are in the sensor pixel range, which must be mapped to the screen resolution prior to display and/or processing. Software Interfaces 6 of 9

7 Message Structure The message structure between the Client and Crystal Touch Controller in both directions (input and output), is divided into segments, as displayed in the following table. Table 7: Serial Interface Connection Properties Property Header Unique Service number (USN) Data Length Data Sector Checksum (SC) Setting The Header is a fixed byte 0 x7f The USN describes the service requested / type of command, for example a message concerning a touch event The number of Bytes in the following Data segment Contains the contents of the message. Parsing of the message depends on the service number The checksum of the whole message, including header, USN, length and data (summation of unsigned chars for the entire message). Note: The checksum is required and available only in serial interface. Table 8: Multiple Touch Event Message (USN:0x44) A multiple touch event message is a message sent by the Crystal Touch Controller to the Client. The multiple touch event message informs the Client of a touch event (Down, Move or Up) in the active area. The touch event has absolute XY coordinates as well as absolute width. Each touch event has an associated TagID for tracking. The following diagram display a multiple touch event message. Table 9: Multiple Touch Event Message (USN 0x44) Message Structure 7 of 9

8 Message Structure The following table displays the message structure. Table 10: Message Structure Element Type Size Value / Meaning Header Unsigned Char 1 Byte 0x7F - constant header for all messages USN Unsigned Char 1 Byte The code of the message is 0x44 for multi-touch event reports Data length Unsigned Char 1 Byte Depends on the length of data sector. The data length can be a value between 0 to 254 (0x00 to 0xFE) Multiple Touch Event Associated Data The following table displays the multiple touch event associated data. Table 11: Multiple Touch Event Associated Data Element Type Size Value / Meaning Number of Touch event packets in multi touch event message Size of Touch Event Packet in Multi Touch Event Message Unsigned char 1 Byte Specifies the number of Touch Event packets, supported number 1 to n Unsigned char 1 Byte Specifies the size of a Touch Event packet. All packets must be of same size/type. In this case this is fixed 11 Bytes Touch Event Packet in a Multi Touch Event Message The following table displays a touch event packet in a multiple touch event message. Table 12: Touch Event Packet in a Multi Touch Event Message Element Type Size Value / Meaning Touch Area / Operation Unsigned char 1 Byte This field consists of 2 nibbles defining the type of operation and area in which touch events occurred, where: Bits 0-3 Touch Operation 0 Touch Move 1 Touch Down 2 Touch Up Bits 4-7 Touch Area 0 Touch Screen Mode V-mode Unsigned char 1 Byte Value is constant 0 - ignore this value Message Structure 8 of 9

9 Element Type Size Value / Meaning X Co-ordinate Unsigned char 2 Byte Absolute X-coordinate of the touch event. (Left Side Bottom first). Range of values Y Co-ordinate Unsigned char 2 Byte Absolute Y-coordinate of the touch event. ((Left Side Bottom first). Range of values: X Width Unsigned char 2 Byte Specifies the horizontal width of the detected object. (Left Side Bottom first). Range of values: Y Width Unsigned char 2 Byte Specifies the vertical height of the detected object. (Left Side Bottom first). Range of values: Tag ID Unsigned char 1 Byte Specifies the event ID. The Ids are enumerated starting from 1. This is for helping the application to track movements of multiple events without confusing between them Message Structure 9 of 9

Hello Angles... A First Use Guide to the VS Product Series: RS232 Interface with LD Standard Communication Protocol & Analogue 4-20mA Output Signals.

Hello Angles... A First Use Guide to the VS Product Series: RS232 Interface with LD Standard Communication Protocol & Analogue 4-20mA Output Signals. Hello Angles... A First Use Guide to the VS Product Series: RS232 Interface with LD Standard Communication Protocol & Analogue 4-20mA Output Signals. 1 Who Is This Guide For? The purpose of this guide

More information

RS232/TTL Modem Interface Data Sheet Product Specifications and Performance

RS232/TTL Modem Interface Data Sheet Product Specifications and Performance www.rfdesign.com.au RS232/TTL Modem Interface Data Sheet Product Specifications and Performance *Modem not included Features RS232/TTL translation DB9 female serial port connector Selectable external power

More information

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2)

Doug Fleenor Design, Inc. RS-232 to DMX512 Interface, 2 Generation. March 8, 2010 (Software V1.2) Doug Fleenor Design, Inc. nd RS-232 to DMX512 Interface, 2 Generation March 8, 2010 (Software V1.2) The second generation RS-232 to DMX512 interface has numerous features beyond the original device. The

More information

BLE232: Manual Copyright 2014 taskit GmbH

BLE232: Manual Copyright 2014 taskit GmbH BLE232 Manual BLE232: Manual Copyright 2014 taskit GmbH BLE232 All rights to this documentation and to the product(s) described herein are reserved by taskit GmbH. This document was written with care,

More information

PCIe Card Selection Guide. PCIe-CAN Card. PCIe-COM Card. Taiwan Pulse Motion Co.,Ltd. Bus Interface PCI Express x 1 LPE-C122 PCE-C122D PCE-C122T

PCIe Card Selection Guide. PCIe-CAN Card. PCIe-COM Card. Taiwan Pulse Motion Co.,Ltd. Bus Interface PCI Express x 1 LPE-C122 PCE-C122D PCE-C122T PCIe Card Selection Guide PCIe-CAN Card Bus Interface PCI Express x 1 LPE-C122 PCE-C122D PCE-C122T Channels I/O Isolation Voltage Baud Rate Terminator Resistor I/O PIN Type 2 Max. 1 Mbps Jumper for 120

More information

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2

CLOCKAUDIO. MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 CLOCKAUDIO MR88 Automatic Microphone Mixer RS232 Programming Version 4.2 Clockaudio Limited, 9 Stratfield Park Elettra Avenue, WATERLOOVILLE Hampshire. UK Tel : +44 (0)2392 251193 Fax : +44 (0)2392 251201

More information

Intelligent Devices IDI 1100 Series Technical Manual

Intelligent Devices IDI 1100 Series Technical Manual Intelligent Devices IDI 1100 Series 4411 Suwanee Dam Road, Suite 510 Suwanee, GA 30024 T: (770) 831-3370 support@intelligentdevicesinc.com Copyright 2011, Intelligent Devices, Inc. All Rights Reserved

More information

Metasys Integrator GE Lighting Application

Metasys Integrator GE Lighting Application Metasys Connectivity Technical Manual 629.5 Metasys Integrator Section Application Note Issue Date 0998 APPLICATION NOTE Metasys Integrator GE Lighting Application lntroduction Page 3 Application Details

More information

Appendix A Cable Pinouts

Appendix A Cable Pinouts Appendix A Cable Pinouts This appendix lists the cables and connector pinout assignments for the cables used with the ERX-7xx models and ERX-14xx models. Topic Page SRP I/O Module 163 CT1 and CE1 I/O Modules

More information

Crystal Touch Dual Sensor Optical Touch Screen Specifications For 65 Monitors with USB Interfaces Version A0 February 2012

Crystal Touch Dual Sensor Optical Touch Screen Specifications For 65 Monitors with USB Interfaces Version A0 February 2012 Crystal Touch Dual Sensor Optical Touch Screen Specifications For 65 Monitors with USB Interfaces Version A0 February 2012 Document Revision History Release Date Revision History Disclaimer AO 02/2012

More information

emu - Mains Distribution Unit

emu - Mains Distribution Unit emu - Mains Distribution Unit Operation Manual Ver 2.7 20-04-11 - Page 1-20/04/2011 General Description The emu is a twelve output mains distribution unit with an embedded web server to provide IP control

More information

Cable Pinouts. SRP I/O Module

Cable Pinouts. SRP I/O Module Cable Pinouts A This appendix lists the cables and connector pinout assignments for the cables used with the ERX-7xx models and ERX-14xx models. Topic Page SRP I/O Module A-1 CT1 and CE1 I/O Modules A-4

More information

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.2 BLE RS-232 Serial Adapter. Model: BLE-232D-E. 1. Package content: BLE RS-232 adapter 1. Package content: BLE RS-232 adapter Bluetooth V4.2 BLE RS-232 Serial Adapter Model: BLE-232D-E Package Contents: BLE RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box: 11 x 6 x 5 (cm)

More information

CDN503 HIGH DENSITY I/O ADAPTER USER GUIDE

CDN503 HIGH DENSITY I/O ADAPTER USER GUIDE CDN503 HIGH DENSITY I/O ADAPTER USER GUIDE 13050301 (c) Copyright DIP Inc., 1996 DIP Inc. P.O. Box 9550 MORENO VALLEY, CA 92303 714-924-1730 CONTENTS DN503 PRODUCT OVERVIEW 1 DN503 INSTALLATION 1 POWER

More information

TABLE OF CONTENTS 2/10

TABLE OF CONTENTS 2/10 TABLE OF CONTENTS TABLE OF CONTENTS...2 1. OVERVIEW...3 1.1 RS485/RS232 SIGNALS...3 1.2 X10 SIGNALS...3 2. PROTOCOL...4 2.1 QUICK REFERENCE...4 2.1.1 PACKET DESCRIPTION...4 2.1.2 RS485/RS232 SIGNAL SENT

More information

CDN502 HIGH DENSITY I/O ADAPTER USER GUIDE

CDN502 HIGH DENSITY I/O ADAPTER USER GUIDE CDN502 HIGH DENSITY I/O ADAPTER USER GUIDE 13050201 (c) Copyright DIP Inc., 1996 DIP Inc. P.O. Box 9550 MORENO VALLEY, CA 92303 714-924-1730 CONTENTS DN502 PRODUCT OVERVIEW 1 DN502 INSTALLATION 1 POWER

More information

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM Preliminary Single-Chip USB to UART Bridge SINGLE-CHIP USB to UART DATA TRANSFER - Integrated USB Transceiver; No External Resistors Required - Integrated Clock; No External Crystal Required - Integrated

More information

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual

USB-ASC232. ASCII RS-232 Controlled USB Keyboard and Mouse Cable. User Manual USB-ASC232 ASCII RS-232 Controlled USB Keyboard and Mouse Cable User Manual Thank you for purchasing the model USB-ASC232 Cable HAGSTROM ELECTRONICS, INC. is pleased that you have selected this product

More information

BV4531U. I2C or Serial 6 Way Relay

BV4531U. I2C or Serial 6 Way Relay BV4533 Date February 2018 11 Feb. 2018 Firmware Revision 1.0.4 Preliminary 1.1.0 Serial Updated I2C or Serial 6 Way Relay 3 Sep. 2018 1.1.0 I2C corrections, trigger is not used Introduction This is an

More information

The Analyst. RS422/RS232 Tester. (Standard Model) User Manual

The Analyst. RS422/RS232 Tester. (Standard Model) User Manual 12843 Foothill Blvd., Suite D Sylmar, CA 91342 818 898 3380 voice 818 898 3360 fax www.dnfcontrolscom The Analyst RS422/RS232 Tester (Standard Model) User Manual Manual Revision 102506 Table of Contents

More information

Select a Data Communication Interface

Select a Data Communication Interface Printer Setup and Operation Select a Data Communication Interface Select a Data Communication Interface You may connect your print engine to a computer using one or more of the available connections. The

More information

melabs Serial LCD Firmware Version 1.1 3/5/07

melabs Serial LCD Firmware Version 1.1 3/5/07 melabs Serial LCD Firmware Version 1.1 3/5/07 The melabs Serial LCD (SLCD) can display serial data from either asynchronous RS232-style or synchronous I 2 C input. A range of baud rates from 2400 to 57,600

More information

ambient XC RS232 Control Command Specification

ambient XC RS232 Control Command Specification ambient XC RS232 Control Command Specification Table of Contents ambient XC RS232 Control Command Specification...1 Goal...2 COM port properties...2 Initialisation of RS232 communication...2 Determine

More information

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package.

This 4-port RS-422/485 Adapter is provided with an external switching power adapter in the package. USB-4COMi-M USB to Quad RS-422/485 to Serial Adapter Manual The USB to Industrial Quad RS-422/485 Adapter is designed to make industrial communication port expansion quick and simple. Connecting to a USB

More information

Quick Start Reference Sheet Toshiba TLP-T720 Revision A. I. Driver Features. II. Wiring Specifications. III. Additional Notes

Quick Start Reference Sheet Toshiba TLP-T720 Revision A. I. Driver Features. II. Wiring Specifications. III. Additional Notes Quick Start Reference Sheet Revision A NOTE: This document is intended only as a quick reference for installation please read the following SP Controls Application Note for a complete description of this

More information

LM048 Bluetooth v2.0, v2.1 RS232 Serial Adapter Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack)

LM048 Bluetooth v2.0, v2.1 RS232 Serial Adapter Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack) Bluetooth v.0, v. RS Serial Adapter Revised 8/NOV/0.mm mm mm Features World s smallest Bluetooth Serial Adapter (RS) Bluetooth v.0, v. wireless technology 8 dbm Tx Power and -8 dbm Rx Sensitivity Serial

More information

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication.

Wiring Section 3-3. NQ-Series communication ports support various types of (serial) communication. 3-3 Wiring NQ-Series models have, besides one power connector, a number of communication ports. Please refer to Table 2.2: Common specifications for NQ-Series and Table 2.3: Specifications per NQ-Series

More information

LM058 Bluetooth v2.0, v2.1 RS232 Serial Adapter - SMA Connector Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack)

LM058 Bluetooth v2.0, v2.1 RS232 Serial Adapter - SMA Connector Standalone (With Embedded Bluetooth v2.0 / v2.1 Stack) Bluetooth v2.0, v2. RS232 Serial Adapter - SMA Connector Revised 3/MAR/20 Datasheet Version.0 mm mm 34mm Features Bluetooth v2.0, v2. wireless technology dbm Tx Power and - dbm Rx Sensitivity Serial (RS232)

More information

MetOne Particle Counter

MetOne Particle Counter Doc.. Ver: 1.00 1 DESCRIPTION HACH Ultra Analytics (formerly Pacific Scientific Instruments) Standard Protocol FX (enhanced) ENG110. Developed for interfaces to MetOne Particle Counters The MetOne Particle

More information

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter

+ (5~27 VDC) GND. Bluetooth V4.1 BLE RS-232 Serial Adapter. Model: BLE-232B. 1. Package content: BLE RS-232 adapter Bluetooth V4.1 BLE RS-232 Serial Adapter 1. Package content: BLE RS-232 adapter Model: BLE-232B Package Contents: BLE RS-232 adapter x 1 Screw x2, Screw nut x 2 A4 User manual x 1 Mini USB Cable x 1 White

More information

Product Manual. USB to Optical Adapter Industrial Isolated RS- 232/422/485. Coolgear, Inc. Version 2.1 December 2018 Model Number: USB-COMi-Si-M

Product Manual. USB to Optical Adapter Industrial Isolated RS- 232/422/485. Coolgear, Inc. Version 2.1 December 2018 Model Number: USB-COMi-Si-M USB to Optical Adapter Industrial Isolated RS- 232/422/485 Product Manual Coolgear, Inc. Version 2.1 December 2018 Model Number: USB-COMi-Si-M 2 USB-COMi-SI-M Product Manual Revision History Revision Date

More information

HP 48 I/O Technical Interfacing Guide

HP 48 I/O Technical Interfacing Guide HP 48 I/O Technical Interfacing Guide HP 48 I/0 Technical Interfacing Guide CONTENTS INTRODUCTION... 3 WIRED SERIAL I/O HARDWARE... 3 CABLE WIRING... 3 SERIAL FORMAT... 5 Example: an 'H' (48 hex)... 5

More information

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide

DELPHI CORPORATION. LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide DELPHI CORPORATION LIN to RS-232 Gateway Systems Analysis INterface Tool (SAINT) Users Guide Document Number TBD Version D, Draft 1 August 15, 2003 Copyright Delphi Corporation, 2003 Maintained by: Chris

More information

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out.

RS 232 PINOUTS. 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. RS 232 PINOUTS 1. We use RJ12 for all of our RS232 interfaces (Link-2-Modbus & Link-2-PC- Serial/RS232). The diagram below shows our pin out. 2. A DB9 Female to RJ12 Female Serial/Terminal Modular Adaptor

More information

Bar Code Scanner Specifications for XL200 Controllers

Bar Code Scanner Specifications for XL200 Controllers Bar Code Scanner Specifications for XL200 Controllers Scanner Specifications Any scanner connected to an XL200 series controller must conform to the following communication specifications: Baud Rate: 9600

More information

USB to RS-232/RS422/485. US-101-I USB To Serial Operation Manual

USB to RS-232/RS422/485. US-101-I USB To Serial Operation Manual USB to RS-232/RS422/485 US-101-I USB To Serial Operation Manual First Edition, Jun 2008 Table of Contents 1. Introduction 2 2. Package checklist 3 3. Product Specification 4 4. Product Panel Views Description

More information

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3

RS 232 Interface. RS 232 is the Serial interface on the PC. Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 RS 232 Interface RS 232 is the Serial interface on the PC Three major wires for the Serial interface: Transmit Pin 2 Receive Pin 3 Note: SR510 switches pins 2,3 internally HP Func. Gen. Requires a null

More information

Metasys Integrator Allen-Bradley Custom Application

Metasys Integrator Allen-Bradley Custom Application Metasys Connectivity Technical Manual 629.5 Metasys Integrator Section Application Note Issue Date 0998 APPLICATION NOTE Metasys Integrator Allen-Bradley Custom Application Introduction Page 3 Application

More information

LM068 Bluetooth v4.1 Dual Mode RS232 Serial Adapter Standalone (With Embedded Bluetooth v4.1 Stack)

LM068 Bluetooth v4.1 Dual Mode RS232 Serial Adapter Standalone (With Embedded Bluetooth v4.1 Stack) Bluetooth v. Dual Mode RS Serial Adapter Revision Draft v.0.mm mm mm Features World s smallest Bluetooth Serial Adapter (RS) Ease of configuration and setup using the LM9v software Bluetooth v. wireless

More information

CONNECTION TO A HOST COMPUTER

CONNECTION TO A HOST COMPUTER CONNECTION TO A HOST COMPUTER Foreword: Hardware data The Communication between the CUBE30TOUCH and an external PC may be done in two possible ways: 1- Using a USB connection: Connect a standard A-B USB

More information

PIC-I/O Multifunction I/O Controller

PIC-I/O Multifunction I/O Controller J R KERR AUTOMATION ENGINEERING PIC-I/O Multifunction I/O Controller The PIC-I/O multifunction I/O controller is compatible with the PIC-SERVO and PIC-STEP motor control modules and provides the following

More information

Getting started with your DGH module:

Getting started with your DGH module: Getting started with your DGH module: This document contains step-by-step instructions to quickly connect and communicate with your new DGH modules. For most applications, new modules require a one-time

More information

USB-1. USB-Compatible Interface for the Persistor CF-1. Oceanographic Embedded Systems NE Seavy Ave. Corvallis, OR

USB-1. USB-Compatible Interface for the Persistor CF-1. Oceanographic Embedded Systems NE Seavy Ave. Corvallis, OR USB-1 USB-Compatible Interface for the Persistor CF-1 Oceanographic Embedded Systems 1260 NE Seavy Ave. Corvallis, OR 97330 e-mail: mark@oes.to Revision 1.0 November, 2001 Introduction The USB-1is a peripheral

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

Addmaster Corporation

Addmaster Corporation IJ-1000 Ink-Jet Validation Printer Specification Addmaster Corporation Address: 225 East Huntington Drive Monrovia, CA 91016 Web: www.addmaster.com Phone: (626) 358-2395 FAX: (626) 358-2784 Document: ij1w.doc

More information

DN120 DeviceNet Gateway User Manual

DN120 DeviceNet Gateway User Manual DN120 DeviceNet Gateway User Manual DN120 PN 84-210010 Rev A Table of Contents CHAPTER 1 OVERVIEW... 4 CHAPTER 2 INSTALLATION... 5 MOUNTING... 5 WIRING... 6 DeviceNet Interface... 6 Serial Channel Interface...

More information

NITGEN FIM50 Series. Datasheet FIM50N. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU

NITGEN FIM50 Series. Datasheet FIM50N. Version Stand-Alone Fingerprint Identification Device with Built-in CPU. Standalone with built-in CPU NITGEN FIM50 Series Stand-Alone Fingerprint Identification Device with Built-in CPU Datasheet Version 1.00 NITGEN Page: 1 Copyright 2010 NITGEN Co., Ltd. ALL RIGHTS RESERVED Serial Number: Specifications

More information

SC1602LC 16x2 Large Characters RS232 LCD Module. User s Manual. Large Viewing Area 99mm x 24mm. Large Character Size. 4.84mm x 9.66mm.

SC1602LC 16x2 Large Characters RS232 LCD Module. User s Manual. Large Viewing Area 99mm x 24mm. Large Character Size. 4.84mm x 9.66mm. Large Viewing Area 99mm x 24mm Large Character Size 4.84mm x 9.66mm Features 16x2 Large Characters LCD RS232 Interface Simple Serial Command Wide Range Voltage Operation ( 9-15V ) 8 User s Defined Characters

More information

SC1602LCPro-YG ( Yellow Green Backlight ) SC1602LCPro-B ( Blue Backlight ) Large Character Size ( 4.88x9.66 mm )

SC1602LCPro-YG ( Yellow Green Backlight ) SC1602LCPro-B ( Blue Backlight ) Large Character Size ( 4.88x9.66 mm ) SC1602LCPro-YG ( Yellow Green Backlight ) SC1602LCPro-B ( Blue Backlight ) Large Character Size ( 4.88x9.66 mm ) Features 16 x 2 Large Characters RS485 Serial Interface Programmable Device Address Programmable

More information

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD

BOARD LEVEL PRODUCTS GPIB<->RS-422/RS-485 INTERFACE BOARD BOARD LEVEL PRODUCTS RS-422/ INTERFACE BOARD DESCRIPTION The Model Serial Interface is a small, low cost interface board that interfaces serial devices with RS-422 or signals to the bus. The provides

More information

ICP PANEL-TEC PEX3000 II

ICP PANEL-TEC PEX3000 II ICP PANEL-TEC PEX3000 II MODBUS PORT EXPANDER INSTALLATION AND OPERATION GUIDE REVISION HISTORY Revision Date Author Comments 000 29 Aug 2008 Keira Majors Initial release. 001 16 Sep 2008 David Walker

More information

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION...

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION... MF1-RW-TTL-PCB1 13.56Mhz Mifare ISO14443A reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES......,,...2 2. PINNING INFORMATION........2 3. BAUD RATE SETTING.........3 4. COMMUNICATION

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

More information

USB to RS-232/RS422/485. URK-228-I USB To Serial Operation Manual

USB to RS-232/RS422/485. URK-228-I USB To Serial Operation Manual USB to RS-232/RS422/485 URK-228-I USB To Serial Operation Manual First Edition, Feb 2012 Table of Contents 1. Introduction 2 2. Package checklist 3 3. Product Specification 4 4. Product Panel Views Description

More information

FEC-240G. Rev. Date

FEC-240G. Rev. Date Model User s Manual Contents Contents. 1 Features... 2 Type Model and Serial Number... 2 Specifications... 3 Interface Connections...... 4 DIP Switch Setting... 6 Dimension... 7 Command Set Table... 8

More information

LM058 Bluetooth Serial Adapter SMA Antenna 100m m Range SPP GAP + Wireless DTR DSR RTS CTS

LM058 Bluetooth Serial Adapter SMA Antenna 100m m Range SPP GAP + Wireless DTR DSR RTS CTS LM0 Bluetooth Serial Adapter SMA Antenna Features The can communicate with another Bluetooth serial adapter or Bluetooth devices such as laptops, desktops, PDA s or mobile phones. Supports Bluetooth Serial

More information

VS-626M5 Parameter Upload/Download Software User s Manual (Preliminary) 5/18/99

VS-626M5 Parameter Upload/Download Software User s Manual (Preliminary) 5/18/99 VS-626M5 Parameter Upload/Download Software User s Manual (Preliminary) 5/18/99 Computer Requirements The following hardware and software are required to run the M5 Parameter Upload/Download software.

More information

IML 560 USER GUIDE. Low Power 56Kbps Industrial modem. Version 1.2. December 6, AYANTRA Inc.

IML 560 USER GUIDE. Low Power 56Kbps Industrial modem. Version 1.2. December 6, AYANTRA Inc. IML 560 USER GUIDE Low Power 56Kbps Industrial modem Version 1.2 December 6, 2002 AYANTRA Inc. Revision History Date Version Description By November 18, 2002 1.1 Initial Release - December 6, 2002 1.2

More information

Installation and Programming Manual

Installation and Programming Manual MUCM SATO Printer Application Manual MUCM SATO Installation and Programming Manual This Manual describes the MUCM application for interfacing a SATO M-8400 barcode printer to an MUCM. Effective: 18 May,

More information

Planar Simplicity Series

Planar Simplicity Series Planar Simplicity Series RS232 PROTOCOL Document 020-1285-00 1. INTRODUCTION 1.1 Purpose The purpose of this document is to explain in detail the commands and steps that can be used to control a Planar

More information

Device: MOD This document Version: 1.0. Matches module version: v3 [29 June 2016] Date: 23 October 2017

Device: MOD This document Version: 1.0. Matches module version: v3 [29 June 2016] Date: 23 October 2017 Device: MOD-1025 This document Version: 1.0 Matches module version: v3 [29 June 2016] Date: 23 October 2017 Description: UART (async serial) to I2C adapter module MOD-1025 v3 datasheet Page 2 Contents

More information

PCI-SIO4B Quad Channel High Performance Serial I/O PCI CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols

PCI-SIO4B Quad Channel High Performance Serial I/O PCI CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols PCI-SIO4B Quad Channel High Performance Serial I/O PCI CARD With up to 256Kbytes of buffering and Multiple Serial Protocols The PCI-SI04B board is a four channel serial interface card which provides high

More information

ELAN DIGITAL SYSTEMS LTD. SL332 PC- CARD USER S GUIDE

ELAN DIGITAL SYSTEMS LTD. SL332 PC- CARD USER S GUIDE ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

SeaLINK+16.VC User Manual Part Number 2167

SeaLINK+16.VC User Manual Part Number 2167 SeaLINK+16.VC User Manual Part Number 2167 www.sealevel.com PO Box 830 Liberty, SC 29657 864.843.4343 Table of Contents INTRODUCTION... 1 OTHER SEALEVEL USB SERIAL I/O PRODUCTS... 1 BEFORE YOU GET STARTED...

More information

LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide. Copyright 2008 IMS

LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide. Copyright 2008 IMS LCD Module with I2C / Serial Interface and Keypad Control «LCD I2C/Serial» User s Guide Copyright 2008 IMS CONTENTS 1 INTRODUCTION... 3 2 MODULE CONNECTION... 3 2.1 I2C/Serial interface connector...4 2.2

More information

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00

Message Display Operator Panel. UCT-33/36 Industrial Terminal. Manual 32.00 BRODERSEN Message Displays/Operator Panels Message Display Operator Panel UCT-33/36 Industrial Terminal Manual 32.00 Brodersen Controls A/S. Betonvej 0. DK-4000 Roskilde. Denmark. Tel (+45) 46 74 00 00.

More information

GEA M6425 IB Main Board. Cable Map Manual

GEA M6425 IB Main Board. Cable Map Manual GEA M6425 IB Main Board Cable Map Manual REV A ATE REVISION CHANGE DESCRIPTION 20/09/10 - Creation 21/09/10 A Added features Page 1 of 13 Summary GEA MB Cable Map Overview...3 Micro SD Connections...4

More information

Metasys Integrator United Power Application

Metasys Integrator United Power Application Metasys Connectivity Technical Manual 629.5 Metasys Integrator Section Application Note Issue Date 0998 APPLICATION NOTE Metasys Integrator United Power Application lntroduction Page 3 Application Details

More information

AudioReQuest Crestron XY Touch Screen Guide Version 1.0.0

AudioReQuest Crestron XY Touch Screen Guide Version 1.0.0 AudioReQuest Crestron XY Touch Screen Guide Version 1.0.0 Control of AudioReQuest devices from a Crestron control system through Video Input and XY Overlay Table of Contents Revision History...II Introduction:...1

More information

OEM API Specification

OEM API Specification OEM API Specification For Wasatch Photonics OEM Spectrometers WasatchDevices.com Revised 2016-08-26 Page 1 Revision Log Revision Date By Reason 1.0 2016-08-29 J. Traud Initial Release Contents General

More information

melabs Serial LCD Firmware Version 1.0 2/7/07

melabs Serial LCD Firmware Version 1.0 2/7/07 melabs Serial LCD Firmware Version 1.0 2/7/07 The melabs Serial LCD (SLCD) can display serial data from either asynchronous RS232-style or synchronous I 2 C input. A range of baud rates from 2400 to 57,600

More information

Specification. Current Consumption Range 8m * Rotational Angle +/- 50 degrees * Shear Angle +/- 40 degrees *

Specification. Current Consumption Range 8m * Rotational Angle +/- 50 degrees * Shear Angle +/- 40 degrees * HX11TR Ultrasonic Positioning Device The HX11TR can be set up to operate as a ultrasonic signal receiver, ultrasonic transmitter, ultrasonic caller and ultrasonic transponder. It is small size and economical.

More information

ELAN DIGITAL SYSTEMS LTD.

ELAN DIGITAL SYSTEMS LTD. ELAN DIGITAL SYSTEMS LTD. LITTLE PARK FARM ROAD, SEGENSWORTH WEST, FAREHAM, HANTS. PO15 5SJ. TEL: (44) (0)1489 579799 FAX: (44) (0)1489 577516 e-mail: support@pccard.co.uk website: http://www.pccard.co.uk

More information

I/O Interface DNA300

I/O Interface DNA300 DNA300 OPERATIONS MANUAL 1 Ring Communications, Inc. Crisis Alert System I/O Interface DNA300 2 DNA300 OPERATIONS MANUAL 2006/06/13 DNA300 OPERATIONS MANUAL 3 Contents INTRODUCTION... 5 INSTALLATION...

More information

RS-232 to Logic Level Adapter with DB9M Connector and Power LED

RS-232 to Logic Level Adapter with DB9M Connector and Power LED PCB-CB-232M RS-232 to Logic Level Adapter with DB9M Connector and Power LED Part Number: PCB-CB-232M (unpopulated PCB, no parts) Features RS-232 to logic level adapter with DB9M connector (DTE style) and

More information

Installation and Programming Manual. Niobrara Research & Development Corporation P.O. Box 3418 Joplin, MO USA

Installation and Programming Manual. Niobrara Research & Development Corporation P.O. Box 3418 Joplin, MO USA DUCM DF1 Manual DUCM DF1 Installation and Programming Manual This manual describes the DUCM application for interfacing DF1 slaves to a Modbus or RNIM serial network. Effective: February 16, 2017 Niobrara

More information

Communication of passive RFID Reader and. FOX3-2G/3G/4G series via RS-232 serial link. and its use to identify RFID tags in

Communication of passive RFID Reader and. FOX3-2G/3G/4G series via RS-232 serial link. and its use to identify RFID tags in THIS DOCUMENT IS AVAILABLE AT HTTP://WWW.FALCOM.DE/ Communication of passive RFID Reader and FOX3-2G/3G/4G series via RS-232 serial link and its use to identify RFID tags in transportation and access management

More information

IR Manager Just Add Power HD over IP Page 1 IR MANAGER. Revised

IR Manager Just Add Power HD over IP Page 1 IR MANAGER. Revised IR Manager Just Add Power HD over IP Page 1 IR MANAGER Revised 2014-09-17 Table of Contents IR Manager Just Add Power HD over IP Page 2 Introduction... 3 Physical Connectors and Indicators... 4 Front...

More information

MUCM ModLon Gateway. Installation and Programming Manual

MUCM ModLon Gateway. Installation and Programming Manual MUCM ModLon Gateway Application Manual MUCM ModLon Gateway Installation and Programming Manual This Manual describes the MUCM application for interfacing the Cummins ModLon Gateway to a Modbus serial network.

More information

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4

TRP-C08. USB to RS232/422/485 Isolated Converter. User s Manual. Printed Sep.2014 Rev 1.4 TRP-C08 USB to RS232/422/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

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

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82)

Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Application Note BDLxxxx RS232 SERIAL INTERFACE COMMUNICATION PROTOCOL (SICP V1.82) Table of Contents 1. INTRODUCTION... 1 1.1 PURPOSE... 1 1.2 DEFINITIONS, ABBREVIATIONS AND ACRONYMS... 1 2. COMMAND PACKET

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

Flex Series User Guide

Flex Series User Guide User Programmable Current 4..20mA Digital RS485 Dual & Single Axis Up to 360º 2016 Flex Series User Guide Sensor Installation, Wiring, Flexware App Instructions Page 1 of 33 Page 2 of 33 Table of Contents

More information

Driver Manual. FS CEI-ABI Protocol Driver for EN.54 Exchanges

Driver Manual. FS CEI-ABI Protocol Driver for EN.54 Exchanges A Sierra Monitor Company Driver Manual (Supplement to the FieldServer Instruction Manual) FS-8700-68 CEI-ABI Protocol Driver for EN.54 Exchanges APPLICABILITY & EFFECTIVITY Effective for all systems manufactured

More information

Hardware Manual PCMCIA DUAL RS EDITION MAY 1999

Hardware Manual PCMCIA DUAL RS EDITION MAY 1999 Hardware Manual 232 232232 PCMCIA DUAL RS232 1.4 EDITION MAY 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided it

More information

AN434: CP2110/4 Interface Specification

AN434: CP2110/4 Interface Specification The Silicon Laboratories CP2110 and CP2114 are USB devices that comply with the USB-defined HID (Human Interface Device) class specification. The USB host communicates with HID devices through the use

More information

USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual. Features and Specifications. Power Supply

USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual. Features and Specifications. Power Supply USB-16COMi-M 16-Port RS-422/485 USB Serial Adapter User Manual The USB to industrial 16-Port RS-422/485 Adapter is designed to make serial port expansion quick and simple. Connecting to a USB port on your

More information

BMV Text Protocol. Table of contents

BMV Text Protocol. Table of contents BMV Text Protocol Table of contents Introduction... 2 Physical interface... 2 Serial port configuration... 2 Message format... 3 Data integrity... 3 Units... 3 Other statistics... 4 Since firmware version

More information

SECTION 5 SMART PAYOUT MANUAL SET SOFTWARE IMPLEMENTATION GUIDE

SECTION 5 SMART PAYOUT MANUAL SET SOFTWARE IMPLEMENTATION GUIDE SECTION 5 SMART PAYOUT MANUAL SET SOFTWARE IMPLEMENTATION GUIDE Innovative Technology assume no responsibility for errors, omissions, or damages resulting from the use of information contained within this

More information

Low-Power-Radio Transceiver IC

Low-Power-Radio Transceiver IC Addressed Mode With Acknowledge Broadcast Mode Automatic Retry Serial Interface Stand Alone Operation Achieves Maximum Range From RF Modules Flow Control Option Two Telemetry I/O Lines (addressed mode

More information

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration

Table 8 shows the pin configuration and function of a standard computer-to-printer parallel cable. Table 8 Parallel Cable Pin Configuration Advanced Printer Inion Parallel Data Port Parallel Data Port The parallel data interface supports IEEE 1 bidirectional parallel communications in nibble mode. The parallel interface provides a means of

More information

Tank Fluid Monitor 905-D6 WITS OPTION COMMUNICATION BOARD MANUAL IMPORTANT OPERATOR INFORMATION

Tank Fluid Monitor 905-D6 WITS OPTION COMMUNICATION BOARD MANUAL IMPORTANT OPERATOR INFORMATION SEELEVEL II Tank Fluid Monitor TM 905-D6 WITS OPTION COMMUNICATION BOARD MANUAL IMPORTANT OPERATOR INFORMATION DATE INSTALLED: UNIT NUMBER: COMPARTMENT: DISPLAY CALIBRATION UNITS (e.g. inches, gallons):

More information

Up to three (3) RIO-RS232 modules may be attached to one RIO-PBA Profibus adapter.

Up to three (3) RIO-RS232 modules may be attached to one RIO-PBA Profibus adapter. General Protocol Issues The RIO-RS232 module consumes 32 bytes of input and output data on Profibus. A fragmentation protocol is used for transferring serial data, requiring that a ladder program be written

More information

1. Overview Technical Specifications Applications Pin Description Connection Diagram of RS 485 / 422 Converter...

1. Overview Technical Specifications Applications Pin Description Connection Diagram of RS 485 / 422 Converter... CONTENTS 1. Overview...3 2. Technical Specifications........4 3. Applications........5 4. Pin Description..... 5 5. Connection Diagram of RS 485 / 422 Converter..........6 6. Troubleshooting....7 7. Frequently

More information

DEVELOPER FRIENDLY USB: A detailed look at how easily a USB-based device can be developed

DEVELOPER FRIENDLY USB: A detailed look at how easily a USB-based device can be developed Reprinted by permission of T&L Publications Inc. Copyright 2003 DEVELOPER FRIENDLY USB: A detailed look at how easily a USB-based device can be developed By Don L. Powrie As the popularity of USB continues

More information

USER GUIDE. to the CP130. Thermal Printer

USER GUIDE. to the CP130. Thermal Printer USER GUIDE to the CP130 Thermal Printer Revision: 1.0 Filename: CP130 Users Guide v1 0.doc Date: 29 March 2011 1 TABLE OF CONTENTS 1 Table of Contents... 2 2 Introduction... 3 2.1 Notes on Printer Firmware

More information

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter Forcom Technology Co., Ltd. Tel: +886-2-77296880 Fax: +8862-27055495 e-mail: info@forcomtech.com.tw URL: http://www.forcomtech.com.tw Intelligent RS-485/422 to RS-232 converter Model No.: R32TR1 AD-INT

More information

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C

Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Serial Bluetooth Smart Adapter - RS232, Low Energy 4.2 BLE Datasheet and Quick Reference for USBLE232C Package content: BLE RS-232 adapter x 1 Screws for DB9 connector x 2 Nuts for DB9 connector x 2 User

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