18 Nov 2003Ryan Kittredge Digital Communications Ryan Kittredge Technical Topic Report 19 November 2003.

Slides:



Advertisements
Similar presentations
The 8051 Microcontroller Chapter 5 SERIAL PORT OPERATION.
Advertisements

I/O Interfaces.
DATA COMMUNICATIONS Some organisations concerned with standards: EIA - Electroonic Industries Association (RS standards including RS-232) IEEE - Institute.
Lecture 8: Serial Interfaces
Shift Register Application Chapter 22 Subject: Digital System Year: 2009.
Serial Communication Buses: I 2 C and SPI By Brody Dunn.
STUDY OF THE ARIZONA MICROCHIP MICRO CONTROLLERS MOSTEFA GHASSOUL DAMMAM TECHNICAL COLLEGE
NACK Digital Equalizer Nguyen Craig Petersen Andrew Nguyen Kevin Wong Group 7 CPSC © 2000 Midterm Proposal.
Spring EE 316 Computer Engineering Junior Lab Serial Ports.
Spring EE 316 Computer Engineering Junior Lab LCD modules, PROMs, Serial Ports.
7-1 Digital Serial Input/Output Two basic approaches  Synchronous shared common clock signal all devices synchronised with the shared clock signal data.
EET Advanced Digital Chapter 21 Serial Ports.
Local Asynchronous Communications. Bit-wise data transmission Data transmission requires: Encoding bits as energy Transmitting energy through medium Decoding.
RS232 Serial and Parallel Interfaces
SEQUENTIAL CIRCUITS USING TTL 74XX ICS
ECE 353 Introduction to Microprocessor Systems Michael G. Morrow, P.E. Week 13.
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.
06/25/091 Computer Interfacing Via the Parallel Port Carlos M. Oppus ECCE Program, AdMU.
Embedded Systems Design
Interfaces A practical approach. Lesson 2 I2C and SPI
Introduction to computer repair Chapter 1. Objectives After completing this chapter you will be able to ▫Identify common technician qualities ▫Understand.
PC Maintenance: Preparing for A+ Certification Chapter 7: Cables.
Technology Training that Works Hands of Data Communications, Networking & TCP/IP Troubleshooting.
PIC microcontrollers. PIC microcontrollers come in a wide range of packages from small chips with only 8 pins and 512 words of memory all the way up to.
1 © Unitec New Zealand I2C Lecture 10 Date: - 2 Nov, 2011 Embedded Hardware ETEC 6416.
Identification And Function
USART Communication using the RS standard ETEC6416.
Bluetooth based home automation system N.Sriskanthan, F.Tan, K. Karande Microprocessors and Microsystems 26(2002) Presenter: Bui Phuong Nhung.
Computers in Surveying SVY2301 / E4006 Automated Surveying.
Introduction Electrical Considerations Data Transfer Synchronization Bus Arbitration VME Bus Local Buses PCI Bus PCI Bus Variants Serial Buses 11/06/20141Input/Output.
LSU 06/04/2007Expanding the BASIC Stamp1 Expanding the BASIC Stamp: Useful peripherals Programming Unit, Lecture 6.
LSU 10/22/2004Serial I/O1 Programming Unit, Lecture 5.
Ballooning Bundle. What is a Microcontroller? Small computer with a processor core, memory and programmable input/output Continuously repeats software.
4.0 rtos implementation part II
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),
Input/Output mechanisms
UART and UART Driver B. Ramamurthy.
Organization of a computer: The motherboard and its components.
Lecture 20: Communications Lecturers: Professor John Devlin Mr Robert Ross.
IBM - CVUT Student Research Projects Remote Control of a Furby Toy with BlueTooth Tomáš Kunc
“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)
ECE 353 Introduction to Microprocessor Systems Michael Schulte Week 13.
COSC 456 Lesson 19: Laboratory 5 IBM PC Interfacing The parallel port is a 25-pin DB-25 (D-shaped) connector accessible from the back of the PC The expansion.
Other Chapters From the text by Valvano: Introduction to Embedded Systems: Interfacing to the Freescale 9S12.
MICROPROCESSOR AND MICRO CONTROLLER LAB
© 2008 RoboRubik1 11 Technical Communication Skills Practicum Theory of Operation and Hardware Design Narrative.
EE 316 Computer Engineering Junior Lab Serial Ports, LCD Displays & PROMs.
MICROPROCESSOR AND MICRO CONTROLLER
Universal Asynchronous Receiver/Transmitter (UART)
ATtiny23131 A SEMINAR ON AVR MICROCONTROLLER ATtiny2313.
智慧電子應用設計導論(1/3) Arduino MEGA 2560
Essentials of Communication This simple model requires many guarantees. Sender Receiver Communication Link Data.
Parts of a Computer. Keyboard: The input device that you use to type letters, numbers, and symbols into a computer.
ULTRA LOW CURRENT MEASUREMENT SYSTEM. A full diagram of a mass spectrometer.
Networked Embedded Systems Pengyu Zhang EE107 Spring 2016 Lecture 8 Serial Buses.
BY Names of team mates and USN numbers TITLE OF YOUR PROJECT college logo example.
USING TV REMOTE AS A CORDLESS MOUSE FOR THE COMPUTER
CORDLESS MOUSE FEATURES BY TV REMOTE USING PIC MICROCONTROLLER
Input / Output.
EE 107 Fall 2017 Lecture 5 Serial Buses – UART & SPI
Parts of a Computer I plan to use this presentation for an introduction at the start of the year. Maybe even create a “word wall” with the cards.
ATMEGA 32 CONNECTIONS TO RS232; UDR AND UCSR REGISTERS
C_ITCO011/C_ITCO111 LECTURER: E.DONDO
Physics 413 Chapter 10.
EEPROM Comparison – Parallel or Serial
Introduction to Microprocessors and Microcontrollers
Serial Communication Interface
8051 Micro Controller.
CHAPTER SERIAL PORT PROGRAMMING. Basics of Serial Communication Computers transfer data in two ways: ◦ Parallel  Often 8 or more lines (wire.
Presentation transcript:

18 Nov 2003Ryan Kittredge Digital Communications Ryan Kittredge Technical Topic Report 19 November 2003

18 Nov 2003Ryan Kittredge Three common types IEEE 1284 – Parallel port LPT1 RS232 – Serial port COM1 IIC – Inter-Integrated Circuit “I squared C”

18 Nov 2003Ryan Kittredge Parallel Port LPT1 A 25 pin connector on PC commonly known as the printer port. Uses standard logic levels. –Logic 1 = 5V Logic 0 = 0V Data is in ‘parallel’ via 8 data lines. –Can be configured for input or output. There are 5 status lines that are inputs. There are 4 control lines that are outputs.

18 Nov 2003Ryan Kittredge Serial Port COM1 A 9 pin connector on PC. Uses negative logic –Logic 1 = -3V to -12V Logic 0 = 3V to 12V Requires a method to convert back to standard logic. –MAX232 chip, UART – Universal Asynchronous Receiver / Transmitter. There are 3 lines required for operation. –Transmit, Receive, and Ground.

18 Nov 2003Ryan Kittredge

18 Nov 2003Ryan Kittredge IIC – ‘I squared C’ Uses two wires to communicate serially. –SCL – Serial Clock Line –SDA – Serial Data Line Uses standard logic levels. Software could be used to manipulate the parallel port to communicate with a ‘home made’ version of IIC.

18 Nov 2003Ryan Kittredge

18 Nov 2003Ryan Kittredge Pro’s and Con’s Requires timer from HC08 Pins used on HC08 Additional Hardware Required Ease of Impleme- ntation Best Choice Parallel Port N 10 N Easiest Y Serial Port Y 2 Y Hardest N IIC N 2 N Medium Y

18 Nov 2003Ryan Kittredge Questions? Thank you