1 Chap. 3 Interface. 2 Interface  Physical connection between node and transceiver  Network interface card (NIC)  Physical connection between transceivers.

Slides:



Advertisements
Similar presentations
Chapter 3: Introduction to Data Communications and Networking
Advertisements

Telecommunication Technologies
DATA COMMUNICATIONS Some organisations concerned with standards: EIA - Electroonic Industries Association (RS standards including RS-232) IEEE - Institute.
SPI Serial Peripheral Interface. SPI Serial Peripheral Interface is communication between two devices, one bit at a time sequential one bit at time over.
Chapter 4 Making Connections. 2 Introduction  Examine the interface between a computer and a device. This interface occurs at the physical layer.  Connecting.
EECS 373 Design of Microprocessor-Based Systems Prabal Dutta
Computer Networks1 Chapter 4 Digital Transmission.
1 Pertemuan 12 Layer Physical Matakuliah: H0174/Jaringan Komputer Tahun: 2006 Versi: 1/0.
1 Chapter Four Making Connections. 2 Introduction Connecting peripheral devices to a computer has, in the past, been a fairly challenging task Newer interfaces.
Presented by: Reshef Schreiber Itay Leibovich Instructed by: Eran Segev.
COE 342: Data & Computer Communications (T042) Dr. Marwan Abu-Amara Chapter 6: Digital Data Communications Techniques.
7-1 Digital Serial Input/Output Two basic approaches  Synchronous shared common clock signal all devices synchronised with the shared clock signal data.
William Stallings Data and Computer Communications 7th Edition Chapter 6 Digital Data Communications Techniques.
Data Communications Chapter 6 The Data Communications Interface.
Chapter 6 - Physical Layer It is about the characteristics of Physical Layer, the lowest layer in the ISO/OSI reference model. Most of the network problems.
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.
Interfaces A practical approach. Lesson 2 I2C and SPI
CIT 307 Online Data Communications Digital Transmission Module 5 Kevin Siminski, Instructor.
University of Tehran 1 Interface Design Serial Communications Omid Fatemi.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
Transmission Modes Serial Transmission  One bit is transmitted on a circuit at a time  Usually there is one transmit circuit and one receive circuit.
Arctic RS-485 / RS-422. RS- 485 Also known as RS-485 Half Duplex, RS wire same pair is used to transmit and receive data only one device can transmit.
4.0 rtos implementation part II
DEVICES AND COMMUNICATION BUSES FOR DEVICES NETWORK–
Universal Synchronous/Asynchronous Receiver/Transmitter (USART)
Lecture 20: Communications Lecturers: Professor John Devlin Mr Robert Ross.
1 Microprocessor-based Systems Course 9 Design of the input/output interfaces (continue)
Line Coding, Modem, RS232 interfacing sequences.
“Describe the overview of hardware interfacing and the serial communication interface. Describe the PIC18 connections to RS232. Explain the serial port.
Universal Asynchronous Receiver/Transmitter (UART)
Serial Communications
Day 7 Connections. Standards Unless we had connection standards nothing would be interchangeable. –There would be different printers for Macs and Windows.
CT1303 LAN LECTURE 15.
ECS 152A 4. Communications Techniques. Asynchronous and Synchronous Transmission Timing problems require a mechanism to synchronize the transmitter and.
Session 3. Objectives: By the end of this session, the student will be able to: Identify a dial-up modem and cite its basic operating characteristics.
Universal Asynchronous Receiver/Transmitter (UART)
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.
Lecture 2 Physical Layer Standards. DTE-DCE INTERFACE Two terms are important in computer networking: – Data terminal equipment(DTE) – Data circuit-terminating.
Digital Interfaces An interface links two devices Interface Standards define: – mechanical specifications - how many wires & connector type –electrical.
Ch. 6 Digital Data Communication Techniques
Review: The physical layer. Bandwidth/Capacity bit rate/baud rate How to determine the number of bits per symbol? Relation between the bandwidth and capacity:
1 © 2004, Cisco Systems, Inc. All rights reserved. CCNA 4 v3.1 Module 3 PPP.
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
Unit 3 Physical Layer.
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.
©F.M. Rietti Communication Lines Fundamentals. ©F.M. Rietti LM-18 Computer Science SSI Embedded Systems I 2 Communication Lines Generally used to connect.
William Stallings Data and Computer Communications
RS-232 Communications.
EE 107 Fall 2017 Lecture 5 Serial Buses – UART & SPI
Computer buses Adam Hoover connecting stuff together
ECE 3430 – Intro to Microcomputer Systems
Chapter 6 Transmission of Digital Data Interfaces and Modems
DATA COMMUNICATION Lecture-21.
Pemrosesan Data Tersebar
BJ Furman ME 106 Fundamentals of Mechatronics 15NOV2012
William Stallings Data and Computer Communications 7th Edition
CCNA 4 Chapter 2 PPP.
Serial Communication Interface
DATA COMMUNICATION Lecture-8.
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
RS-422 Interface.
ANALOG AND DIGITAL PHYSICAL INTERFACES
PIC Serial Port Interfacing
Chapter 6. Data Communications Interface
Figure Serial versus Parallel Data Transfer
PIC Serial Port Interfacing
William Stallings Data and Computer Communications
Presentation transcript:

1 Chap. 3 Interface

2 Interface  Physical connection between node and transceiver  Network interface card (NIC)  Physical connection between transceivers Characteristics of Interface  Mechanical  defines cable, connector for connection  Electrical  defines voltage level, signal timing, encoding  Functional  defines function of signal line and control line (data, control, timing, grounding, etc)  Procedural  defines sequence of events via signal and control line

3 RS232C  Interface standard for serial transmission regulated by EIA  3 type (A, B and C) are defined, but C version (RS232C) is widely used Mechanical spec  25pin connector and 9 pin connector Electrical spec  bipolar NRZ-L  -3V - -12V -> 1, +3V - +12V -> 0  Less than data rate of 20Kbps, shorter than transmission range of 15m

4 Functional spec  GND : logical ground  TxD : transmitted data  RxD : received data

5 RS422 and RS485 RS422  Differential encoding  voltage difference between two line is negative -> 1  4 line is used for full duplex (2 line for transmission, 2 line for reception)  1 driver, 32 receiver  Because data link later is not defined, additional function is developed by user RS485  Differential encoding  +-12V is used for encoding,  2 line for half duplex  1 driver, 32 receiver

6 Transmission characteristics of RS422 and RS485  Distance of 1.2Km, data rate of 10Mbps SpecificationRS232CRS422RS485 voltage modesingle-endeddifferential max. number of driver/receiver 1 driver 1 receiver 1 driver 32 receivers 32 drivers 32 receivers max. distanceabout 15 mabout 1.2 km max. data rate20 Kbps10 Mbps transmission modefull duplex half duplex max. output voltage ±25V -0.25V to +6V-7V to +12V max. input voltage±15V-7V to +7V-7V to +12V

7 SPI SPI (serial peripheral interface)  Defined by Motorola  4 lines for synchronous transmission (MOSI, MISO, SCK, /SS)  Data rate of several 10’s Mbps