ECE 4510/5530 Microcontroller Applications Week 6 Lab 5

Size: px
Start display at page:

Download "ECE 4510/5530 Microcontroller Applications Week 6 Lab 5"

Transcription

1 Microcontroller Applications Week 6 Lab 5 Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences

2 Lab 5 Element Hardware Development Enhanced Capture Timer (ECT) (Chap. 8) Input Capture (external event timing) Pulse Width Modulator (PWM) (Chap. 8) Serial Communication Interface (SCI) (Chap. 9) RS-232 Transceiver Software Development Smoothing (filtering) measured data

3 SCI0/1 AND RS-232 3

4 The RS232 Standard Was the most widely used physical level interface for data communication Specifies 25 interchange circuits for DTE/DCE use Was established in 1960 by Electronics Industry Association (EIA) Was revised into RS232C in 1969 Was revised into RS232D in 1987 Was revised to RS232E in 1991/1992 and renamed as EIA/TIA-232-E It has been superseded by TIA-232-F (Sept 1997) Four aspects: electrical, functional, procedural, and mechanical

5 The EIA-232E Electrical Specifications (1 of 3) The interface is rated at a signal rate of < 20 kbps. The signal can transfer correctly within 15 meters. Voltage of Physical Layer Output The maximum driver output voltage (with circuit open) is -25 V to +25 V. The minimum driver output voltage (loaded output) is -25 V to -5 V and +5 V to +25 V. The minimum driver output resistance when power is off is 300. Voltage of Physical Layer Input The receiver input voltage range is -25 V to +25 V. The receiver output is high when input is open circuit. A voltage more negative than -3 V at the receiver input is interpreted as a logic 1. A voltage more positive than +3 V at the receiver input is interpreted as a logic 0.

6 The EIA-232E Electrical Specifications (2 of 3) 6

7 The EIA-232E Electrical Table 9.1 Functions of EIA-232-E signals Specifications (3 of 3) Pin No. Circuit Description 1 - Shield 2 BA Transmitted data 3 BB Received data 4 CA/CJ Request to send/ready for receiving 1 5 CB Clear to send 6 CC DCE ready 7 AB Signal common 8 CF Received line signal detector 9 - (reserved for testing) 10 - (reserved for testing) 11 - unassigned 3 12 SCF/CI Secondary received line signal detection/data rate selector (DCE source) 2 13 SCB Secondary clear to send 14 SBA Secondary transmitted data 15 DB Transmitter signal element timing (DCE source) 16 SBB Secondary received data 17 DD Receiver signal element timing 18 LL Local loopback 19 SCA Secondary request to send 20 CD DTE ready 21 RL/CG Remote loopback/signal quality detector 22 CE Ring indicator 23 CH/CI Data signal rate selector (DTE/DCE source) 2 24 DA Transmitter signal element timing (DTE source) 25 TM Test mode 25 pin definition 1. When hardware flow control is required, circuit CA may take on the functionality of circuit CJ. This is one change from the former EIA For designs using interchange circuit SCF, interchange circuits CH and CI are assigned to pin 23. If SCF is not used, CI is assigned to pin Pin 11 is unassigned. It will not be assigned in future versions of EIA-232. However, in international standard ISO 2110, this pin is assigned to select transmit frequency.

8 Interfacing SCI with EIA-232-E The SCI uses 0 V and 5 V to represent 0 and 1. The EIA-232 signal Tx cannot be driven by the SCI TxD signal without translation. The EIA-232 signal Rx cannot drive the SCI RxD signal without translation. Voltage level translation is required for the SCI signals to drive and be driven by the EIA-232 signals. Examples of EIA-232 driver chips include: LT1080/1081 from Linear technology ST232 from SGS Thompson ICL232 from Intersil MAX232 from MAXIM (parts kit device) DS14C232 from National Semiconductor These chips are pin-compatible. The DS14C232 from National Semiconductor will be used in the following illustration.

9 Typical RS-232 Transceiver IC 1.0 F +5 V V - + C4 C1 C2 1.0 F 1.0 F TTL/CMOS inputs TTL/CMOS inputs C1+ V+ 3 C1-4 C2+ V- DC-to-DCConverter 5 C2- +5 V T1 IN T2 IN +5 V D1 D2 V CC T1 OUT T2 OUT 2 6 C F EIA-232-E outputs Textbook example transceiver p. 465 TTL/CMOS outputs TTL/CMOS outputs 12 9 R1 OUT R2 OUT R1 R2 R1 IN 5K R2 IN 5K 13 8 EIA-232-E inputs GND 15 Figure 9.18 Pin assignments and connections of the DS14C232

10 Parts Kit RS-232 Transceiver IC MAX232IN Meets or Exceeds TIA/EIA-232-F and ITU Recommendation V.28 Operates From a Single 5-V Power Supply With 1.0-uF Charge-Pump Capacitors Operates Up To 120 kbit/s Two Drivers and Two Receivers ±30-V Input Levels Low Supply Current... 8 ma Typical ESD Protection Exceeds JESD V Human-Body Model (A114-A) Upgrade With Improved ESD (15- kv HBM) and 0.1-uF Charge-Pump Capacitors is Available With the MAX202 Applications TIA/EIA-232-F, Battery-Powered Systems, Terminals, Modems, and Computers 10

11 Interfacing with the Transceiver Interfacing the HCS12 SCI0 to the EIA-232 using the DS14C232 chip and implements the NULL modem connection so that this connection can talk to a PC directly. DS14C232 1 DCD 6 DSR PS1/TxD 11 T1IN T1OUT 14 2 RxD CTS* 10 T2IN R2IN 8 7 RTS PS0/RxD 12 R1OUT R1IN 13 3 TxD RTS* 9 R2OUT T2OUT 7 8 CTS Note: Both CTS and RTS are jumpered to an I/O pin in case hardware handshake is needed DTR RI GND DB9 connector Figure 9.19 Diagram of SCI and EIA232 DB9 connector wiring in SSE256 demo board

12 RS-232 Transceivers Sunseeeker board-to-board connection RTS/CTS hardware signaling connected A null modem cable used for board to board communications. Intersil ICL3222CB 18 pin SOIC 12

13 EIA-232-E Mechanical Specification (1 of 2) Specifies a 25-pin connector (DB25) Specifies exact dimensions of each pin Signal Direction Signal Name Signal Name Signal Direction to DCE to DTE to DTE to DTE to DCE to DCE to DTE to DTE Both to DCE Secondary transmitted data Transmit clock Secondary received data Receiver clock Unassigned Secondary request to send Data terminal ready Signal quality detect Ring indicator Data rate select Transmit clock Unassigned Protective ground Transmitted data Received data Request to send Clear to send Data set ready Signal ground Carrier detect Reserved Reserved Unassigned Secondary carrier detect Secondary clear to send Both to DCE to DTE to DCE to DTE to DTE Both to DTE to DTE to DTE Figure 9.1 EIA-232-E connector and pin assignment 13

14 EIA-232-E Mechanical Specification (2 of 2) Only a small subset of the 25 pins are actually used in most data communications. Nine-pin is introduced to reduce the size and cost of the connector. (DB9 ) Old back panel PC Com port connectors Another connector was the old PC mouse and keyboard circular connectors. 14

15 EIA-232-E Procedural Specification (1 of 2) Define the sequence of events that occurs during data transmission. Examples: Case 1. Two DTEs connected via a point-to-point link using a modem Signal ground (GND) (Voltage reference for other pins) Transmitted data (Tx) (output from up, serial data transmission) Received data (Rx) (input to up, serial data received) Hardware Handshaking Request to send (RTS) (output from up, connect to CTS if not used) Clear to send (CTS) (input to up, connect to RTS if not used) State of the DTEs and what the line is doing Data set ready (DSR) (input to up, set high if not used) DTE Ready (DTR) (output from up, pair with DSR, set high if not used) Carrier detect (CD) (input to up, the phone/modem is ringing) Ring Indicator (RI) (input to up, the phone is ringing, not required)

16 EIA-232-E Procedural Specification (2 of 2) Computer (DTE) Modem (DCE) Modem (DCE) Computer (DTE) TxD RxD CD CTS TxD RxD CD CTS Direct link TxD RxD CD CTS TxD RxD CD CTS RTS DSR GND RTS DSR GND RTS DSR GND RTS DSR GND Figure 9.2 Point-to-point asynchronous connection Null modem cable: Computer to Computer 16

17 Sequence of Events Occurred During Data Transmission Over Dedicated Link Local 1. DCE asserts DSR 2. DTE asserts RTS 3. DCE asserts CTS Time Remote 4. DTE starts to send data (to local DCE) 5. DCE sends out a carrier and then the modulated data 6. DCE asserts CD 7. DTE waits for arrival of data 8. DCE sends out demodulated received data 9. DTE receives demodulated data

18 EIA-232-E Procedural Specification Example 2 (1 of 2) Case 2. Two DTEs (data terminal equipment) exchange data through a public phone line. EIA-232-E signals involved: Signal ground (GND) Transmitted data (Tx) Received data (Rx) Request to send (RTS) Clear to send (CTS) Data set ready (DSR) Carrier detect (CD) Data terminal ready (DTR) Ring indicator (RI) The signal DTR is used by the DTE to indicate its intention to make a call or accept a call. The signal RI is used by the DCE to indicate that there is an incoming call.

19 EIA-232-E Procedural Specification Example 2 (2 of 2) Computer (DTE) Modem (DCE) Modem (DCE) Computer (DTE) TxD RxD RI CD CTS RTS DSR DTR GND TxD RxD RI CD CTS RTS DSR DTR GND Phone line TxD RxD RI CD CTS RTS DSR DTR GND TxD RxD RI CD CTS RTS DSR DTR GND Figure 9.3 Asynchronous connection over public phone line 19

20 Sequence of Events During Data Transmission Over Public Phone Line (1 of 2) Local (transmission side) time Remote (receiving side) Connection establishment phase 1. DTE asserts DTR 2. DCE dials the phone number 3. DCE detects the ring and asserts RI 4. DTE asserts DTR to accept the call 6. DCE asserts DSR and CD and also sends out a carrier for full duplex operation 5. DCE sends out a carrier and asserts DSR 7. DCE asserts CD (full duplex operation)

21 Sequence of Events During Data Transmission Over Public Phone Line (2 of 2) Data transmission phase Local (transmission side) time Remote (receiving side) 1. DTE asserts RTS 2. DCE asserts CTS 3. DTE sends out data to DCE 4. DCE modulates data and sends it out 5. DCE demodulates data and forwards the data to DTE 6. DTE receives data Disconnection phase 1. DTE drops RTS 2. DCE drops CTS and drops the carrier 3. DCE deasserts CD & DSR 4. DTE deasserts DTR

22 Data Format for Asynchronous Data Communication Data is transmitted character by character bit-serially. A character consists of one start bit (0) 7 to 8 data bits (often, an ASCII character plus a parity bit) an optional parity bit one, or one and a half, or two stop bits (1) least significant bit is transmitted first most significant bit is transmitted last Note: Transceivers invert the signal to the appropriate logical and voltage levels of the physical layer.

23 Example: How to Detect the Arrival of Start Bit Use a clock signal with frequency at least 16 times that of the data rate to sample the RxD signal. When the RxD pin is idle (high) for at least three sampling times and a falling edge follows, the SCI circuit checks the third, fifth, and seventh samples after the first sample. If the majority of them are low, then the start bit is considered detected. 23

24 Example: How to Determine the Logic Value of a Data Bit Use a clock signal with frequency at least 16 times that of the data rate to sample the incoming data. Take the majority function of the eighth, ninth, and tenth samples. If the majority of them are 1s, then the logic value is determined to be 1. 24

25 Example 9.1 Sketch the output of the letter g when it is transmitted using the format of one start bit, 8 data bit, and 1 stop bit. Solution: The ASCII code of letter g is $67 or % This code will be followed by a stop bit. The output from the DTE should be: (a) output waveform on microcontroller interface (b) output waveform on EIA-232-E interface Figure 9.6 Data format for letter g

26 Data Transmission Errors Framing error A character is not properly framed by a stop bit Receiver overrun One or more characters received, but not read by the CPU Parity error Odd number of bits change value

27 Null Modem Connection Signal Name FG (frame ground) TD (transmit data) RD (receive data) RTS (request to send) CTS (clear to send) SG (signal ground) DSR (data set ready) CD (carrier detect) DTR (data terminal ready) DTR (data terminal ready) DB25 pin DTE 1 DTE 2 DB9 pin DB9 pin Figure 9.7 Null Modem connection DB25 pin Signal Name FG RD TD CTS RTS SG DTR DTR CD DSR Null modem cable: Computer to Computer

28 The HCS12 SCI Subsystem (1 of 3) An HCS12 device may have one or two serial communication interface. These two SCI interfaces are referred to as SCI0 and SCI1. Use the data format of one start, eight or nine data bits, and one stop bit. The collection of the start bit, eight or nine data bits, and the stop bit is called a frame. The SCI function supports parity checking. This option requires the use of 9-bit data format. One SCI channel uses two signal pins from Port S. SCI0 shares the use of PS0 (RxD0) and PS1 (TxD0) SCI1 shares the use of PS2 (RxD1) and PS3 (TxD1).

29 The HCS12 SCI Subsystem (2 of 3) The SCI has the capability to send break to attract the attention of the other party of communications. A break is defined as the transmission or reception of logic 0 for a frame or longer time. The SCI supports hardware parity for transmission and reception. The SCI supports idling line and address mark wakeup, which is useful in multi-drop environment to reduce the software overhead.

30 The HCS12 SCI Subsystem (3 of 3) RxD SCI data register Receive shift register Interrupt generation Idle IRQ RDRF/OR IRQ Registers Outlined in red Receive and wake up control Bus clock BAUD generator 16 Data format control Transmit control Transmit shift register SCI data register Interrupt generation TDRE IRQ TC IRQ O R I N G IRQ to CPU Status Register 1 Status Register 2 TxD Figure 9.8 HCS12 SCI block diagram 30

31 Baud Rate Generation (1 of 2) The HCS12 SCI module uses a 13-bit counter to generate this clock signal. The baud rate generator divides down the E clock to derive the clock signal for reception and transmission. The user writes an appropriate value into the SCIxBDH and SCIxBDL (x = 0 or 1) register pair to set the baud rate SBR12 SBR11 SBR10 SBR9 SBR8 reset: (a) SCI baud rate control register high (SC0BDH/SC1BDH) SBR7 SBR6 SBR5 SBR4 SBR3 SBR2 SBR1 SBR0 reset: (b) SCI baud rate control register low (SC0BDL/SC1BDL) Figure 9.9 SCI baud rate control register 31

32 Baud Rate Generation (2 of 2) The 13-bit value to be written into the baud rate generator register is the rounding of the following expression: SBR f E Clk 16 Baud _ Rate Table 9.2 Baud rate generation Desired SCI baud rate Baud rate divisor for f E = 16 MHz Baud rate divisor for f E = 24 MHz ,400 19,200 38,

33 Baud Rate Generator Count E-Clock Desired Rate Ratio Remainder Use Actual Rate Error % % % % % % % % % % % % 33

34 SCI1 Initialization void init_sci1(void) { // SCI1BD = round( ECLK / (16 x baud_rate) ) SCI1BD = data_rate_here; // 24 MHz E-clock, XXXX bps desired (0.16% error) } SCI1CR1 = SCISWAI WAKE ILT ; SCI1CR1 &= ~(M PE PT) ; SCI1CR2 = TE RE; //SCISWAI, wakeup to mark, idle line after stop // 8-bit data, parity disabled, even parity // transmitter enable, receiver enable, // no interrupts enabled, not a break bit, not wake up 34

Chapter 9: Serial Communication Interface SCI. The HCS12 Microcontroller. Han-Way Huang. September 2009

Chapter 9: Serial Communication Interface SCI. The HCS12 Microcontroller. Han-Way Huang. September 2009 Chapter 9: Serial Communication Interface SCI The HCS12 Microcontroller Han-Way Huang Minnesota State t University, it Mankato September 2009 H. Huang Transparency No.9-1 Why Serial Communication? Parallel

More information

EIA-232 Information. DTE Signal Direction. DCE Signal Direction. Signal EIA

EIA-232 Information. DTE Signal Direction. DCE Signal Direction. Signal EIA EIA EIA-232 Information This is one of the most misunderstood areas of RS-232. DTE stands for Data Terminal Equipment, and DCE stands for Data Circuit-terminating Equipment or Data Communications Equipment.

More information

Microcontrollers. Serial Communication Interface. EECE 218 Microcontrollers 1

Microcontrollers. Serial Communication Interface. EECE 218 Microcontrollers 1 EECE 218 Microcontrollers Serial Communication Interface EECE 218 Microcontrollers 1 Serial Communications Principle: transfer a word one bit at a time Methods:» Simplex: [S] [R]» Duplex: [D1] [D2]» Half

More information

ECE 4510/5530 Microcontroller Applications Midterm Review

ECE 4510/5530 Microcontroller Applications Midterm Review Microcontroller Applications Midterm Review Dr. Bradley J. Bazuin Associate Professor Department of Electrical and Computer Engineering College of Engineering and Applied Sciences Exam Composition HC12

More information

APPLICATION BULLETIN. SERIAL BACKGROUNDER (Serial 101) AB23-1. ICS ICS ELECTRONICS division of Systems West Inc. INTRODUCTION CHAPTER 2 - DATA FORMAT

APPLICATION BULLETIN. SERIAL BACKGROUNDER (Serial 101) AB23-1. ICS ICS ELECTRONICS division of Systems West Inc. INTRODUCTION CHAPTER 2 - DATA FORMAT ICS ICS ELECTRONICS division of Systems West Inc. AB- APPLICATION BULLETIN SERIAL BACKGROUNDER (Serial 0) INTRODUCTION Serial data communication is the most common means of transmitting data from one point

More information

Electronics / Water analogy. Resistor. Inductance. Capacitor. Water Electronics Energy - Energy Pressure - Voltage Flow - Current Volume - Charge

Electronics / Water analogy. Resistor. Inductance. Capacitor. Water Electronics Energy - Energy Pressure - Voltage Flow - Current Volume - Charge Electronics / Water analogy Water Electronics Energy - Energy Pressure - Voltage Flow - Current Volume - Charge Resistor U = R * I 1 Capacitor U 1 i dt C U L di dt Inductance Turbine Flywheel Diode Transistor

More information

Serial Input/Output. Lecturer: Sri Parameswaran Notes by: Annie Guo

Serial Input/Output. Lecturer: Sri Parameswaran Notes by: Annie Guo Serial Input/Output Lecturer: Sri Parameswaran Notes by: Annie Guo 1 Serial communication Concepts Standards USART in AVR Lecture overview 2 Why Serial I/O? Problems with Parallel I/O: Needs a wire for

More information

Concept of Serial Communication

Concept of Serial Communication Concept of Serial Communication Agenda Serial v.s. Parallel Simplex, Half Duplex, Full Duplex Communication RS-485 Advantage over RS-232 Serial v.s. Parallel Application: How to Measure the temperature

More information

Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer

Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer Asynchronous Serial Communications The MC9S12 Serial Communications Interface (SCI) Asynchronous Data Transfer In asynchronous data transfer, there is no clock line between the two devices Both devices

More information

Lecture #3 RS232 & 485 protocols

Lecture #3 RS232 & 485 protocols SPRING 2015 Integrated Technical Education Cluster At AlAmeeria E-626-A Data Communication and Industrial Networks (DC-IN) Lecture #3 RS232 & 485 protocols Instructor: Dr. Ahmad El-Banna 1 Agenda What

More information

APPLICATION NOTE ANI6. Connecting the SP504 Multiprotocol Transceiver to the 85C30 Universal Enhanced Serial Communications Controller (ESCC)

APPLICATION NOTE ANI6. Connecting the SP504 Multiprotocol Transceiver to the 85C30 Universal Enhanced Serial Communications Controller (ESCC) Solved by APPLICATION NOTE ANI6 TM Connecting the SP504 Multiprotocol Transceiver to the 85C30 Universal Enhanced Serial Communications Controller (ESCC) INTRODUCTION The Sipex SP504 is a cost-effective,

More information

ANALOG AND DIGITAL PHYSICAL INTERFACES

ANALOG AND DIGITAL PHYSICAL INTERFACES ANALOG AND DIGITAL PHYSICAL INTERFACES Habib Youssef, Ph.D youssef@ccse.kfupm.edu.sa Department of Computer Engineering King Fahd University of Petroleum and Minerals Dhahran, Saudi Arabia COMPUTER NETWORK

More information

DigiPoints Volume 1. Student Workbook. Module 2 Modem Overview

DigiPoints Volume 1. Student Workbook. Module 2 Modem Overview Modem Overview Page 2.1 DigiPoints Volume 1 Module 2 Modem Overview Summary One of the potential advantages the cable telecommunications industry has is the ability to carry data signals at speeds significantly

More information

Fanuc Serial (RS232) Communications Information

Fanuc Serial (RS232) Communications Information Memex Automation Inc. 777 Walkers Line, Burlington, Ontario Canada L7N 2G1 Fanuc Serial (RS232) Communications Information Contents Signal Description Fanuc Serial Cable Information Timing Chart When The

More information

USER'S MANUAL. Model : K

USER'S MANUAL. Model : K USER'S MANUAL Model : 2000-64K TM GINA MODEL 2000-64K Overview GINA Model 2000-64K is a stand-alone, high frequency data transceiver using spread spectrum technology. GINA 2000-64K capabilities include

More information

PERIPHERAL INTERFACING Rev. 1.0

PERIPHERAL INTERFACING Rev. 1.0 PERIPHERAL INTERFACING Rev.. This work is licensed under the Creative Commons Attribution-NonCommercial-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/in/deed.en

More information

NETWORK. TE = Terminal Equipment (DTE - Data Terminal Equipment) NT = Network - Terminating Equipment (DCE - Data Circuit - Terminating Equipment)

NETWORK. TE = Terminal Equipment (DTE - Data Terminal Equipment) NT = Network - Terminating Equipment (DCE - Data Circuit - Terminating Equipment) NETWORK INTERFACING TE NT NETWORK NT TE Interface Interface TE = Terminal Equipment (DTE - Data Terminal Equipment) NT = Network - Terminating Equipment (DCE - Data Circuit - Terminating Equipment) Interface

More information

King Fahd University of Petroleum & Minerals Computer Engineering Dept

King Fahd University of Petroleum & Minerals Computer Engineering Dept King Fahd University of Petroleum & Minerals Computer Engineering Dept COE 342 Data and Computer Communications Term 021 Dr. Ashraf S. Hasan Mahmoud Rm 22-144 Ext. 1724 Email: ashraf@ccse.kfupm.edu.sa

More information

Chapter 12: Digital Modulation and Modems

Chapter 12: Digital Modulation and Modems Chapter 12: Digital Modulation and Modems MULTIPLE CHOICE 1. FSK stands for: a. Full-Shift Keying c. Full-Signal Keying b. Frequency-Shift Keying d. none of the above 2. PSK stands for: a. Pulse-Signal

More information

+3.3V-Powered, EIA/TIA-562 Dual Transceiver with Receivers Active in Shutdown

+3.3V-Powered, EIA/TIA-562 Dual Transceiver with Receivers Active in Shutdown 19-0198; Rev 0; 10/9 +.Powered, EIA/TIA-5 Dual Transceiver General Description The is a +.powered EIA/TIA-5 transceiver with two transmitters and two receivers. Because it implements the EIA/TIA-5 standard,

More information

DSP4xxFP SA USER S MANUAL. A01561 Rev. A. This Manual covers all configurations of the DSP4xxSA Modem with the Serial Number SA and up.

DSP4xxFP SA USER S MANUAL. A01561 Rev. A. This Manual covers all configurations of the DSP4xxSA Modem with the Serial Number SA and up. DSP4xxFP SA USER S MANUAL A01561 Rev. A This Manual covers all configurations of the DSP4xxSA Modem with the Serial Number SA700425 and up. DSP4xxSA User s Manual A01561 Rev. X Proprietary Data This document

More information

PRODUCT INFORMATION B&B ELECTRONICS. Port-Powered RS-232 Fiber Optic Modem with Handshake Support. Model 9PFLST. Description. RS-232 Connections

PRODUCT INFORMATION B&B ELECTRONICS. Port-Powered RS-232 Fiber Optic Modem with Handshake Support. Model 9PFLST. Description. RS-232 Connections -01-1/ 00 by B&B Electronics. All rights reserved. Model Port-Powered RS- Fiber Optic Modem with Handshake Support Description The allows any two pieces of RS- asynchronous serial equipment to communicate

More information

Universal RS232/CMOS to RS422/RS485 Converter

Universal RS232/CMOS to RS422/RS485 Converter TOSHIBA INTERNATIONAL CORPORATION Universal RS232/CMOS to RS422/RS485 Converter Rev No.: 2 Page No.: 1 RS232/CMOS to RS422/RS485 Converter converts RS232/CMOS lines to balanced RS422 or RS485 signals.

More information

Universal Converter Covers All the Bases- RS-232 to 4-wire RS-422, 2-wire or 4-wire RS-485

Universal Converter Covers All the Bases- RS-232 to 4-wire RS-422, 2-wire or 4-wire RS-485 4WSD9R0712-1/4 Model 4WSD9R Universal Converter Covers All the Bases- RS-232 to 4-wire RS-422, 2-wire or 4-wire RS-485 The 4WSD9R Universal Converter is a port-powered or externally powered two-channel

More information

Intermittent Vibration 0.075

Intermittent Vibration 0.075 FEATURES DESCRIPTION PLC-COM-CM1 Series Multi Drop Configuration of up to 32 Units Baud Rates Range from 300 to 38,400 bps 1:1/1:N/N:M (RS-422) Communication is Supported Full-Duplex (RS-422) and Half-Duplex

More information

Interface converter G kbit/sec

Interface converter G kbit/sec converter User s Guide 12345678901234567890123456789012123456789012345678901234567890121234567890123456789012345678901212345678901 Interface converter G.703.1 64 kbit/sec Features Maximum line attenuation

More information

Installation and Operation Manual HS-R. 4-Channel Low Speed Data Module with V.110 Rate Adaptation MEGAPLEX-2100 MODULE

Installation and Operation Manual HS-R. 4-Channel Low Speed Data Module with V.110 Rate Adaptation MEGAPLEX-2100 MODULE Installation and Operation Manual HS-R 4-Channel Low Speed Data Module with V110 Rate Adaptation MEGAPLEX-2100 MODULE MEGAPLEX-2100 MODULE HS-R 4-Channel Low Speed Data Module with V110 Rate Adaptation

More information

Local Asynchronous Communication. By S.Senthilmurugan Asst.Professor/ICE SRM University. Chennai.

Local Asynchronous Communication. By S.Senthilmurugan Asst.Professor/ICE SRM University. Chennai. Local Asynchronous Communication By S.Senthilmurugan Asst.Professor/ICE SRM University. Chennai. Bitwise Data Transmission Data transmission requires: Encoding bits as energy Transmitting energy through

More information

Intelligent +3.0V to +5.5V RS-232 Transceiver

Intelligent +3.0V to +5.5V RS-232 Transceiver SP339E Intelligent 3.0V to 5.5V RS-3 Transceiver FEATURES Meets true EIA/TIA-3-F Standards from a 3.0V to 5.5V power supply Interoperable with EIA/TIA-3 and adheres to EIA/TIA-56 down to a.7v power source

More information

Integrity Instruments

Integrity Instruments Integrity Instruments XP-A/I User Manual Integrity Instruments P.O. Box Order Phone 00-0-00 Pine River Minnesota Fax Phone -- USA Tech Phone --0 http://www.integrityusa.com XP-A ISOLATED XP-I RS- to RS-

More information

MGE TM Galaxy TM , 60 Hz kva

MGE TM Galaxy TM , 60 Hz kva Home Alarms Online Trend Statistics Rectifier Battery Inverter Bypass AC Bypass Output Set up Normal AC Q4S Load protected QBP QF 0 Hour 50 Min. 5 kva 00% 0% 00% 0 50% Load equipment 0 80% 50% Remote vision

More information

EECE494: Computer Bus and SoC Interfacing. Serial Communication: RS-232. Dr. Charles Kim Electrical and Computer Engineering Howard University

EECE494: Computer Bus and SoC Interfacing. Serial Communication: RS-232. Dr. Charles Kim Electrical and Computer Engineering Howard University EECE494: Computer Bus and SoC Interfacing Serial Communication: RS-232 Dr. Charles Kim Electrical and Computer Engineering Howard University Spring 2014 1 Many types of wires/pins in the communication

More information

RS-232 / 20mA Interface Converter ELO E00Q. Operation manual

RS-232 / 20mA Interface Converter ELO E00Q. Operation manual RS-232 / 20mA Interface Converter ELO E00Q Operation manual 2 ELOE00QZKE001 1.0 Introduction 4 1.1 Use of the converter 4 2.0 Operation principles 4 3.0 Installation 4 3.1 Converter connection to RS-232

More information

+3.3V, Multiprotocol, 3 Tx/3 Rx, Software- Selectable Clock/Data Transceiver

+3.3V, Multiprotocol, 3 Tx/3 Rx, Software- Selectable Clock/Data Transceiver 19-333; Rev ; 4/ +3.3V, Multiprotocol, 3 Tx/3 Rx, Software- General Description The is a three-driver/three-receiver multiprotocol transceiver that operates from a +3.3V single supply. The, along with

More information

CL4490 HARDWARE INTEGRATION GUIDE VERSION 1.0. FCC Notice.

CL4490 HARDWARE INTEGRATION GUIDE VERSION 1.0. FCC Notice. CL4490 HARDWARE INTEGRATION GUIDE VERSION 1.0 wireless.support@lairdtech.com FCC Notice WARNING: This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions:

More information

DS275S. Line-Powered RS-232 Transceiver Chip PIN ASSIGNMENT FEATURES ORDERING INFORMATION

DS275S. Line-Powered RS-232 Transceiver Chip PIN ASSIGNMENT FEATURES ORDERING INFORMATION Line-Powered RS-232 Transceiver Chip FEATURES Low power serial transmitter/receiver for battery-backed systems Transmitter steals power from receive signal line to save power Ultra low static current,

More information

PART 4 DIGITAL METHODS. Chapter 13 Digital Fundamentals. Parallel Data Transfer. Fig Parallel data handshaking

PART 4 DIGITAL METHODS. Chapter 13 Digital Fundamentals. Parallel Data Transfer. Fig Parallel data handshaking PART 4 DIGITAL METHODS Chapter 13 Digital Fundamentals The remainder of this book will deal with digital methods in modern communications. We will build on the introduction to digital data in Chapter 3,

More information

1 What s in the shipping package?

1 What s in the shipping package? SST 900B 900 MHz RS 232/RS 485 Wireless Modem Quick Start Guide 1 What s in the shipping package? SST-900B Wireless Modem CA-0910 Quick Start CD 3dBi 900M Hz Antenna Guide 2 External switch introduction

More information

TCSS 372 Laboratory Project 2 RS 232 Serial I/O Interface

TCSS 372 Laboratory Project 2 RS 232 Serial I/O Interface 11/20/06 TCSS 372 Laboratory Project 2 RS 232 Serial I/O Interface BACKGROUND In the early 1960s, a standards committee, known as the Electronic Industries Association (EIA), developed a common serial

More information

AccessCON-N64 INTERFACE CONVERTER E1/FRACTIONAL E1 TO N64 INSTALLATION AND OPERATION MANUAL. Version 1

AccessCON-N64 INTERFACE CONVERTER E1/FRACTIONAL E1 TO N64 INSTALLATION AND OPERATION MANUAL. Version 1 INTERFACE CONVERTER E1/FRACTIONAL E1 TO N64 INSTALLATION AND OPERATION MANUAL Version 1 Copyright 2005 by S-Access GmbH. The contents of this publication may not be reproduced in any part or as a whole,

More information

+3.3V Multiprotocol 3Tx/3Rx Software-Selectable Control Transceivers

+3.3V Multiprotocol 3Tx/3Rx Software-Selectable Control Transceivers 19-173; Rev 1; 8/1 +3.3V Multiprotocol 3Tx/3Rx General Description The are three-driver/three-receiver multiprotocol transceivers that operate from a single +3.3V supply. The, along with the MAX317 and

More information

A50/A51/A60. June 2008 (4th Edition) All Rights Reserved

A50/A51/A60. June 2008 (4th Edition) All Rights Reserved A50/A51/A60 June 2008 (4th Edition) All Rights Reserved Part I - A50/A51 RS-232 to RS-422/RS-485 Converter A50/A51 RS-232 to RS-422/RS-485 Bidirectional Converter Part II - A60 RS-232 Surge Protection

More information

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

Atrie WireSpan 600/610 MODEM User's Manual

Atrie WireSpan 600/610 MODEM User's Manual Atrie WireSpan 600/610 MODEM User's Manual WireSpan 600 / 610 Fractional E1 Access Unit Installation and Operation manual CONTENTS CHAPTER 1 Interduction.. 1-1 CHAPTER 2 Installation and Setup.. 2-1 CHAPTER

More information

This document is designed to be used in conjunction with the CMX869A data sheet.

This document is designed to be used in conjunction with the CMX869A data sheet. CML Microcircuits COMMUICATIO SEMICODUCTORS Publication: A/Telecom/869A/1 May 2006 Application ote Bell 212A Implementation with CMX869A 1 Introduction The Bell 212A data communications protocol, originally

More information

SC16C750B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 64-byte FIFOs

SC16C750B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 64-byte FIFOs Rev. 05 17 October 2008 Product data sheet 1. General description 2. Features The is a Universal Asynchronous Receiver and Transmitter (UART) used for serial data communications. Its principal function

More information

CONTROL MICROSYSTEMS SCADAWave Radio Transceiver. Hardware Manual

CONTROL MICROSYSTEMS SCADAWave Radio Transceiver. Hardware Manual 5908 SCADAWave Radio Transceiver Hardware Manual CONTROL MICROSYSTEMS SCADA products... for the distance 48 Steacie Drive Telephone: 613-591-1943 Kanata, Ontario Facsimile: 613-591-1022 K2K 2A9 Technical

More information

RS-232 Electrical Specifications and a Typical Connection

RS-232 Electrical Specifications and a Typical Connection Maxim > Design Support > Technical Documents > Tutorials > Interface Circuits > APP 723 Keywords: RS-232, rs232, RS-422, rs422, RS-485, rs485, RS-232 port powered, RS-232 to RS-485 conversion, daisy chain,

More information

Revision WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL

Revision WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL Revision 1.0.3 WI.232FHSS-25-FCC-R and RK-WI.232FHSS-25-FCC-R USER S MANUAL RADIOTRONIX, INC. WI.232FHSS-25-FCC-R/ RK-WI.232FHSS-25-FCC-R USER S MANUAL Radiotronix 905 Messenger Lane Moore, Oklahoma 73160

More information

EEL 4744C: Microprocessor Applications. Lecture 9. Part 2. M68HC12 Serial I/O. Dr. Tao Li 1

EEL 4744C: Microprocessor Applications. Lecture 9. Part 2. M68HC12 Serial I/O. Dr. Tao Li 1 EEL 4744C: Microprocessor Applications Lecture 9 Part 2 M68HC12 Serial I/O Dr. Tao Li 1 Reading Assignment Software and Hardware Engineering (new version): Chapter 15 SHE (old version): Chapter 11 HC12

More information

1µA Supply-Current, True +3V to +5.5V RS-232 Transceivers with AutoShutdown

1µA Supply-Current, True +3V to +5.5V RS-232 Transceivers with AutoShutdown 9-; Rev ; /99 µa Supply-Current, True + to +. RS- Transceivers with AutoShutdown General Description The MAX/MAX/MAX achieve µa supply current with Maxim s revolutionary AutoShutdown feature. When the

More information

CL4790 HARDWARE INTEGRATION GUIDE VERSION 3.0. Americas: Europe: Hong Kong:

CL4790 HARDWARE INTEGRATION GUIDE VERSION 3.0. Americas: Europe: Hong Kong: CL4790 HARDWARE INTEGRATION GUIDE VERSION 3.0 Americas: +1-800-492-2320 FCC Notice WARNING: This device complies with Part 15 of the FCC Rules. Operation is subject to the following two conditions: (1)

More information

SC16C550B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs

SC16C550B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 16-byte FIFOs Rev. 05 1 October 2008 Product data sheet 1. General description 2. Features The is a Universal Asynchronous Receiver and Transmitter (UART) used for serial data communications. Its principal function

More information

FOSTCDR. Industrial Serial to Multimode Fiber Optic Converter PRODUCT INFORMATION B&B ELECTRONICS. Specifications Serial Technology

FOSTCDR. Industrial Serial to Multimode Fiber Optic Converter PRODUCT INFORMATION B&B ELECTRONICS. Specifications Serial Technology FOSTCDR pn 8684R1 FOSTCDR-0812ds page 1/5 Industrial Serial to Multimode Fiber Optic Converter Data Rates up to 115.2 kbps 2.5 Mile (4 km) Range 10 to 30 VDC Input Voltage Wide Operating Temperature 2000V

More information

Cable and Port Specifications

Cable and Port Specifications APPENDIX D This appendix includes the following information: Cables and Adapters Provided, page D-1 Console Port, page D-2 COM1 Port, page D-3 MGMT 10/100 Ethernet Port, page D-5 SFP Transceiver Specifications,

More information

HR1200. Version 1.00 ATIM RADIOCOMMUNICATION 1/11

HR1200. Version 1.00 ATIM RADIOCOMMUNICATION 1/11 HR1200 Version 1.00 ATIM RADIOCOMMUNICATION 1/11 Contact Information ATIM RADIOCOMMUNICATION Les guillets 38250 Villard de Lans France Tel : +33 (0)4 76 95 50 65 Fax: +33 (0)4 76 95 50 64 Web : www.atim.com

More information

2W UHF MHz Radio Transceiver

2W UHF MHz Radio Transceiver 2W UHF410-470 MHz Radio Transceiver Specification Copyright Javad Navigation Systems, Inc. February, 2006 All contents in this document are copyrighted by JNS. All rights reserved. The information contained

More information

ADA-1028L. User manual ADA-1028L. RS232 to Current Loop 2-wire CLO Converter. 1 io_ada-1028l_v.1.10_en. Copyright CEL-MAR sp.j.

ADA-1028L. User manual ADA-1028L. RS232 to Current Loop 2-wire CLO Converter. 1 io_ada-1028l_v.1.10_en. Copyright CEL-MAR sp.j. User manual ADA-1028L to Current Loop 2-wire Converter Copyright 2001-2017 CEL-MAR sp.j. 1 io_ada-1028l_v.1.10_en Contents 1. GENERAL INFORMATION... 3 1.1. WARRANTED INFORMATION... 3 1.2. GENERAL CONDITIONS

More information

ABSOLUTE MAXIMUM RATINGS These are stress ratings only and functional operation of the device at these ratings or any other above those indicated in t

ABSOLUTE MAXIMUM RATINGS These are stress ratings only and functional operation of the device at these ratings or any other above those indicated in t SP338 Intelligent 3.0V to 5.5V RS-3 Transceiver FEATURES Meets true EIA/TIA-3-F Standards from a 3.0V to 5.5V power supply Interoperable with EIA/TIA-3 and adheres to EIA/TIA-56 down to a.7v power source

More information

9600 bps, Dual Modem 170 Card Private Wire Only

9600 bps, Dual Modem 170 Card Private Wire Only 896 9600 bps, Dual Modem 170 Card Private Wire Only Users Guide 280 Interstate 80 West Exit 1 / PO Box 1330, Verdi, NV 89439 Phone: 775-345-8000 Fax: 775-345-8010 E-mail: traffic@sgdi.net TABLE OF CONTENTS

More information

G3P-R232. User Manual. Release. 2.06

G3P-R232. User Manual. Release. 2.06 G3P-R232 User Manual Release. 2.06 1 INDEX 1. RELEASE HISTORY... 3 1.1. Release 1.01... 3 1.2. Release 2.01... 3 1.3. Release 2.02... 3 1.4. Release 2.03... 3 1.5. Release 2.04... 3 1.6. Release 2.05...

More information

USER MANUAL MODEL Parallel to Serial/ Serial to Parallel Interface Converter

USER MANUAL MODEL Parallel to Serial/ Serial to Parallel Interface Converter USER MANUAL MODEL 2029 Parallel to Serial/ Serial to Parallel Interface Converter C E R T I F I E D An ISO-9001 Certified Company Part #07M2029-B, Rev. C Doc. #102011UB Revised 6/16/09 SALES OFFICE (301)

More information

USER MANUAL. MODEL 3P-MF and 3P-MF9 DB-25 and DB-9 In-Line Power Supply Adapters SALES OFFICE (301) TECHNICAL SUPPORT (301)

USER MANUAL. MODEL 3P-MF and 3P-MF9 DB-25 and DB-9 In-Line Power Supply Adapters SALES OFFICE (301) TECHNICAL SUPPORT (301) USER MANUAL MODEL 3P-MF and 3P-MF9 DB-25 and DB-9 In-Line Power Supply Adapters An ISO-9001 CertiÞed Company Part# 07M3PMF9 Rev. C Doc# 056020U Revised 1/23/08 SALES OFFICE (301) 975-1000 TECHNICAL SUPPORT

More information

Programmable communications interface (PCI)

Programmable communications interface (PCI) Programmable communicatio interface (PCI) DESCRIPTION The Philips Semiconductors PCI is a universal synchronous/asynchronous data communicatio controller chip designed for microcomputer systems. It interfaces

More information

+5V Multiprotocol, Software-Selectable Cable Terminator

+5V Multiprotocol, Software-Selectable Cable Terminator 19-1775; Rev 0; 2/01 +5V Multiprotocol, Software-Selectable General Description The contains six software-selectable, multiprotocol cable termination networks. Each network is capable of terminating V.11

More information

E205 Long Range Wireless Modem V1.0 Data Sheet

E205 Long Range Wireless Modem V1.0 Data Sheet E205 Long Range Wireless Modem V1.0 Data Sheet The Long Range Wireless Modem E205 is a radio transmitter / receiver designed for transparent wireless data transmission over long distances. It operates

More information

2070-6A Manual A Manual. Dual 1200 baud Modem For The 2070 Controller GDI A MANUAL

2070-6A Manual A Manual. Dual 1200 baud Modem For The 2070 Controller GDI A MANUAL 2070-6A Manual 1 2070-6A Manual Dual 1200 baud Modem For The 2070 Controller GDI 2070-6A MANUAL This Manual covers Modems with the Serial numbers D700000 and up. 2070-6A Manual 2 GDI 2070-6A Manual This

More information

Quick-Start Guide. M7 Series DATA RADIO MODEM

Quick-Start Guide. M7 Series DATA RADIO MODEM Quick-Start Guide M7 Series DATA RADIO MODEM Raveon Technologies Corporation 2461 Impala Drive Carlsbad, CA 92010 - USA Phone +1-760-444-5995 www.raveon.com www.ravtrack.com 1 This is a quick-start guide

More information

D16550 IP Core. Configurable UART with FIFO v. 2.25

D16550 IP Core. Configurable UART with FIFO v. 2.25 2017 D16550 IP Core Configurable UART with FIFO v. 2.25 C O M P A N Y O V E R V I E W Digital Core Design is a leading IP Core provider and a SystemonChip design house. The company was founded in 1999

More information

±50V Isolated, 3.0V to 5.5V, 250kbps, 2 Tx/2 Rx, RS-232 Transceiver MAX3250

±50V Isolated, 3.0V to 5.5V, 250kbps, 2 Tx/2 Rx, RS-232 Transceiver MAX3250 EVALUATION KIT AVAILABLE MAX325 General Description The MAX325 is a 3.V to 5.5V powered, ±5V isolated EIA/TIA-232 and V.28/V.24 communications interface with high data-rate capabilities. The MAX325 is

More information

Modem 1200 baud 500FSD10 EDS500 series - FSK modems

Modem 1200 baud 500FSD10 EDS500 series - FSK modems Manual Modem 1200 baud 500FSD10 EDS500 series - FSK modems Application, characteristics and technical data have to be taken from the hardware data sheet: 500FSD10 Data sheet 1KGT150982 Operation The 500FSD10

More information

TS4000 Radio Modem. User s Manual

TS4000 Radio Modem. User s Manual TS4000 Radio Modem User s Manual Version 6.60C 1729 South Main Street Milpitas, CA 95035 (408) 941-1808 (800) 663-3674 (408) 941-1818 Fax www.teledesignsystems.com productsales@teledesignsystems.com techsupport@teledesignsystems.com

More information

Is Now A Part Of. Visit for more information about MaxLinear Inc.

Is Now A Part Of. Visit   for more information about MaxLinear Inc. Is Now A Part Of Visit www.maxlinear.com for more information about MaxLinear Inc. SP207ESP213E Low Power, High ESD 5V RS-232 Transceivers Meets All EIA-232 and ITU V.28 Specifications Single 5V Supply

More information

MAX3316EAE -40 C to +85 C 16 SSOP C BYPASS CMOS INPUT CMOS OUTPUT. AutoShutdown Plus MAX3316. Maxim Integrated Products 1

MAX3316EAE -40 C to +85 C 16 SSOP C BYPASS CMOS INPUT CMOS OUTPUT. AutoShutdown Plus MAX3316. Maxim Integrated Products 1 -; Rev ; /.V, µa, kbps, RS--Compatible Transceivers General Description The MA MA transceivers have a proprietary low-dropout transmitter output stage enabling RS-- compatible performance from +.V to +.V

More information

CDR-915 Data Radio Module INTEGRATOR S GUIDE

CDR-915 Data Radio Module INTEGRATOR S GUIDE CDR-915 Data Radio Module Coyote DataCom, Inc. 3941 Park Drive, Suite 20-266, El Dorado Hills, CA 95762 Tel. 916-933-9981 Fax 916-913-0951 www.coyotedatacom.com TABLE OF CONTENTS General Information and

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

More information

CL4424. Industrial 2.4GHz ConnexLink. User s Manual Version 1.1

CL4424. Industrial 2.4GHz ConnexLink. User s Manual Version 1.1 CL4424 Industrial 2.4GHz ConnexLink User s Manual Version 1.1 11160 THOMPSON AVENUE LENEXA, KS 66215 (800) 492-2320 www.aerocomm.com sales@aerocomm.com Document Information Copyright Information Copyright

More information

V62/03626 REVISIONS LTR DESCRIPTION DATE APPROVED REV PAGE REV PAGE REV REV STATUS OF PAGES PAGE

V62/03626 REVISIONS LTR DESCRIPTION DATE APPROVED REV PAGE REV PAGE REV REV STATUS OF PAGES PAGE REVISIONS LTR DESCRIPTION DTE PPROVED Prepared in accordance with SME Y14.24 Vendor item drawing REV PGE REV PGE 18 19 20 REV STTUS OF PGES REV PGE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 PMIC N/ Original

More information

EXPERIMENT NO:-1. OBJECTIVE: To study Basics of serial communication ports and protocols.

EXPERIMENT NO:-1. OBJECTIVE: To study Basics of serial communication ports and protocols. EXPERIMENT NO:-1 OBJECTIVE: To study Basics of serial communication ports and protocols. EQUIPMENTS: DCT-03 Kit 9 Pin D connector Cables 2 Nos. Computers 2 nos. Connecting Chords. Power Supply. THEORY:

More information

RS-422/RS-485 Line Tester Model 485T

RS-422/RS-485 Line Tester Model 485T Not Recommended for New Installations. Please contact Technical Support for more information. RS-422/RS-485 Line Tester Model 485T Documentation Number 485T1995 This product Designed and Manufactured In

More information

6551 ASYNCHRONOUS COMMUNICATION INTERFACE ADAPTER

6551 ASYNCHRONOUS COMMUNICATION INTERFACE ADAPTER commodore semiconductor group MOS TECHNOLOGY, INC. 950 Rittenhouse Rd., Norristown, PA 19403 Tel.: 215/666-7950 - TLX 846-100 MOSTECHGY VAFG 6551 ASYNCHRONOUS COMMUNICATION INTERFACE ADAPTER CONCEPT: %

More information

TD_485 Transceiver Modules Application Guide 2017

TD_485 Transceiver Modules Application Guide 2017 TD_485 Transceiver Modules Application Guide 2017 1. RS485 basic knowledge... 2 1.1. RS485 BUS basic Characteristics... 2 1.2. RS485 Transmission Distance... 2 1.3. RS485 bus connection and termination

More information

SC16C650B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 32-byte FIFOs and infrared (IrDA) encoder/decoder

SC16C650B. 1. General description. 2. Features. 5 V, 3.3 V and 2.5 V UART with 32-byte FIFOs and infrared (IrDA) encoder/decoder 5 V, 3.3 V and 2.5 V UART with 32-byte FIFOs and infrared (IrDA) encoder/decoder Rev. 04 14 September 2009 Product data sheet 1. General description 2. Features The is a Universal Asynchronous Receiver

More information

SPI/MICROWIRE-Compatible UART and ±15kV ESD- Protected RS-232 Transceivers with Internal Capacitors PART MAX3110ECNI

SPI/MICROWIRE-Compatible UART and ±15kV ESD- Protected RS-232 Transceivers with Internal Capacitors PART MAX3110ECNI 19-1494; Rev ; 7/99 SPI/MICROWIRE-Compatible UART and ±15k ESD- General Description The MAX311E/MAX3111E combine a full-featured universal asynchronous receiver/transmitter (UART) with ±15k ESD-protected

More information

CHAPTER 5 TRANSMISSION OF DIGITAL DATA INTERFACES & MODEMS

CHAPTER 5 TRANSMISSION OF DIGITAL DATA INTERFACES & MODEMS CHAPTER 5 TRANSMISSION OF DIGITAL DATA INTERFACES & MODEMS Information generated by a source need to be encoded into a suitable format for transmission. To transmit the encoded signals generated by the

More information

Interface: Serial EIA RS-232D/CCITT V.24, DCE; RTS/CTS delay 0,8 or 64 ms (user-selectable).

Interface: Serial EIA RS-232D/CCITT V.24, DCE; RTS/CTS delay 0,8 or 64 ms (user-selectable). BLACK BOX PWR RTS TD-1 RD-1 TD-2 DCD RD-2 TEST DIG ANA REM LDM-MR 19.2 REM ANA DIG AGC 2/4 WIRE ABLE / ABLE SWITCHES 2 W 4 W 1 2 3 4 CARRIER LEVEL 0 dbm -3 dbm -6 dbm -9 dbm PIN 21 (RLB) RPF PIN 18 AN.

More information

ST16C450 UNIVERSAL ASYNCHRONOUS RECEIVER/TRANSMITTER (UART) GENERAL DESCRIPTION. PLCC Package FEATURES ORDERING INFORMATION.

ST16C450 UNIVERSAL ASYNCHRONOUS RECEIVER/TRANSMITTER (UART) GENERAL DESCRIPTION. PLCC Package FEATURES ORDERING INFORMATION. UNIVERSAL ASYNCHRONOUS RECEIVER/TRANSMITTER (UART) September 2003 GENERAL DESCRIPTION The ST16C450 is a universal asynchronous receiver and transmitter. The ST16C450 is an improved version of the NS16450

More information

Programmable RS-232/RS-485 Transceiver

Programmable RS-232/RS-485 Transceiver SP334 Programmable RS-3/ Transceiver V Only Operation Software Programmable RS-3 or RS- 48 Selection Three RS-3 Drivers and Five Receivers in RS-3 Mode Two Full-Duplex Transceivers in Mode Full Differential

More information

2070-6B Manual B Manual. Dual 9600 baud Modem For The 2070 Controller. GDI B Manual. Rev B

2070-6B Manual B Manual. Dual 9600 baud Modem For The 2070 Controller. GDI B Manual. Rev B 2070-6B Manual 1 2070-6B Manual Dual 9600 baud Modem For The 2070 Controller GDI 2070-6B Manual Rev B This Manual covers Modems with the Serial numbers D700000 and up. 2070-6B Manual 2 GDI 2070-6B Manual

More information

745 Transformer Protection System Communications Guide

745 Transformer Protection System Communications Guide Digital Energy Multilin 745 Transformer Protection System Communications Guide 745 revision: 5.20 GE publication code: GEK-106636E GE Multilin part number: 1601-0162-A6 Copyright 2010 GE Multilin GE Multilin

More information

Online Signature Verification by Using FPGA

Online Signature Verification by Using FPGA Online Signature Verification by Using FPGA D.Sandeep Assistant Professor, Department of ECE, Vignan Institute of Technology & Science, Telangana, India. ABSTRACT: The main aim of this project is used

More information

M7 Over-The-Air Protocol. Overview. Technical Brief AN187 Rev A1

M7 Over-The-Air Protocol. Overview. Technical Brief AN187 Rev A1 Technical Brief AN187 Rev A1 M7 Over-The-Air Protocol By John Sonnenberg Raveon Technologies Corp Overview The M7 GX series of GPS transponders may be directly connected to a Garmin GPS 152H navigation

More information

C Mono Camera Module with UART Interface. User Manual

C Mono Camera Module with UART Interface. User Manual C328-7221 Mono Camera Module with UART Interface User Manual Release Note: 1. 16 Mar, 2009 official released v1.0 C328-7221 Mono Camera Module 1 V1.0 General Description The C328-7221 is VGA camera module

More information

MARO_RF_BD1 (CHARISMA BOARD)

MARO_RF_BD1 (CHARISMA BOARD) CONTENTS MARO BD (CHARISMA BOARD) What is a module? What is the MARO BD (CHARISMA BOARD)? BiM-UHF TX, RX CHARISMA USER MANUAL. POWER SUPPLY. Antenna Connection. Module Attachment. Mode setting (BiM module

More information

Model 4xx. Plug-in Series Of FSK Modems USER GUIDE. (TI) 20 Jan 06 DWG: A GDI COMMUNICATIONS LLC PO Box I-80 Exit 1 Verdi, NV 89439

Model 4xx. Plug-in Series Of FSK Modems USER GUIDE. (TI) 20 Jan 06 DWG: A GDI COMMUNICATIONS LLC PO Box I-80 Exit 1 Verdi, NV 89439 Model 4xx Plug-in Series Of FSK s USER GUIDE (TI) 20 Jan 06 DWG: A01164 GDI COMMUNICATIONS LLC PO Box 1330 280 I-80 Exit 1 Verdi, NV 89439 Phone: (775) 345-8000 Fax: (775) 345-8010 Web: www.sgdi.com Email:

More information

DS14185 EIA/TIA Driver x 5 Receiver

DS14185 EIA/TIA Driver x 5 Receiver DS14185 EIA/TIA-232 General Description 3 Driver x 5 Receiver The DS14185 is a three driver, five receiver device which conforms to the EIA/TIA-232-E standard. The flow-through pinout facilitates simple

More information

+3.3V Multiprotocol Software-Selectable Cable Terminators and Transceivers

+3.3V Multiprotocol Software-Selectable Cable Terminators and Transceivers 19-1801; Rev 2; 6/04 +3.3V Multiprotocol Software-Selectable General Description The contain five software-selectable multiprotocol cable termination networks. Each network is capable of terminating V.11

More information

Wireless Communication Modem HG 761

Wireless Communication Modem HG 761 System Description HG 761 Wireless Communication Modem HG 761 Revision H (English) Developed by: T.N. Date: 04.09.1998 Author: RAD / SCH Götting KG, Celler Str. 5, D-31275 Lehrte - Röddensen (Germany),

More information

ADA User manual ADA RS-232 to RS-485 / RS-422 Converter

ADA User manual ADA RS-232 to RS-485 / RS-422 Converter User manual RS- to RS- / RS- Converter Copyright 001-01 CEL-MAR sp.j. 1 io_ada-100_v._en Contents 1. GENERAL INFORMATION... 1.1. WARRANTED INFORMATION... 1.. GENERAL CONDITIONS FOR SAFE USE... 1.. CE LABEL...

More information

HC08 SCI Operation with Various Input Clocks INTRODUCTION

HC08 SCI Operation with Various Input Clocks INTRODUCTION Order this document by /D HC08 SCI Operation with Various Input Clocks By Rick Cramer CSIC MCU Product Engineering Austin, Texas INTRODUCTION This application note describes the operation of the serial

More information