4.3 Digital Communication

Size: px
Start display at page:

Download "4.3 Digital Communication"

Transcription

1 Data Acquisition & Computer Control Digital Communication Why digital communication (often termed digital input/output, or DIO)? Because the language of computers (and many peripheral devices) is digital and digital communication is extremely robust (even if there is an error, error-correction algorithms can be implemented)! Consider the original digital signal below Even with considerable signal attenuation, distortion, or transmission in a noisy environment a digital signal can be recovered. There are two fundamental types of data transmission, parallel and serial. In parallel data communications each bit in a signal, where a bit is a single binary digit (e.g., a 1 or a 0 ), is carried on its own conductor (or pair of conductors) while in serial data communications a single conductor (or pair) is used for all of thedata Logic Before considering types of digital communication we need to discusshowcomputers write a 1 or a 0. Logic refers to a set of digital inputs and/or outputs that follow asetofrules. Therearetwofundamentaltypesoflogic asynchronous logic where a system responds immediately to a change in logic state and synchronous logic where a system waits for some system-clock pulse to check the logic state. An important fundamental question when dealing with digital communicationisdohigh

2 12 Data Acquisition & Computer Control voltages correspond to 1 or do low voltages correspond to 1. When the high voltage range corresponds to 1 and the low voltage range corresponds to 0 we term this positive logic. Alternatively, when the low voltage range corresponds to 1 and the high voltage range corresponds to 0 we term this negative logic. Both are inwideuse. The next question is exactly what voltage ranges correspond to HIGH and LOW. There are many standards defining these ranges. TTL One of the most common digital IO standard is known as TTL or Transistor-Transistor Logic. TTL is a single-ended logic protocol meaning all signals are referenced to a common ground. In TTL signals a voltage between 2.4 and 5.0 volts are considered HIGH and 0.0 to 0.8 volts are considered LOW. TTL can be either positive or negative logic. RS-422/RS-485 RS-422 is one of the more common differential digital IO standards and is sometimes referred to as differential TTL. It is a rigorous standard thatdefinesahisignalasbetween 0.2 and 6.0 volts and a low signal as between -0.2 and -6.0 volts. As it is a differential standard each signal is carried on a line pair and it is important to know which line is which. The pair members may be referred to as the TRUE and the COMPLIMENT or as A and B. In any case the signal is the voltage difference across the pair. When the TRUE or A signal is between 0.2 and 6.0 volts greater than the COM- PLIMENT or B signal the line is in a 0 state which is known as the SPACE or ON state. When the TRUE or A signal is between 0.2 and 6.0 volts less than the COMPLI- MENT or B signal the line is in a 1 state which is known as the MARK or OFF state. RS-485 is very similar to RS-422 in its logic definitions with the exception that it is a

3 Data Acquisition & Computer Control 13 bit more tolerant of a wider range of voltages appearing across any line pair. RS-422 can withstand either A or B being ±7 voltsrelativetoacommonground(e.g.,theground reference for the entire cable - frequently the connector shield or D -ring housing). This level is known as the common mode voltage. RS-485 can withstand a common mode voltage across A or B in the range -7 to +12 volts. RS-232 RS-232 is rigorously defined serial digital protocol (often written with a - letter at the end, e.g., RS-232-E which essentially is the version number Thecurrentversionis EandwillsometimesbereferencedasEIA232EastheEIA,theElectronic Industries Association, maintains the specification). The logic states aredefinedacrossasingleline pair A 0,knownasaSPACE,willbetransmittedasavoltagedifference between +3 and +25 volts. A 1,knownasaMARK,willbetransmittedasavoltagedifference between -3 and -25 volts. The region between +3 and -3 volts is undefined. More on RS-232 shortly. IEEE-1394 IEEE-1394, known as firewire, isahigh-speedserialstandard. Itnowhasthreeflavors: the original 1995 standard, 1394a (2000 standard), and 1394b (2002standard). Thebus can address up to 63 separate devices per controller. As experimentalists we will rarely have to interface IEEE-1394 decives direclty, as these are generally plug-n-play devices. One needs to keep in mind that the IEEE-1394 design specification allows for a maximum cable length of only 4.5m but this can be extended to up to 72m using inexpensive hubs as receivers. The standard 6-pin IEEE-1394 connection supplies power over the cable (up to 1.5A) but laptops, even if they have a 6-pin connection, generallydonotprovide

4 14 Data Acquisition & Computer Control this power and an external powered hub is needed of your device requirespoweroverthe firewire cable. Most recently a 1394c (2006 standard) was published which shifts the port to an RJ45 (ethernet port) but as of yet there is no news of any hardware manufacturer using this standard. USB USB stands for Universal Serial Bus and comes in three flavors: USB1.0, USB1.1 and USB2.0 (USB3.0 now a standard but it won t appear on hardware until 2010). As the name implies USB is a serial bus that allows up to 127 devices per USB host controller. Like firewire, USB decices are plug-n-play and we will rarely need to interface USB devices directly. One thing to keep in mind for high-bandwidth devices is that connection quality and length are important. At high data rates these devices can become negatively impacted by poor data cables and electronically noisy enfironments (large transformers can give off signifant RF signals). In reality this is true of firewire as well. The maximum cable length allowed for in the USB standard is 5.0 m which has to do with the round-trip travel time of the signal. There are some USB repeaters out there to extend this limit but for high-speed (2.0) devices they can by finicky Parallel Data Transmission We used to encounter parallel data transmission regularly inpersonalcomputersasthey all had a printer port, also known as the parallel port, one standard form of parallel transmission. However, with the rise of USB and firewire we have seen the demise of the printer port and standard parallel data transmission in personal computing. These ports were governed by the IEEE 1284 standard that was set in From a computer control point of view an important parallel data transmission protocol is the IEEE-488 standard commonly known as GPIB for General Purpose Interface Bus and sometimes referred to as HPIB for Hewlett Packard Interface Bus (HP was the developer of the original IEEE-488 protocol).

5 Data Acquisition & Computer Control 15 Agenericcharacteristicofallparallelprotocolsistheytransmit at least 8 bits (1 byte) of data simultaneously. Eachbitistransmittedoveradatalinewhichmaybereferenced to acommonground(single-ended) ortoitsownuniqueground(differential). In addition, there are generally control lines and handshaking lines. Control lines are used to enable or disable certain functionality for example to disable any buttonsorswitchesonaunit when the unit is under computer (remote) control. The handshaking lines are used such that the device and the computer know when signals on the data line are valid, when they ve been read, etc. Many instruments work on non-standard parallel digital protocols. For example digital CCD/CMOS cameras used to all have generally the same parallel digitalprotocol(afew still use parallel but many have moved to serial) - data lines for each bit of pixel depth (e.g., an 8-bit camera will have 8 data lines if it is single-ended or 8 pairs if differential) and then three control lines: Pixel Clock, Line Clock, and Frame Enable. The three control lines tell a frame-grabber (a digital data acquisition card) at what rate each pixel value is coming across the data lines (pixel clock), when an individual line of data is coming (line clock), and when an individual frame is coming (frame enable). The exact form of these signals will vary from manufacturer to manufacturer, and even the names, but in general three signals will be provided. While most digital cameras have moved to transmitting the data from camera to host computer via serial interfacestherealityis the camera is still internally supplying the three control signals (Pixel Clock, Line Clock, and Frame Enable) to drive the camera and as experimentalists itisoftenimportantto understand these control lines and their exact timing so that wemaysynchronizelight sources to the camera or potentially other aspects of experimental design Serial Data Transmission RS-232 Of course when dealing with digital data it is most natural to work in parallel data transmission as entire bytes can be sent at a single time (clock cycle). For example the ASCII character set is a set of characters, numbers and symbols as well as control

6 16 Data Acquisition & Computer Control characters (e.g., carriage return, tab) that have been assigned an 8-bit value. Thus our computer keyboards and many other digital devices work with abyteormoreofdataat any instant in time and many of these devices then send and receive their data in parallel. However, it is not always practical to send the data in parallel. Clearly more complex cabling is required as more individual lines must be present in a connector cable. Hence over longer distances serial data transmission may be a better alternative. Have you ever looked at the connector for an older (pre-usb) keyboard? There are only 4 connector pins (and in fact if you look at USB there are 4 connector pins typically as well)! Clearly the keyboard is communicating with the computer in serial as 4pinsonlyprovide2 4 = 16 potential different characters (assuming the cable shield isground) notenoughfor even the lower case characters! It turns out the keyboard cables are a CLOCK, DATA, GND (ground), and +5 Volts. Thus the first process that most be handled in serial communication is the method by which bytes will be broken down into individual bits and shipped out. This is generally handled on each end by a device known as a UART (Universal Asynchronous Receiver/Transmitter). A very common standard UART are the 8250 series of UARTs. With the data broken down to its bits the next issue is whether to send the data synchronously or asynchronously. To send the data synchronously a clock signal must be sent along with the data signals so that the two devices communicating are synchronized. This is the way a keyboard works. Alternatively, the receiving device can always be listening for the next bit which will come at some essentially random time, this is asynchronous communication and is the method used in the de facto standard in serial communication RS-232. Before we take a more detailed look at RS-232 let s define some important terms. frame sequence of bits defining a byte, including start, stop, and error information baud rate is the number of bits per second (including framing and other information) bit time is the reciprocal of the baud rate data rate is the effective number of bits per second

7 Data Acquisition & Computer Control 17 character or frame rate is (baud rate)/(number of bits per frame) We have already described the logic state definitions in RS-232. Let s know take a look at the standard. There are several standard baud rates defined. These include: 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, and Note that only more recent devices may communicate at baud rates above In asynchronous communication an initial timing bit, known as a START bit, is sent to wake-up the listener. In RS-232 the START bit is a single bit andisaspace(logical 0 ). The start bit is followed by either 7 or 8 data bits the number must be established prior to the serial communication and set in each device. The data bits, which may be either MARKs or SPACEs may be followed by an optional PARITY bit. This bit is used to make the total number of MARKs in the data and the PARITY biteitherodd or even depending on how the PARITY was established. The optional PARITY bit is then followed by either one or two MARKs, known as STOP bits. This entire sequence is known as a frame. The line is then held in the MARK state until thenextframeis sent (which will begin with a START bit and hence the line will transition from MARK to SPACE). Some example transmissions are shown below:

8 18 Data Acquisition & Computer Control The most common RS-232 configuration is 8 data bits, no PARITY bits, and 1 STOP bit (10 total bits per byte of data - 1 START bit, a byte of data, and 1 STOP bit). This is often abbreviated 8N1. If no configuration is given this is agoodstartingpointwhen trying to establish communication. In general the most standard baud rate is 9600 baud. For older devices 1200 or even 300 may be the default setting. Each system knows what the baud rate is so the receiving system knowsatwhatrateto expect data but it does not know exactly when the data will come. The START bit tells the receiving system that data is coming. The STOP bit(s) have twopurposes. Oneisto give the UART enough time to convert the serial bits back to a parallel byte. The second is more subtle. The possibility that the sender and the receiver drift a bit in timing with respect to each other exists - this in known as skew. TheSTOPbits,coupledwith the START bit, give the receiver a measure of the apparent baud rate. Ifthesignalis too skewed with respect to the anticipated baud rate a framing errorwillbedeclared. Depending on the RS-232 implementation the systems may be able to re-send the byte. The next bit of complication arrises in defining senders and receivers. Serial devices are split into two categories - DCE (data communications equipment) and DTE (data terminal equipment). We typically think of a computer or terminal as a DTE device and

9 Data Acquisition & Computer Control 19 amodemasadcedevice. However,bothDTEandDCEdevicesarebi-directional. The only difference is across which pins they communicate. Let s consider the most basic RS-232 communication set - a 3 line system: Signal Name Abbreviation 25-Pin D 25-Pin D 9-Pin D 9-Pin D DTE or DTC DTE DCE DTE DCE Transmit Data TxD (TD) Pin 2 Pin 3 Pin 2 Pin 3 Receive Data RxD (RD) Pin 3 Pin 2 Pin 3 Pin 2 Common (Signal Gnd) Com (SG) Pin 7 Pin 7 Pin 5 Pin 5 By convention the names of a lines are based on the DTE side of the line, hence the DTE line emanating from PIN 2 is known as the transmit line. Thus when connecting two DCE or two DTE devices you must use a cable with Pin 2 at one end wired to Pin 3 at the other end and visa-versa. This type of cable is known as a null modem cable. How do you know which pin is which? When looking at the male end connector, the top row is the longer row on the DB connecter (e.g., the top of a DB-9 is the 5-pin row) and pin 1 is the upper left (left-most pin on the 5 pin row). The pins then progress left to right as if reading a book (e.g., pin 6 is the first pin on the second row of pins). On the female connector end it is the mirror image, e.g., you start on the upper right pin (right-most pin on the 5 pin row) and the pins progress right to left. There are other signals defined in the RS-232 protocol and some systemswillrequirethat these signal lines take on particular values. The remaining signal lines are (note these are the standard definitions and are the most common, there are somevariantsoutthere on these lines):

10 20 Data Acquisition & Computer Control Signal Name Abbrev. 25-Pin D 9-Pin D Function Request to send RTS Pin 4 Pin 7 DTE is ready to exchange data Clear to send CTS Pin 5 Pin 8 DCE is ready to exchange data Data set ready DSR Pin 6 Pin 6 DCE is ready to establish link Data terminal ready DTR Pin 20 Pin 4 DTE is ready to establish link Carrier detect CD Pin 8 Pin 1 Active when devices detected Ring indicator RI Pin 20 Pin 9 Active on a ringing signal Flow Control Serial device buffers (location where data is stored before it hasbeenreadormoved elsewhere) tend to be small. Depending on what the devices aredoingthebuffersmay fill up. If this happens the receiving device needs to tell the sending device to stop sending data. Then when the receiving device is ready again it will tell the sending device that it is O.K. to start sending data again. This type of communication is known as flow control. There are two types of flow control software and hardware (actually a third is no flow control which assumes that the communication protocol issorobustthatitisnot necessary, this is frequently the case at low baud rates). Hardware flow control, known as RTS/CTS flow control, takes advantage of two additional control lines beyond the minimum 3 to communicate. The logicalstateofthe RTS and CTS lines are toggled back and forth according to when each device is ready to send and receive data (depending on the status of the buffers). Note that this does not effect the actual data rate and allows all 256 values of a byte to remain available for data transfer. Software flow control, known as Xon/Xoff, uses two characters which are known as Xon and Xoff. Xon is indicated by ASCII character code 17 and Xoff is ASCII character code 19. Thus when a receivers buffer is full it sends an Xoff to the sender and when it is ready it sends an Xon. The advantage of this type of flow control isthatnoadditional lines are needed the disadvantage is that the overall data rate may drop as each Xon and

11 Data Acquisition & Computer Control 21 Xoff character requires additional non-data bits to be sent. Also, this will only work if the communicating devices do not need all of the 256 binary values available. This is the case for most ASCII type communication. However, if binary data is being moved then the software flow control can not be used as the full 256 available values will be needed to transmit the data. You can google the ASCII character set. Codes 031 and 127 are non-printing control characters (such as 10 which is linefeed and 13 which is carriage return or 7 which is bell (make a tone). Note that in base 10 values map to 0-9. You can use the Matlab char command to find mappings. Note thefirstdisplayable charceter starts at 32 and is the space character. You can use: ascii = char(reshape(30:129,10,10) ) To print a table of 10 rows and 10 characters per row of the ASCIIcharactersthatare printable.

Sender Receiver Sender

Sender Receiver Sender EEE 410 Microprocessors I Spring 04/05 Lecture Notes # 19 Outline of the Lecture Interfacing the Serial Port Basics of Serial Communication Asynchronous Data Communication and Data Framing RS232 and other

More information

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016

Serial Interfaces Part 1. ECE 153B Sensor & Peripheral Interface Design Winter 2016 Serial Interfaces Part 1 ECE 153B Sensor & Peripheral Interface Design Serial Interfaces Simple Serial Interfaces RS-232C (UART) Provides for point to point communications, primarily Among the simplest

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

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer

Chapter 11: Input/Output Organisation. Lesson 05: Asynchronous RS232C Serial Port data transfer Chapter 11: Input/Output Organisation Lesson 05: Asynchronous RS232C Serial Port data transfer Objective Understand the RS232C asynchronous data transfer and signals Learn the RS232C serial port communication

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

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999

Hardware Manual. PCMCIA 1 Port RS EDITION APRIL 1999 Hardware Manual 232 232232 PCMCIA 1 Port RS232 1.1 EDITION APRIL 1999 Guarantee. FULL 36 MONTHS GUARANTEE. We guarantee your interface card for a full 36 months from purchase, parts and labour, provided

More information

Serial Communication. Spring, 2018 Prof. Jungkeun Park

Serial Communication. Spring, 2018 Prof. Jungkeun Park Serial Communication Spring, 2018 Prof. Jungkeun Park Serial Communication Serial communication Transfer of data over a single wire for each direction (send / receive) Process of sending data one bit at

More information

Serial Interfacing. Asynchronous Frame

Serial Interfacing. Asynchronous Frame Serial Interfacing Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) 2 Types: Asynchronous CPU and device are not using a common

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

Serial Communication Prof. James L. Frankel Harvard University. Version of 2:30 PM 6-Oct-2015 Copyright 2015 James L. Frankel. All rights reserved.

Serial Communication Prof. James L. Frankel Harvard University. Version of 2:30 PM 6-Oct-2015 Copyright 2015 James L. Frankel. All rights reserved. Serial Communication Prof. James L. Frankel Harvard University Version of 2:30 PM 6-Oct-2015 Copyright 2015 James L. Frankel. All rights reserved. Overview of the Serial Protocol Simple protocol for communicating

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

Cable Specifications. Interface Specifications. Fiber-Optic Specifications APPENDIXB

Cable Specifications. Interface Specifications. Fiber-Optic Specifications APPENDIXB APPENDIXB This appendix lists the cable specifications for supported modules on the Cisco 7600 series router. The following signal summaries are contained in this appendix: Interface Specifications, page

More information

STEP X - Name of Step QUICK START GUIDE SP385A-R3, SP390A-R3 USB TO RS CONVERTER 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX.

STEP X - Name of Step QUICK START GUIDE SP385A-R3, SP390A-R3 USB TO RS CONVERTER 24/7 TECHNICAL SUPPORT AT OR VISIT BLACKBOX. STEP X - Name of Step QUICK START GUIDE SP385A-R3, SP390A-R3 USB TO RS CONVERTER 24/7 TECHNICAL SUPPORT AT 877.877.2269 OR VISIT BLACKBOX.COM STEP 1 - Package Includes/System Requirements PACKAGE INCLUDES

More information

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: Serial Port Communication Module No: CS/ES/11 Quadrant 1 e-text

e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: Serial Port Communication Module No: CS/ES/11 Quadrant 1 e-text e-pg Pathshala Subject : Computer Science Paper: Embedded System Module: Serial Port Communication Module No: CS/ES/11 Quadrant 1 e-text In this lecture, serial port communication will be discussed in

More information

8051SERIAL PORT PROGRAMMING

8051SERIAL PORT PROGRAMMING 8051SERIAL PORT PROGRAMMING Basics of Serial Communication Computers transfer data in two ways: Parallel Often 8 or more lines (wire conductors) are used to transfer data to a device that is only a few

More information

SitePORTAL Lite TA-SPL32-R48

SitePORTAL Lite TA-SPL32-R48 SitePORTAL Lite TA-SPL32-R48 Quick Connect Guide The TA-SPL32-R48 is a 19 inch, 2 RU rack mountable siteportal Lite (spl). It comes with 8 analog inputs, 8 temperature inputs (sensors sold separately),

More information

DEBUGGING SERIAL COMMUNICATIONS WITH OTHER DEVICES

DEBUGGING SERIAL COMMUNICATIONS WITH OTHER DEVICES DEBUGGING SERIAL COMMUNICATIONS WITH OTHER DEVICES NOTE: This application note is intended for users connecting an external device to a HomeVision serial port. It may be helpful to users connecting to

More information

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey

Serial I/O. 4: Serial I/O. CET360 Microprocessor Engineering. J. Sumey 4: Serial I/O CET360 Microprocessor Engineering J. Sumey Introduction serial, i.e. bit-at-a-time, interfacing techniques are useful when parallel interfacing limitations become problematic distance limitations

More information

Macintosh Serial Port Connections. David P. Goldenberg December Introduction. 1.1 Disclaimer First Steps References...

Macintosh Serial Port Connections. David P. Goldenberg December Introduction. 1.1 Disclaimer First Steps References... Macintosh Serial Port Connections David P. Goldenberg December 00 Contents Introduction. Disclaimer...................................... First Steps...................................... References.....................................

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

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

RS-232 DATA COMMUNICATIONS WITH THE TANDY COLOR COMPUTER

RS-232 DATA COMMUNICATIONS WITH THE TANDY COLOR COMPUTER By Tom Gunnison 1998 DISCLAIMER These plans and software are provided "as is" with no guarantee of fitness for the purpose either explicit or implied. I disclaim any responsibility for losses incurred

More information

Connector and Cable Specifications

Connector and Cable Specifications APPENDIX B This appendix describes the pinouts and cabling requirements for the interfaces and cables used on the Cisco ubr925 cable access router. All connectors for these interfaces are on the rear-panel,

More information

EZL-200F Application Notes (003) Serial Interface (RS232/RS422/RS485)

EZL-200F Application Notes (003) Serial Interface (RS232/RS422/RS485) Application Notes (003) Serial Interface (RS232/RS422/RS485) Version 2.0 Sollae Systems Co., Ltd. 1. Overview supports three serial interfaces: RS232, RS422, and RS485. You can select the interface you

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

Bluetooth was originally started as a project by the Ericsson Company.

Bluetooth was originally started as a project by the Ericsson Company. 6 Interfaces BlueTooth Bluetooth is a wireless LAN technology designed to connect devices of different functions such as telephones, notebooks, computers (desktop and laptop), cameras, printers, coffeemakers.

More information

(renamed the "EIA232 Standard" in the early 1990 s)

(renamed the EIA232 Standard in the early 1990 s) Contents (renamed the "EIA232 Standard" in the early 1990 s) Written by Christopher E. Strangio Copyright 1993-2003 by CAMI Research Inc., Lexington, Massachusetts Send Us Your Comments... What is EIA232?

More information

The modems are made in industrial 108mm wide aluminium housing for DIN rail mounting. UCM RS232 interface

The modems are made in industrial 108mm wide aluminium housing for DIN rail mounting. UCM RS232 interface DESCRIPTION The modems are a series of general-purpose industrial modems, which can be used for data communication through Public Switched Telephone Networks (PSTN). The modems can operate in 2-wire, full-duplex,

More information

Connector and Cable Specifications

Connector and Cable Specifications APPENDIX B This section describes the Catalyst 4224 Access Gateway Switch ports and the cables and adapters used to connect the switch to other devices. This section includes the following topics: Console

More information

Integrity Instruments Application Notes. Release 1

Integrity Instruments Application Notes. Release 1 Integrity Instruments Application Notes Release 1 What is EIA/TIA/RS-485 What is EIA/TIA/RS-422 Half Duplex and Full Duplex Communication Asynchronous Communicatin Grounding EIA/TIA/RS-485/422 Shielding

More information

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix)

USER S MANUAL. PH232Ex1. #1 RS-232 Serial Port to Ethernet, Terminal Server/Client. Doc No: PH232Ex1-UM-001 IPEX. (IP Electronix) USER S MANUAL PH232Ex1 Doc No: PH232Ex1-UM-001 #1 RS-232 Serial Port to Ethernet, Terminal Server/Client IPEX (IP Electronix) Contents 1. INTRODUCTION... 3 2. SPECIFICATIONS... 3 3. PACKAGE CHECKLIST...

More information

HomeVision-Serial. Add-On Card. Installation and Operation Manual

HomeVision-Serial. Add-On Card. Installation and Operation Manual Serial Add-On Card Installation and Operation Manual Custom Solutions, Inc. P.O. Box 33905 Indialantic, FL 32903 E-mail: csi@csi3.com Internet: www.csi3.com Serial (Version II) INTRODUCTION Serial is

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual

IM3523 IM3533 IM IM3536 LCR METER IM3570 IM7580 IM3590 CHEMICAL IMPEDANCE ANALYZER IMPEDANCE ANALYZER. Communication Instruction Manual Communication Instruction Manual IM3523 IM3533 IM3533-01 IM3536 LCR METER IM3570 IM7580 IMPEDANCE ANALYZER IM3590 CHEMICAL IMPEDANCE ANALYZER November 2014 Revised edition 6 IM3570A983-06 14-11H i Contents

More information

ELE492 Embedded System Design

ELE492 Embedded System Design Overview ELE9 Embedded System Design Examples of Human I/O Interfaces Types of System Interfaces Use of standards RS Serial Communication Overview of SPI, I C, L, and CAN Class //0 Eugene Chabot Examples

More information

Sartorius Comparator. Interface Description for the CC Model Series

Sartorius Comparator. Interface Description for the CC Model Series 98647-000-53 Sartorius Comparator Interface Description for the CC Model Series Contents Page General Information 4 General Specifications 5 Data Output Formats 6 Data Input Formats 11 Synchronization

More information

Serial Interfacing. Pulse width of 1 bit

Serial Interfacing. Pulse width of 1 bit ١ ٢ Asynchronous Frame 10 bits 7E1 (7 data bits, even parity, 1 stop bit) Serial Data Transfer used by keyboards, plotters, modems and other peripherals with low data transfer rates (low bandwidth) * *

More information

8. I/O Buses and Interfaces

8. I/O Buses and Interfaces 8. I/O Buses and Interfaces Section 7.5 & Chapter & 8 Some Review Remember CPU-memory-I/O architecture CPU-Memory-I/O Architecture Memory CPU I/O module I/O device CPU bus or System bus Bus interface I/O

More information

Serial communication

Serial communication Serial communication CSCI 255: Introduction to Embedded Systems Keith Vertanen Copyright 2011 Serial communication Terminology RS-232 protocol Baud rates Flow control Example Overview Develop functions

More information

Programming and Using the Motorola V.3400 Modem for Remote Operation of the DDF6000

Programming and Using the Motorola V.3400 Modem for Remote Operation of the DDF6000 Programming and Using the Motorola V.3400 Modem for Remote Operation of the DDF6000 1.0 Introduction A Technical Application Note from Doppler Systems April 11, 1999 Version 3.x of the DDF6000, running

More information

SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL

SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL SCI-2144 SYSTEM CONTROL INTERFACE MODULE OPERATOR S MANUAL SIGMA ELECTRONICS, INC. P.O. Box 448 1027 COMMERCIAL AVENUE EAST PETERSBURG, PA 17520 (717) 569-2681 SCI-2144 CONTENTS PAGE INTRODUCTION 2 RS-232

More information

USART. USART stands for Universal Synchronous Asynchronous Receiver Transmitter. Full-duplex NRZ asynchronous serial data transmission

USART. USART stands for Universal Synchronous Asynchronous Receiver Transmitter. Full-duplex NRZ asynchronous serial data transmission USART 1 USART USART stands for Universal Synchronous Asynchronous Receiver Transmitter Full-duplex NRZ asynchronous serial data transmission Offer wide ranges of baud rate 2 Serial communication Can support

More information

CMM 900-3W USER GUIDE

CMM 900-3W USER GUIDE CMM 900-3W USER GUIDE AMPS Cellular Modem Module (3W) Page 1 of 1 Table of Contents 1. PRODUCT OVERVIEW...3 1.1 Features:... 3 1.2 Serial Port Pins:... 5 1.3 Applications:... 5 1.4 Your package includes:...

More information

Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m

Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m Parallel to Serial and Serial to Parallel Converter CE Model 232SPS2 Documentation Number 232SPS2-3903m This product designed and manufactured in Ottawa, Illinois USA of domestic and imported parts by

More information

Cabling Guide for Console and AUX

Cabling Guide for Console and AUX Page 1 of 13 Cabling Guide for and AUX Ports TAC Notice: What's Changing on TAC Web Help us help you. Contents Introduction Before You Begin Conventions Prerequisites Components Used Table of Routers with

More information

OC-DK212. USB 2.0 Wireless-G LAN Dock. Specification

OC-DK212. USB 2.0 Wireless-G LAN Dock. Specification OC-DK212 USB 2.0 Wireless-G LAN Dock Specification Rev. 1.0 08/10/2004 Product Information: Compliant with USB Version USB 1.0 / USB 1.1 / USB 2.0 Standards Conformance IEEE802.11 / 802.11b / 802.11g,

More information

Advanced Electronic Communications Systems Wayne Tomasi Sixth Edition

Advanced Electronic Communications Systems Wayne Tomasi Sixth Edition Advanced Electronic Communications Systems Wayne Tomasi Sixth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world Visit us on the

More information

Practical Hands-on Data Communications, Networking and TCP/IP Troubleshooting for Engineers and Technicians

Practical Hands-on Data Communications, Networking and TCP/IP Troubleshooting for Engineers and Technicians Presents Practical Hands-on Data Communications, Networking and TCP/IP Troubleshooting for Engineers and Technicians Revision 1 Website: www.idc-online.com E-mail: idc@idc-online.com IDC Technologies Pty

More information

COMP asynchronous buses April 5, 2016

COMP asynchronous buses April 5, 2016 All the I/O examples we have discussed use the system bus to send data between the CPU, main memory, and I/O controllers. The system bus runs at a slower clock speed than the CPU because of greater distances

More information

Miniature Asynchronous 4-Wire High Speed Modems

Miniature Asynchronous 4-Wire High Speed Modems ME1862A-F ME1863A-F JULY 2003 ME1862A-M ME1863A-M Miniature Asynchronous 4-Wire High Speed Modems CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S.: Call 877-877-BBOX (outside U.S. call 724-746-5500)

More information

Introduction & Specifications of Hi-Speed USB to Serial Adapters

Introduction & Specifications of Hi-Speed USB to Serial Adapters Introduction & Specifications of Hi-Speed USB to Serial Adapters The USB Serial Adapters consist of the following models: USB Single Serial Adapter (ES-U-1001, ES-U-1001-A) USB Single Serial Adapter (ES-U-1001-M,

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

Older Compaq UPS Family - Identifying Serial Communication Cables

Older Compaq UPS Family - Identifying Serial Communication Cables Older Compaq UPS Family - Identifying Serial Communication Cables In this document: Overview Cables Supplied 6 Ft. Communication Cable 12 Ft. Communication Cable Older Compaq UPS Family Communication Port

More information

WiFi to RS-232 adapter user manual

WiFi to RS-232 adapter user manual WiFi to RS-232 adapter user manual WiFi to RS-232 adapter Package Contents: WiFi RS-232 adapter x 1 A4 User manual x 1 Mini USB Cable x 1 White Box Dimension: 11 x 6 x 5 (cm) Total Package Weight: 126

More information

Wrenchman, Inc Old Hwy. # 8 Suite # 122 New Brighton, Minnesota (651)

Wrenchman, Inc Old Hwy. # 8 Suite # 122 New Brighton, Minnesota (651) Wrenchman, Inc. 1801 Old Hwy. # 8 Suite # 122 New Brighton, Minnesota 55112 (651) 638-9012 468X Interface Cable Specifications The Interface Cable emulates the Async RS-232 logical interface supported

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

Note: For BANDIT II, BANDIT III, or VSR-1200 specifications, see the BANDIT II, BANDIT III, and VSR-1200 Document Set. Function

Note: For BANDIT II, BANDIT III, or VSR-1200 specifications, see the BANDIT II, BANDIT III, and VSR-1200 Document Set. Function Appendix A Specifications This appendix lists the specifications for the BANDIT family of products. Note: For BANDIT II, BANDIT III, or VSR-1200 specifications, see the BANDIT II, BANDIT III, and VSR-1200

More information

COMP 273 Winter asynchronous I/O April 5, 2012

COMP 273 Winter asynchronous I/O April 5, 2012 All the I/O examples we have discussed use the system bus to send data between the CPU, main memory, and I/O controllers. The system bus runs at a slower clock speed than the CPU because of greater distances

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

UNIT-V COMMUNICATION INTERFACE

UNIT-V COMMUNICATION INTERFACE UNIT-V COMMUNICATION INTERFACE SERIAL DATA TRANSFER INTRODUCTION Data transmission, digital transmission or digital communications is the physical transfer of data (a digital bit stream) over a point-to-point

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

RS-422 Code-Operated Switches

RS-422 Code-Operated Switches JUNE 2000 SW421A-R2 SW422A-R2 RS-422 Code-Operated Switches COS/4 TEXT TRANSPARENT GRAPHICS MODE RESET ST LO CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

User Manual. ASeries A704

User Manual. ASeries A704 User Manual ASeries A0 MultiPort Converter Serial & Parallel Parallel The interfacing specialists Version 1.00 March 1999 COPYRIGHTS All rights reserved. This document may not, in whole or part, be copied,

More information

USER MANUAL. MODEL 2011 High Speed Asynchronous to Synchronous Converter

USER MANUAL. MODEL 2011 High Speed Asynchronous to Synchronous Converter USER MANUAL MODEL 011 High Speed Asynchronous to Synchronous Converter Part# 07M011-A Doc# 0601UA Revised 03/16/94 SALES ICE (301) 975-1000 TECHNICAL SUPPORT (301) 975-1007 http://www.patton.com 1.0 WARRANTY

More information

Multi-port Serial Cards

Multi-port Serial Cards Multiport Serial Cards.1 Overview P11 Features Wiring Note for RS3 and RS4/485 Devices Selection Guide P11 P13 P14. VXC Series Communication Boards P1.3 Applications P31 Overview.1. Overview Multiport

More information

Model:UT-8814 USB/RS-232 Commercial interface converter. Instruction Manual

Model:UT-8814 USB/RS-232 Commercial interface converter. Instruction Manual Model:UT-8814 USB/RS-232 Commercial interface converter Instruction Manual Contents 1. Overview....3 2. Main Features...3 3. Hardware installation and application....3 4. Performance parameters... 4 5.

More information

USB Serial Converter Rev. 1.0

USB Serial Converter Rev. 1.0 USB Serial Converter 2016.11 Rev. 1.0 Contents 1.Introduction... 1 1-1. Overview... 1 1-2. Package Contents... 1 1-3. System Requirements and Restrictions... 1 1-4. DB9(RS-232C) connector Pin Assignment...

More information

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS

A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS Page 1 of 35 A GUIDE TO RS-232 COMMUNICATION WITH FX PLCS This document has been written specifically for FX and FX0N users that are unfamiliar with RS-232

More information

CONNECT WITH RELIABILITY. USB-to-Serial Adapter User s Manual

CONNECT WITH RELIABILITY. USB-to-Serial Adapter User s Manual CONNECT WITH RELIABILITY USB-to-Serial Adapter User s Manual SSU2/DSU2/QSU2/ESU2-100/400 1-, 2-, 4-, and 8 serial ports QUATECH, INC. 5675 Hudson Industrial Parkway Hudson, Ohio 44236-5012 Toll free: 1-800-553-1170

More information

Chapter Four. Making Connections. Data Communications and Computer Networks: A Business User s Approach Seventh Edition

Chapter Four. Making Connections. Data Communications and Computer Networks: A Business User s Approach Seventh Edition Chapter Four Making Connections Data Communications and Computer Networks: A Business User s Approach Seventh Edition After reading this chapter, you should be able to: List the four components of all

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

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

STEPware-100 Operations Manual

STEPware-100 Operations Manual STEPware-100 Operations Manual 1 STEPware-100 Operations Manual Your Industrial Control Solutions Source www.maplesystems.com Maple STEPware100 Systems, Operations Inc. Manual 808 134 th St. SW, Suite

More information

TC-UR24. USB to Serial port Adapter

TC-UR24. USB to Serial port Adapter TC-UR24 USB to Serial port Adapter Your Best Solution for PC-to-PLC Communication Overview The TC-UR24 USB-to-Serial port adapter is a low-cost high-performance single chip solution that provides bi-directional

More information

Universal Asynchronous Receiver Transmitter Communication

Universal Asynchronous Receiver Transmitter Communication Universal Asynchronous Receiver Transmitter Communication 13 October 2011 Synchronous Serial Standard SPI I 2 C Asynchronous Serial Standard UART Asynchronous Resynchronization Asynchronous Data Transmission

More information

Cable and Port Specifications

Cable and Port Specifications Send documentation comments to mdsfeedback-doc@cisco.com APPENDIXC This appendix includes the cables and connectors used with the Cisco MDS 9100 Series Fixed Configuration Fabric Switch, and it includes

More information

ECE 598 Advanced Operating Systems Lecture 5

ECE 598 Advanced Operating Systems Lecture 5 ECE 598 Advanced Operating Systems Lecture 5 Vince Weaver http://www.eece.maine.edu/~vweaver vincent.weaver@maine.edu 2 February 2015 HW#2 was posted Announcements 1 HW#1 Review Short answers OK, but please

More information

Data Communications & Computer Networks. Digital Data Communications Techniques

Data Communications & Computer Networks. Digital Data Communications Techniques Data Communications & Computer Networks Chapter 6 Digital Data Communications Techniques Fall 2008 Agenda Preface Asynchronous & Synchronous transmission Error Detection & Correction Line configurations

More information

Lesson 6 Instrument Control You Will Learn:

Lesson 6 Instrument Control You Will Learn: Lesson 6 Instrument Control You Will Learn: A. An overview of instrument control B. About GPIB communication and configuration C. About LabVIEW instrument drivers D. How to use instrument driver VIs E.

More information

Lesson 5 More on Instrument Control You Will Review: Instrument Control Overview. GPIB Communication. GPIB Hardware Specifications

Lesson 5 More on Instrument Control You Will Review: Instrument Control Overview. GPIB Communication. GPIB Hardware Specifications Lesson 5 More on Instrument Control You Will Review: A. An overview of instrument control B. About GPIB communication and configuration C. About LabVIEW instrument drivers D. How to use instrument driver

More information

Homework. Reading. Continue mp1. Labs. Tokheim, Section Questions? Continue labs with your assigned section

Homework. Reading. Continue mp1. Labs. Tokheim, Section Questions? Continue labs with your assigned section Homework Reading Tokheim, Section 13-6 Continue mp1 Questions? Labs Continue labs with your assigned section 1 I/O Devices Examples of I/O Devices Serial ports Parallel ports Floppy, Zip, and hard disk

More information

Embedded Systems and Software. Serial Communication

Embedded Systems and Software. Serial Communication Embedded Systems and Software Serial Communication Slide 1 Using RESET Pin on AVRs Normally RESET, but can be configured via fuse setting to be general-purpose I/O Slide 2 Disabling RESET Pin on AVRs Normally

More information

Learn how to communicate

Learn how to communicate USART 1 Learn how to communicate Programmed I/O (Software Polling) Interrupt Driven I/O Direct Memory Access (DMA) 2 Programmed I/O (Polling) Processor must read and check I/O ready bits for proper value

More information

Section 1 Introduction

Section 1 Introduction Section 1 Introduction The Model 4824 Serial/Parallel Module provides one RS232 serial port and one parallel printer port. Eight 4824s could be used per system. You can use the 4824 for a variety of purposes,

More information

Hierarchy of I/O Control Devices

Hierarchy of I/O Control Devices Hierarchy of I/O Control Devices 8155 I/O + Timer 2 Port (A,B), No Bidirectional HS mode (C) 4 mode timer 8253/54 Timer 6 mode timer 8255 I/O 2 Port (A,B) A is Bidirectional HS mode (C) Extra controls

More information

SeaLINK+8/USB. Sealevel Systems, Inc 155 Technology Place P.O. Box 830 Liberty, SC USA

SeaLINK+8/USB. Sealevel Systems, Inc 155 Technology Place P.O. Box 830 Liberty, SC USA TM SeaLINK+8/USB Part # 280X Sealevel Systems, Inc 155 Technology Place P.O. Box 830 Liberty, SC 29657 USA Phone: (864) 843-4343 FAX: (864) 843-3067 www.sealevel.com Contents INTRODUCTION... 1 OVERVIEW...1

More information

Installation Guide of Hi-Speed USB to Industrial I/O Adapter

Installation Guide of Hi-Speed USB to Industrial I/O Adapter Installation Guide of Hi-Speed USB to Industrial I/O Adapter Introduction of USB-COMi-SI-M The USB Industrial I/O Adapter is designed to make industrial communication port expansion quick and simple. Connecting

More information

PCL Port RS-232 Interface Card

PCL Port RS-232 Interface Card PCL-858 8-Port RS-232 Interface Card Copyright Notice This documentation and the software included with this product are copyrighted 2001 by Advantech Co., Ltd. All rights are reserved. Advantech Co.,

More information

Lecture-65 SERIAL DATA COMMMUNICATION The data bus of a microcomputer system is designed to transfer data to and from I/O device in parallel - all

Lecture-65 SERIAL DATA COMMMUNICATION The data bus of a microcomputer system is designed to transfer data to and from I/O device in parallel - all Lecture-65 SERIAL DATA COMMMUNICATION The data bus of a microcomputer system is designed to transfer data to and from I/O device in parallel - all bits of a data word are transformed simultaneously. This

More information

Modbus RTU Serial / Modicon Serial Device Driver Guide

Modbus RTU Serial / Modicon Serial Device Driver Guide Modbus RTU Serial / Modicon Serial Device Driver Guide Version 4.5 rev 3 Broadwin Technology, Inc. page 1-1 Table of Contents Modbus RTU Serial / Modicon Serial Device Driver Guide 1-1 1. Modbus RTU Serial

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

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

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

Storage/Control I/O Module

Storage/Control I/O Module CHAPTER 4 The performs two functions: to connect outside interfaces to the system controller and to house the hard disk drive. It plugs into the back of the VCO/4K system and provides the I/O interfaces

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

Embedded Systems and Software

Embedded Systems and Software Embedded Systems and Software Serial Communication Serial Communication, Slide 1 Lab 5 Administrative Students should start working on this LCD issues Caution on using Reset Line on AVR Project Posted

More information

Subject : Computer Hardware and Maintenance (17428) Interfaces. Compiled By : Ms. M.S.Karande (I/c HOD-IF) Page 1 of 21

Subject : Computer Hardware and Maintenance (17428) Interfaces. Compiled By : Ms. M.S.Karande (I/c HOD-IF) Page 1 of 21 6 Interfaces Compiled By : Ms. M.S.Karande (I/c HOD-IF) Page 1 of 21 1) SCSI SCSI(Small Computer System interface) is a set of standards for physically connecting and transferring data between computers

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

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

RS-232/422/485 to Copper or Fiber. Ethernet Converter. User s Manual

RS-232/422/485 to Copper or Fiber. Ethernet Converter. User s Manual RS-232/422/485 to Copper or Fiber Ethernet Converter User s Manual Table Of Contents TABLE OF CONTENTS... 1 INTRODUCTION... 3 PRODUCT OVERVIEW... 3 PRODUCT FEATURES... 3 PACKING LIST... 4 LED INDICATORS...

More information