Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.

Slides:



Advertisements
Similar presentations
Serial Interface Dr. Esam Al_Qaralleh CE Department
Advertisements

DATA COMMUNICATIONS Some organisations concerned with standards: EIA - Electroonic Industries Association (RS standards including RS-232) IEEE - Institute.
1 Fall 2005 Local Serial Asynchronous Communication Qutaibah Malluhi Computer Science and Engineering Qatar University.
Chapter 4 Making Connections. 2 Introduction  Examine the interface between a computer and a device. This interface occurs at the physical layer.  Connecting.
Local Asynchronous Communication and RS-232. Goals Explain how electric current can be used to transmit bits over short distances Present a popular mechanism.
RS-232 Communications. Why Serial Communications? Serial communication is the most simplistic form of communication between two devices. It’s pretty intuitive.
Chapter 2 Data Communication Concepts Code Transmission Signal Modulation Service.
CS335 Networking & Network Administration Tuesday, April 6.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
Two Ways to Think About Connected Systems Architectures and Connections Architectures range from fully centralized to fully distributed. Centralized are.
CSCI 4550/8556 Computer Networks Comer, Chapter 5: Local Asynchronous Communication (RS-232)
COMP3221: Microprocessors and Embedded Systems
EET Advanced Digital Chapter 21 Serial Ports.
Data Communications Chapter 6 The Data Communications Interface.
Serial Communications Standards (Partly Excerpted from Simpl Primer) Cabling Configuration Protocol.
ECE 371- Unit 11 Introduction to Serial I/O. TWO MAJOR CLASSES OF SERIAL DATA INTERFACES ASYNCHRONOUS SERIAL I/O - USES “FRAMING BITS” (START BIT AND.
Local Asynchronous Communication
12 - Winter 2006 ECE ECE 766 Computer Interfacing and Protocols 1 Interfaces Transmission of data from the source to a device or from a device to the destination.
Local Asynchronous Communications. Bit-wise data transmission Data transmission requires: Encoding bits as energy Transmitting energy through medium Decoding.
PC 232 Serial Ports Ports –Connectors at back of PC –Plus related internal electronics to send/receive PC 232 Serial Port –Follows EIA/TIA 232 standards.
University of Tehran 1 Interface Design Serial Communications Omid Fatemi.
Transmission Modes Serial Transmission  One bit is transmitted on a circuit at a time  Usually there is one transmit circuit and one receive circuit.
Computers in Surveying SVY2301 / E4006 Automated Surveying.
ELECTRONIC COMMUNICATIONS A SYSTEMS APPROACH CHAPTER Copyright © 2014 by Pearson Education, Inc. All Rights Reserved Electronic Communications: A Systems.
The 8051 Microcontroller and Embedded Systems
Serial Port I/O Serial port sends and receives data one bit at a time. Serial communication devices are divided into: Data Communications Equipment (DCE),
1 Ch 5 Local Asynchronous Communication (RS-232).
Universal Synchronous/Asynchronous Receiver/Transmitter (USART)
Line Coding, Modem, RS232 interfacing sequences.
Serial Communications
Advanced Embedded Systems Design Lecture 8 Serial I/O BAE Fall 2004 Instructor: Marvin Stone Biosystems and Agricultural Engineering Oklahoma.
Day 7 Connections. Standards Unless we had connection standards nothing would be interchangeable. –There would be different printers for Macs and Windows.
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
Serial Interfaces Oct 3, Announcement We will discuss the test at the end of tonight’s lecture. No homework Chap. 9 is not required to be read.
The Principle of Electronic Data Serial and Parallel Data Communication Transmission Rate Bandwidth Bit Rate Parity bits.
Interfaces and Synchronization Martin Weiss. EIA 232D Interface Standard u Synonymous with ITU V.24 u Asynchronous interface u Up to 19.2kbps u 50 foot.
1 Transmission of Digital Data : Interface and Modems.
AS Computing Data transmission. Basic data transmission Baud The rate that the voltage changes is called the Baud. If the voltage changes 10 times every.
Digital Interfaces An interface links two devices Interface Standards define: – mechanical specifications - how many wires & connector type –electrical.
Ch. 6 Digital Data Communication Techniques
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
©F.M. Rietti Communication Lines Fundamentals. ©F.M. Rietti LM-18 Computer Science SSI Embedded Systems I 2 Communication Lines Generally used to connect.
1 Business Telecommunications Data and Computer Communications Chapter 6 The Data Communications Interface.
Ch. 6 Digital Data Communication Techniques. 6.1Asynchronous & Synchronous Transmission Asynchronous Transmission: transmission in which each information.
BASICS OF SERIAL COMMUNICATIONS BIRLA VISHWKARMA MAHAVIDYALAYA ELECTRONICS & TELECOMMUNICATION DEPARTMENT PRESENTING BY: ABHISHEK SINGH AMANDEEP.
NARNARAYAN SHASTRI INSTITUTE OF TECHNOLOGY Prepared by: Wasu Ichcha kaur H Bhalani Nidhi M Dhakate Megha D MICROCONTROLLER.
William Stallings Data and Computer Communications
Serial mode of data transfer
UART Serial Port Programming
RS-232 Communications.
6장 Transmission of Digital Data: Interfaces and MODEMs
SERIAL PORT PROGRAMMING
Chapter 6 Transmission of Digital Data Interfaces and Modems
Serial Communications
RS-232 Communications.
DATA COMMUNICATION Lecture-21.
Pemrosesan Data Tersebar
Serial Communication: RS-232 (IEEE Standard)
Local Asynchronous Communication (RS-232)
Asynchronous Serial Communications
UART Serial Port Programming
Serial Communication Interface
CHAPTER SERIAL PORT PROGRAMMING. Basics of Serial Communication Computers transfer data in two ways: ◦ Parallel  Often 8 or more lines (wire.
Chapter 6 Transmission of Digital Data Interfaces and Modems
ANALOG AND DIGITAL PHYSICAL INTERFACES
PIC Serial Port Interfacing
Chapter 6. Data Communications Interface
PIC Serial Port Interfacing
William Stallings Data and Computer Communications
Chapter 6: INTERFACES Visit for more Learning Resources.
Presentation transcript:

Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting

Technology Training that Works Topics  Basics of serial communication  RS-232  RS-422  RS-485

Technology Training that Works Serial Communication  Data is sent and received one bit at a time over a communication channel.  Serial ports  9 pin and 25 pin  Used to communicate with terminals and peripheral devices  Also known as COM port, controlled by UART

Technology Training that Works Parallel Communication  8 (or 16 or 32) bits are sent and received simultaneously  Sent over a bus comprising 8 (or 16 or 32) channels, one for each bit.  Usually used within a device.

Technology Training that Works Connector – Types Types of serial port connectors

Technology Training that Works DTE vs. DCE  Devices that use serial cables for their communication  DTE  Data Terminal Equipment  E.g. computers, printers  Transmits on Pin 2  DCE  Data Communications Equipment  E.g. modems  Transmits on Pin 3

Technology Training that Works Asynchronous vs. Synchronous Asynchronous  No clock sent  Level sync  Character transfer  Susceptible to noise  Slow  Short lengths Synchronous  Clock sent  Edge sync  Packet transfer  Resistant to noise  Fast  Long distances

Technology Training that Works Serial Communication – Keywords  Handshaking - a procedure used to check the link between DTE & DCE before transmitting data  Baud Rate  Transmission speed  Number of bits that are actually being sent over the serial link  Type of Cables  Modem Cable  Null Modem Cables

Technology Training that Works Modem Cable Signal Description 9-pin DTE 25-pin DCE Remarks Carrier Detect (CD)18From Modem Receive Data (RD)23From Modem Transmit Data (TD)32From Terminal/Computer Data Terminal Ready (DTR)420From Terminal/Computer Signal Ground (SG)57From Modem Data Set Ready (DSR)66From Modem Request to Send (RTS)74From Terminal/Computer Clear to Send (CTS)85From Modem Ring Indicator (RI)922From Modem RS-232 Pinouts DB9 to DB25

Technology Training that Works Null Modem Cables Connecting 25 pin to 25 pin for Null Modem Signal description25-pin Signal description Receive Data32Transmit Data 23Receive Data Data Terminal Ready206+8 Data Set Ready + Carrier Detect System Ground77 Data Set Ready + Carrier Detect 6+820Data Terminal Ready Request to Send45Clear to Send 54Request to Send

Technology Training that Works Null Modem Cables Connecting 9 pin to 9 pin for Null modem Signal description9-pin Signal description Receive Data23Transmit Data 32Receive Data Data Terminal Ready46+1 Data Set Ready + Carrier Detect System Ground55 Data Set Ready + Carrier Detect 6+14Data Terminal Ready Request to Send78Clear to Send 87Request to Send

Technology Training that Works RS-232 Standard  Specifies the method of connection of a DTE and a DCE.  A DCE receives data from the DTE and retransmits it to another DCE via a data communications channel such as a telephone link.

Technology Training that Works RS-232 Connections Connection between DTE and DCE using DB-25 connectors

Technology Training that Works Voltage Levels

Technology Training that Works RS-232 Transmitters & Receivers

Technology Training that Works Half Duplex Operational Sequence of RS 232

Technology Training that Works RS-422 Interface Standard  Defines a balanced, or differential, data communications interface  Uses two separate wires for each signal  Permits very high data rates  Minimizes problems with varying ground potentials

Technology Training that Works The EIA-422 Balanced Line Driver Connections

Technology Training that Works EIA 422 Voltages vs. Real Life  EIA voltages: ±6 volts to ±2 volts  In real systems the voltage is between ±5 volts and ±.2 volts  Often the same chips that are used for 485 systems are used for 422  Typical measured voltage is approximately ±2 volts

Technology Training that Works EIA vs. Real Life Simplex  10Mbps  Differential  10 devices Half or full duplex  No speed defined  Differential  Point to point

Technology Training that Works RS-485 Interface Standard  Most versatile EIA standard  Distances of up to 1200m  Data rates of up to 10Mbps  32 line drivers  32 line receivers

Technology Training that Works RS-485  RS-485 is the most common voltage standard in use today for multi-drop communication systems.  This is because …  It is very resistant to noise  It can send data at high speeds  And can go long distances

Technology Training that Works Two-Wire Multidrop

Technology Training that Works Four Wire Network

Technology Training that Works DO YOU WANT TO KNOW MORE? If you are interested in further training or information, please visit: