Introduction to Serial I/O

Size: px
Start display at page:

Download "Introduction to Serial I/O"

Transcription

1 CS/ECE 6780/5780 Al Davis Serial I/O Today s topics: general concepts in preparation for Lab 8 1 CS 5780 Introduction to Serial I/O 2 CS 5780 Page 1

2 A Serial Channel 3 CS 5780 Definitions 4 CS 5780 Page 2

3 Bandwidth 5 CS 5780 More Basics Classic UART: DTE & DCE communications UART is the port» for Freescale this is SCI (serial communications interface) this is just one instance as usual signaling levels are TTL interface logic can be used to convert to RS232 levels e.g. MAX232, MC chips» parity is generated by Tx side and checked by Rx side 6 CS 5780 Page 3

4 Half Duplex Signalling Half Duplex normal usage» fixed Tx and Rx side a.k.a. Simplex signalling expanded version» send can come from either side but only in one direction at a time» problem = collisions solution same as with Ethernet CDMA transmit & receive + compare if Tx & Rx values aren t the same then collision & retry 7 CS 5780 Other Issues Full Duplex more wires but 2 independent communication channels» concurrent send and receive buffers Timing send and receive baud rates must be the same Asynchronous (e.g. SCI) separate send and receive clocks» start sequence is used to synch clocks for the frame model is that drift won t be enough to cause errors intra-frame in high speed signaling (e.g. HT, QPI, etc.) this is a big problem and requires complex and energy hungry circuitry long transmission paths also require significant pre- and post-emphasis circuits Synchronous: multiple options common clock (e.g. SPI) Tx side clock source synchronous signaling 8 CS 5780 Page 4

5 SCI & SPI Illustrated 9 CS 5780 Protocols & Specifications There are many Each one has specifications electrical» what voltage levels mean what logical value» current sink and source requirements cables» often limited to some max length mechanical» what does the connector look like & pin function 10 CS 5780 Page 5

6 2 Common Freescale Options Simple SCI SCI to RS232 conversion 11 CS 5780 RS232 Output Specifications 12 CS 5780 Page 6

7 RS232 DB9 Pin Assignments 13 CS 5780 A Simple Serial Network 14 CS 5780 Page 7

8 RS422/RS423/RS485 Specifications 15 CS 5780 Universal Serial Bus (USB) 16 CS 5780 Page 8

9 Optical SCI Channel Where & Why would you want to do this? 17 CS 5780 SCI 18 CS 5780 Page 9

10 Transmitting in Asynchronous Mode 19 CS 5780 Control Bits for the Transmitter NOTE: Tx Data Reg Empty (TDRE) flag signals that the SCDR register is empty, TDRE is cleared by reading it. Different from previous flag clearing methods where you had to write a 1 to the flag. Read of TC flag (transmit complete) similarly clears it Then write to the SCDR 20 CS 5780 Page 10

11 Transmission Illustrated 21 CS 5780 Pseudo Code for Transmission Process 22 CS 5780 Page 11

12 Receiving in Asynchronous Mode 23 CS 5780 Control Bits for the Receiver 24 CS 5780 Page 12

13 Status Bits Generated by the Receiver 25 CS 5780 Receiving Illustrated 26 CS 5780 Page 13

14 Pseudo Code for Receive Process 27 CS S12C32 SCI Details 28 CS 5780 Page 14

15 More SCI Details 29 CS 5780 SCI I/O Interrupts 30 CS 5780 Page 15

16 SCI Rx, Tx, & ISR s TxFifo full wait until there is space RxFifo full data was lost due to Rx buffer over run 31 CS 5780 SCI Interface Ritual 32 CS 5780 Page 16

17 SCI Interface ISR 33 CS 5780 SCI In/Out Character 34 CS 5780 Page 17

18 Serial Port Printer Interfaces Note: 2 approaches DTR is a handshake saying send me another frame Xoff is a shut up signal more efficient for larger buffers but some timing complexity for on the fly & response time issues 35 CS 5780 SCI Simplex Printer Interface (w/ DTR handshake) 36 CS 5780 Page 18

19 Serial Output w/ DTR 37 CS 5780 DTR Handshake ISR 38 CS 5780 Page 19

20 Serial Output to Printer 39 CS 5780 Using XON/XOFF (busy waiting) 40 CS 5780 Page 20

21 Synchronous = SPI (3 options) 41 CS 5780 SPI Master/Slave Example 42 CS 5780 Page 21

22 SPI Fundamentals 43 CS 5780 More SPI Fundamentals Mode fault occurs when master and slave synchronization is wrong e.g. 2 masters 44 CS 5780 Page 22

23 SPI Pseudo Code 45 CS 5780 SPI Modes CPOL sets SCLK polarity e.g. what is IDLE CPHA sets even or odd clock edges for the receiver shift register 46 CS 5780 Page 23

24 9S12C32 SPI Details (Port M) SPIBR register 47 CS 5780 SPI Control Registers 48 CS 5780 Page 24

25 SPI Modes 49 CS 5780 SPI Mode Selections 50 CS 5780 Page 25

26 Concluding Remarks Serial I/O is very common USB is obviously everywhere SPI & SCI are more prevalent in embedded systems» primarily because it s low cost» most controllers support this your kits support both» difference is synch vs. asynch Too much detail already but advise that you take a look at the DAC application we ll go through the full SCI ritual next lecture» in prep for Lab 8 SPRING BREAK hope you have some fun hope I can catch up 51 CS 5780 Page 26

Page 1. Introduction to Serial I/O. Definitions. A Serial Channel CS/ECE 6780/5780. Al Davis. Today s topics: Serial I/O

Page 1. Introduction to Serial I/O. Definitions. A Serial Channel CS/ECE 6780/5780. Al Davis. Today s topics: Serial I/O Introduction to Serial I/O CS/ECE 6780/5780 Al Davis Serial I/O Today s topics: general concepts in preparation for Lab 8 1 CS 5780 2 CS 5780 A Serial Channel Definitions 3 CS 5780 4 CS 5780 Page 1 Bandwidth

More information

Miniature Synchronous/Asynchronous Fiber Optic Modems

Miniature Synchronous/Asynchronous Fiber Optic Modems SEPTEMBER 003 ME1570A-FST Miniature Synchronous/Asynchronous Fiber Optic Modems CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S.: Call 877-877-BBOX (outside U.S. call 74-746-5500) FREE technical

More information

Low-speed serial buses are used in wide variety of electronics products. Various low-speed buses exist in different

Low-speed serial buses are used in wide variety of electronics products. Various low-speed buses exist in different Low speed serial buses are widely used today in mixed-signal embedded designs for chip-to-chip communication. Their ease of implementation, low cost, and ties with legacy design blocks make them ideal

More information

DXI SAC Software: Configuring a CCTV Switcher. Table of Contents

DXI SAC Software: Configuring a CCTV Switcher. Table of Contents APPLICATION NOTE MicroComm DXI DXI SAC Software: Configuring a CCTV Switcher Table of Contents 1. Intent & Scope... 2 2. Introduction... 2 3. Options and Parameters... 2 3.1 When to switch the CCTV...2

More information

Fiber Optic Extender User Manual. Model: CV-F01-TX

Fiber Optic Extender User Manual. Model: CV-F01-TX Fiber Optic Extender User Manual Model: CV-F01-TX 1. I/O Connectors Figure 1 CV-F01-TX Fiber Optic Transmitter I/O Connectors 2. Connection introduction Figure 2 CV-F01-TX Fiber Optic Transmitter Connection

More information

Contents Specifications Functions Used Operations Software. Functions Used. Serial Data Transmission in Asynchronous Mode

Contents Specifications Functions Used Operations Software. Functions Used. Serial Data Transmission in Asynchronous Mode Contents Specifications Functions Used Operations Software Functions Used Serial Data Transmission in Asynchronous Mode ------------------------------------------------- 1. In this task example, a Serial

More information

SY-HDBT-100 Extender Set

SY-HDBT-100 Extender Set Installation Guide SY-HDBT-100 Extender Set with HDMI, IR, RS232 and Ethernet over 100m of cat6 Cable HDBaseT HDMI Extenders SY Electronics Ltd, Unit 7, Worrall Street, Salford, Greater Manchester, M5

More information

Functional Diagram: Figure 1 PCIe4-SIO8BX-SYNC Block Diagram. Chan 1-4. Multi-protocol Transceiver. 32kb. Receiver FIFO. 32kb.

Functional Diagram: Figure 1 PCIe4-SIO8BX-SYNC Block Diagram. Chan 1-4. Multi-protocol Transceiver. 32kb. Receiver FIFO. 32kb. PCIe4-SIO8BX-SYNC High Speed Eight Channel Synchronous Serial to Parallel Controller Featuring RS485/RS232 Serial I/O (Software Configurable) and 32k Byte FIFO Buffers (512k Byte total) The PCIe4-SI08BX-SYNC

More information

High Speed Async to Sync Interface Converter

High Speed Async to Sync Interface Converter DECEMBER 1995 IC558A High Speed Async to Sync Interface Converter High Speed Async To Sync Interface Converter CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight

More information

Point System (for instructor and TA use only)

Point System (for instructor and TA use only) EEL 4744C - Drs. George and Gugel Spring Semester 2002 Final Exam NAME SS# Closed book and closed notes examination to be done in pencil. Calculators are permitted. All work and solutions are to be written

More information

RF4432 wireless transceiver module

RF4432 wireless transceiver module RF4432 wireless transceiver module 1. Description RF4432 adopts Silicon Lab Si4432 RF chip, which is a highly integrated wireless ISM band transceiver. The features of high sensitivity (-121 dbm), +20

More information

CPCI-SIO4ARHM Quad Channel High Performance Serial I/O CPCI CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols

CPCI-SIO4ARHM Quad Channel High Performance Serial I/O CPCI CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols CPCI-SIO4ARHM Quad Channel High Performance Serial I/O CPCI CARD With up to 256Kbytes of buffering and Multiple Serial Protocols Features Include: 4 Full-Duplex Serial Channels Either RS-422/485 or interface

More information

SignalTap Plus System Analyzer

SignalTap Plus System Analyzer SignalTap Plus System Analyzer June 2000, ver. 1 Data Sheet Features Simultaneous internal programmable logic device (PLD) and external (board-level) logic analysis 32-channel external logic analyzer 166

More information

SY-HDBT-SLIM-100S Extender Set

SY-HDBT-SLIM-100S Extender Set Installation Guide SY-HDBT-SLIM-100S Extender Set with HDMI, Ethernet, IR, RS232 and Power over 100m of cat6 Cable HDBaseT HDMI Extenders SY Electronics Ltd, Unit 7, Worrall Street, Salford, Greater Manchester,

More information

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1

Interfacing Analog to Digital Data Converters. A/D D/A Converter 1 Interfacing Analog to Digital Data Converters A/D D/A Converter 1 In most of the cases, the PPI 8255 is used for interfacing the analog to digital converters with microprocessor. The analog to digital

More information

F M2SDI 2 Ch Tx & Rx. HD SDI Fiber Optic Link with RS 485 & Aux. User Manual

F M2SDI 2 Ch Tx & Rx. HD SDI Fiber Optic Link with RS 485 & Aux. User Manual User Manual F M2SDI 2 Ch Tx & Rx HD SDI Fiber Optic Link with RS 485 & Aux User Manual CHAPTER 1. SYSTEM INTRODUCTION 1.1 OVERVIEW 1.2 FEATURE 1.3 APPLICATION CHAPTER 2. F M2SDI ENCLOSURES 2.1 FRONT PANEL

More information

Computer - Digital Output - Modem - Analog - RJ 11 Output Jack

Computer - Digital Output - Modem - Analog - RJ 11 Output Jack MODEM Converting Digital to Analog and Analog to Digital Computer - Digital Output - Modem - Analog - RJ 11 Output Jack SCTE VA 2.1 In the Beginning Limited Market Controlled Environment Specialists to

More information

STA2051E VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS 1 FEATURES. Figure 1. Packages

STA2051E VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS 1 FEATURES. Figure 1. Packages STA2051 VESPUCCI 32-BIT SINGLE CHIP BASEBAND CONTROLLER FOR GPS AND TELEMATIC APPLICATIONS DATA BRIEF 1 FEATURES ARM7TDMI 16/32 bit RISC CPU based host microcontroller. Complete Embedded Memory System:

More information

The University of Texas at Dallas Department of Computer Science CS 4141: Digital Systems Lab

The University of Texas at Dallas Department of Computer Science CS 4141: Digital Systems Lab The University of Texas at Dallas Department of Computer Science CS 4141: Digital Systems Lab Experiment #5 Shift Registers, Counters, and Their Architecture 1. Introduction: In Laboratory Exercise # 4,

More information

Stevens SatComm FAQs For use with SatCommSet or Terminal Setup programs

Stevens SatComm FAQs For use with SatCommSet or Terminal Setup programs Stevens SatComm FAQs For use with SatCommSet or Terminal Setup programs Q. What are the channel assignments for On Air Test Mode? A. The assigned GOES test channels are as follows: GOES West 300 Baud:

More information

Viewing Serial Data on the Keysight Oscilloscopes

Viewing Serial Data on the Keysight Oscilloscopes Ming Hsieh Department of Electrical Engineering EE 109L - Introduction to Embedded Systems Viewing Serial Data on the Keysight Oscilloscopes by Allan G. Weber 1 Introduction The four-channel Keysight (ex-agilent)

More information

FOM-1090 FOM-1090 FOM FOM-1090 w/ DB-25 Female FOM-1091 w/ DB-25 Male

FOM-1090 FOM-1090 FOM FOM-1090 w/ DB-25 Female FOM-1091 w/ DB-25 Male Serial Data Communications Synchronous, Asynchronous or Isochronous Signal rates: DC to 20 MHz FOM-1090 w/ DB-25 Female FOM-1091 w/ DB-25 Male Supported Interface Standards TIA-530, TIA-530A TIA-232 TIA-574

More information

Serial Peripheral Interface

Serial Peripheral Interface Serial Peripheral Interface ECE 362 https://engineering.purdue.edu/ee362/ Rick Reading Assignment Textbook, Chapter 22, Serial Communication Protocols, pp. 527 598 It s a long chapter. Let s first look

More information

Fibre Optic Modem ODW-611

Fibre Optic Modem ODW-611 Fibre Optic Modem ODW-611 PROFIBUS DP to fibre optic link, point-to-point applications The ODW-611 is a fibre optic modem designed for point-to-point fibre optic connections between PROFI- BUS DP networks.

More information

TECHNICAL SPECIFICATION ERC 1340

TECHNICAL SPECIFICATION ERC 1340 Page 1 sur 9 TECHNICAL SPECIFICATION ERC 1340 Date Indice Nature des modifications Rédaction Nom/visa 19/05/2007 0 Première rédaction BF Vérification Nom/visa Approbation Nom/visa Page 2 sur 9 CONTENT

More information

PMC-SIO4 Quad Channel High Performance Serial I/O PMC CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols

PMC-SIO4 Quad Channel High Performance Serial I/O PMC CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols PMC-SIO4 Quad Channel High Performance Serial I/O PMC CARD With up to 256Kbytes of FIFO buffering and Multiple Serial Protocols Features Include: 4 Full-Duplex Serial Channels Either RS-422/45 or RS232

More information

INSTALLATION MANUAL FT-FOTR-1VDE-ST-S

INSTALLATION MANUAL FT-FOTR-1VDE-ST-S INSTALLATION MANUAL FT-FOTR-1VDE-ST-S 1-Channel Digital Duplex Baseband Video Transmitter and Receiver With Reverse Data Transmission & Ethernet Transmission v1.0 4/5/11 1 PACKAGE CONTENTS This package

More information

Amplification. Most common signal conditioning

Amplification. Most common signal conditioning 1. Labview basics virtual instruments, data flow, palettes 2. Structures for, while, case,... editing techniques 3. Controls&Indicators arrays, clusters, charts, graphs 4. Additional lecture State machines,

More information

RF4432F27 wireless transceiver module

RF4432F27 wireless transceiver module RF4432F27 wireless transceiver module 1. Description RF4432F27 is 500mW RF module embedded with amplifier and LNA circuit. High quality of component, tightened inspection and long term test make this module

More information

RS-232 to Multi-Mode Fiber Optic Media Converter

RS-232 to Multi-Mode Fiber Optic Media Converter RS-232 to Multi-Mode Fiber Optic Media Converter (ID-SC0F11-S1) User s Manual 04-0780A - 1 - Introduction This converter converts RS 232 signals to fiber for data transmission and communication Features

More information

1 Watt, MHz, SMT Tunable Band Pass Filter (MINI-ERF ) 1.75 x 2.40 x 0.387

1 Watt, MHz, SMT Tunable Band Pass Filter (MINI-ERF ) 1.75 x 2.40 x 0.387 MN-3-52-X-S4 1 Watt, 3 52 MHz, SMT Tunable Band Pass Filter (MINI-ERF ) 1.75 x 2.4 x.387 Typical Applications Military Radios Military Radar SATCOM Test and Measurement Equipment Industrial and Medical

More information

Fibre Optic Modem ODW-622

Fibre Optic Modem ODW-622 Fibre Optic Modem ODW-622 RS-232 to fibre optic link, redundant ring or multidrop applications The ODW-622 can be used to create either redundant ring or multidrop solutions for devices with RS-232 interfaces.

More information

HDMI Extender via 4 Single-mode fibers 4 x LC Connector Extends HDMI + RS232 full-duplex up to 1500 meters

HDMI Extender via 4 Single-mode fibers 4 x LC Connector Extends HDMI + RS232 full-duplex up to 1500 meters Description AMRT-FD-05K-4LC extender enables PC HDMI and RS232 link to far end display monitor through fibers, and the maximum communication distance is up to 1500 meters. AMRT-FD-05K-4LC is pure hardware

More information

User Manual Entry Line Industrial Fast Ethernet Switch 4x 10/100Base-TX, 1x 100Base-X Fiber Port 4x PoE+ up to 30W

User Manual Entry Line Industrial Fast Ethernet Switch 4x 10/100Base-TX, 1x 100Base-X Fiber Port 4x PoE+ up to 30W User Manual Entry Line Industrial Fast Ethernet Switch 4x 10/100Base-TX, 1x 100Base-X Fiber Port 4x PoE+ up to 30W Entry Line Fast Ethernet Switch Fast Ethernet Switch with PoE+ for Industrial Use Page

More information

Industrial 10/100 Base-TX to 100 Base-FX Media Converter NS-200AFC-T/NS-200AFCS-T/NS-200AFCS-60T +12 ~ +48

Industrial 10/100 Base-TX to 100 Base-FX Media Converter NS-200AFC-T/NS-200AFCS-T/NS-200AFCS-60T +12 ~ +48 NS-200AF Series Industrial 0/00 Base-TX to 00 Base-FX Media Converter NS-200AFC-T/NS-200AFCS-T/NS-200AFCS-60T NS-200AFT-T 00Base-FX e F -30 ~ +75 +2 ~ +8 LAN x x Fiber Optic Features C C Temperature Automatic

More information

MBUS 10 RS232 TO MBUS LEVEL CONVERTER

MBUS 10 RS232 TO MBUS LEVEL CONVERTER Media and protocol converters MBUS 10 RS232 TO MBUS LEVEL CONVERTER RS232 to MBus level conversion Maximum 10 MBus slaves Baud Rate: 300 to 19200 bps RS232 MBus opto isolation Over-current and short-circuit

More information

CATALOG NUMBER: HK-MX-VGA-X-Y Product Name

CATALOG NUMBER: HK-MX-VGA-X-Y Product Name Product Name Screen matrix switcher Describe Matrix switcher is a high-performance intelligent matrix switch device designed for switching of audio and video signals. It switches all audio and video input

More information

Modular Matrix Solution. Complete A/V Signal Control in One Expandable System.

Modular Matrix Solution. Complete A/V Signal Control in One Expandable System. Modular Matrix Solution Complete A/V Signal Control in One Expandable System www.aten.com Overview When video is displayed across multiple screens to maximize marketing, live broadcasting or real-time

More information

medlab One Channel ECG OEM Module EG 01000

medlab One Channel ECG OEM Module EG 01000 medlab One Channel ECG OEM Module EG 01000 Technical Manual Copyright Medlab 2012 Version 2.4 11.06.2012 1 Version 2.4 11.06.2012 Revision: 2.0 Completely revised the document 03.10.2007 2.1 Corrected

More information

Logic Devices for Interfacing, The 8085 MPU Lecture 4

Logic Devices for Interfacing, The 8085 MPU Lecture 4 Logic Devices for Interfacing, The 8085 MPU Lecture 4 1 Logic Devices for Interfacing Tri-State devices Buffer Bidirectional Buffer Decoder Encoder D Flip Flop :Latch and Clocked 2 Tri-state Logic Outputs

More information

MMB Networks EM357 ZigBee Module

MMB Networks EM357 ZigBee Module MMB Networks EM357 ZigBee Module Z357PA10-SMT, Z357PA10-USN, Z357PA10-UFL Document Rev 4.0 The MMB Networks EM357 ZigBee Module is a drop-in ZigBee Smart Energy and Home Automation solution. Preloaded

More information

[Krishna*, 4.(12): December, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785

[Krishna*, 4.(12): December, 2015] ISSN: (I2OR), Publication Impact Factor: 3.785 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY DESIGN AND IMPLEMENTATION OF BIST TECHNIQUE IN UART SERIAL COMMUNICATION M.Hari Krishna*, P.Pavan Kumar * Electronics and Communication

More information

INSTRUCTION MANUAL FOR MODEL IOC534 LOW LATENCY FIBER OPTIC TRANSMIT / RECEIVE MODULE

INSTRUCTION MANUAL FOR MODEL IOC534 LOW LATENCY FIBER OPTIC TRANSMIT / RECEIVE MODULE 210 South Third Street North Wales, PA USA 19454 (T) 215-699-2060 (F) 215-699-2061 INSTRUCTION MANUAL FOR LOW LATENCY FIBER OPTIC TRANSMIT / RECEIVE MODULE i TO THE CUSTOMER Thank you for purchasing this

More information

Implementing Audio IP in SDI II on Arria V Development Board

Implementing Audio IP in SDI II on Arria V Development Board Implementing Audio IP in SDI II on Arria V Development Board AN-697 Subscribe This document describes a reference design that uses the Audio Embed, Audio Extract, Clocked Audio Input and Clocked Audio

More information

HK-DID-MXA-VGA-X-Y. Product Name. Describe. Application. Characteristic. Product Model. Screen Matrix Switcher

HK-DID-MXA-VGA-X-Y. Product Name. Describe. Application. Characteristic. Product Model. Screen Matrix Switcher Product Name Screen Matrix Switcher Describe Matrix switcher is a high-performance intelligent matrix switch device designed for switching of audio and video signals. It switches all audio and video input

More information

Hello, and welcome to this presentation of the STM32 Serial Audio Interface. I will present the features of this interface, which is used to connect

Hello, and welcome to this presentation of the STM32 Serial Audio Interface. I will present the features of this interface, which is used to connect Hello, and welcome to this presentation of the STM32 Serial Audio Interface. I will present the features of this interface, which is used to connect external audio devices 1 The Serial Audio Interface

More information

Alice EduPad Board. User s Guide Version /11/2017

Alice EduPad Board. User s Guide Version /11/2017 Alice EduPad Board User s Guide Version 1.02 08/11/2017 1 Table OF Contents Chapter 1. Overview... 3 1.1 Welcome... 3 1.2 Launchpad features... 4 1.3 Alice EduPad hardware features... 4 Chapter 2. Software

More information

3G fiber. TL7075/76 Optical 3Gbit/s Link solution with full duplex Communication Channel. TL Features. TL Features

3G fiber. TL7075/76 Optical 3Gbit/s Link solution with full duplex Communication Channel. TL Features. TL Features Thunderlink TL7075/7076 video modules provide a compact and flexible optical based 3G/HD-SDI transmission solution. TL7075 connects to any Sony FCB-EV, FCB-EH or FCB-SE block camera module and acts as

More information

Arduino Hacking Village THOTCON 0x9

Arduino Hacking Village THOTCON 0x9 Arduino Hacking Village THOTCON 0x9 Logic Analyzer Lab Use a Logic Analyzer to inspect common embedded system protocols Lab time: 5-20 minutes Overview Embedded systems use a variety of protocols to communicate

More information

Specifications XTP CrossPoint 1600 and XTP CrossPoint 3200 Series

Specifications XTP CrossPoint 1600 and XTP CrossPoint 3200 Series Specifications XTP CrossPoint 1600 and XTP CrossPoint 3200 Series Video input XTP CP 4i, XTP CP 4i DMA Number/signal type... 4 sets of proprietary twisted pair AV signals Connectors... 4 female RJ-45 per

More information

AI-1204Z-PCI. Features. 10MSPS, 12-bit Analog Input Board for PCI AI-1204Z-PCI 1. Ver.1.04

AI-1204Z-PCI. Features. 10MSPS, 12-bit Analog Input Board for PCI AI-1204Z-PCI 1. Ver.1.04 10MSPS, 12-bit Analog Board for PCI AI-1204Z-PCI * Specifications, color and design of the products are subject to change without notice. This product is a PCI bus-compliant interface board that expands

More information

DX-10 tm Digital Interface User s Guide

DX-10 tm Digital Interface User s Guide DX-10 tm Digital Interface User s Guide GPIO Communications Revision B Copyright Component Engineering, All Rights Reserved Table of Contents Foreword... 2 Introduction... 3 What s in the Box... 3 What

More information

F M1SDI 1 Ch Tx & Rx. HD SDI Fiber Optic Link with RS 485. User Manual

F M1SDI 1 Ch Tx & Rx. HD SDI Fiber Optic Link with RS 485. User Manual User Manual F M1SDI 1 Ch Tx & Rx HD SDI Fiber Optic Link with RS 485 User Manual 1Introduction 1.1Overview 1.2Features 1.3Application 2 Panel 2.1 Front Panel 2.2 Rear Panel 3Technical Specification Contents

More information

Multiplex Serial Interfaces With HOTLink

Multiplex Serial Interfaces With HOTLink Introduction Serial interfaces have been used for digital communications almost as long as digital logic has been in existence. By far the largest majority of these serial interfaces operate at what are

More information

3rd Slide Set Computer Networks

3rd Slide Set Computer Networks Prof. Dr. Christian Baun 3rd Slide Set Computer Networks Frankfurt University of Applied Sciences WS1718 1/41 3rd Slide Set Computer Networks Prof. Dr. Christian Baun Frankfurt University of Applied Sciences

More information

Chapter 1 HDMI-FMC Development Kit Chapter 2 Introduction of the HDMI-FMC Card Chapter 3 Using the HDMI-FMC Board...

Chapter 1 HDMI-FMC Development Kit Chapter 2 Introduction of the HDMI-FMC Card Chapter 3 Using the HDMI-FMC Board... Chapter 1 HDMI-FMC Development Kit... 2 1-1 Package Contents... 3 1-2 HDMI-FMC System CD... 3 1-3 Getting Help... 3 Chapter 2 Introduction of the HDMI-FMC Card... 4 2-1 Features... 5 2-2 Block Diagram

More information

Ethernet Media Converters

Ethernet Media Converters Allied Telesyn AT-MC13, AT-MC14, AT-MC15 and AT-MC16 Media Converters Seite 1 von 5 AT-MC13 Media Converter UTP to Fiber "ST" AT-MC14 Media Converter UTP to Fiber "SC" AT-MC15 Media Converter UTP to BNC

More information

Viewing Serial Data on the Keysight Oscilloscopes

Viewing Serial Data on the Keysight Oscilloscopes Ming Hsieh Department of Electrical Engineering EE 109L - Introduction to Embedded Systems Viewing Serial Data on the Keysight Oscilloscopes by Allan G. Weber 1 Introduction The four-channel Keysight (ex-agilent)

More information

MAXCOM PRODUCT SPECIFICATIONS FIBER OPTIC VIDEO / AUDIO / ASI LINK. Model MX3257HD. Description. Features. Model Selection Guide

MAXCOM PRODUCT SPECIFICATIONS FIBER OPTIC VIDEO / AUDIO / ASI LINK. Model MX3257HD. Description. Features. Model Selection Guide MAXCOM PRODUCT SPECIFICATIONS FIBER OPTIC VIDEO / AUDIO / ASI LINK Model MX3257HD Description The rack-mountable MX3257HD fiber optic video multiplexer is ideal for transmitting 1 channel of video, 2 channels

More information

2.13inch e-paper HAT (D) User Manual

2.13inch e-paper HAT (D) User Manual 2.13inch e-paper HAT (D) User Manual OVERVIRE This is a flexible E-Ink display HAT for Raspberry Pi, 2.13inch, 212x104 resolution, with embedded controller, communicating via SPI interface, supports partial

More information

HTE Owner s Manual. HDMI, RS-232, IR & Ethernet Extender over HDBaseT with 3D, 4K, POE Support

HTE Owner s Manual. HDMI, RS-232, IR & Ethernet Extender over HDBaseT with 3D, 4K, POE Support HTE Owner s Manual HDMI, RS-232, IR & Ethernet Extender over HDBaseT with 3D, 4K, POE Support HTE Tx HTE Rx PureLink TM 535 East Crescent Ave Ramsey, NJ 07446 Tel: 201.488.3232 Fax: 201.621.6118 Website

More information

SDI-MP1010-GM-60P-M-RA 3G/HD-SDI Output Video Transceiver. SDI-MP1010-GM-60P-M-RA Features. Block Diagram SDI-MP1010-GM-60P-M-RA.

SDI-MP1010-GM-60P-M-RA 3G/HD-SDI Output Video Transceiver. SDI-MP1010-GM-60P-M-RA Features. Block Diagram SDI-MP1010-GM-60P-M-RA. This is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

Max. 4K Capabilities. Chroma Sampling 4:4:4 4:2:0

Max. 4K Capabilities. Chroma Sampling 4:4:4 4:2:0 Specifications ShareLink Pro 1000 specifications Max. 4K Capabilities Resolution and Refresh Rate 4096 x 2160 at 60 Hz 3840 x 2160 at 60 Hz 4096 x 2160 at 30 Hz 3840 x 2160 at 30 Hz 4096 x 2160 at 60 Hz

More information

Max. 4K Capabilities. Chroma Sampling 4:4:4. 4:2: bit³

Max. 4K Capabilities. Chroma Sampling 4:4:4. 4:2: bit³ Specifications IN1808 Series specification Max. 4K Capabilities Resolution and Refresh Rate 4096 x 2160 at 60 Hz² 3840 x 2160 at 60 Hz 4096 x 2160 at 30 Hz Chroma Sampling 4:4:4 Max. Bit Depth per Color

More information

SELENA GPS ATOMIC CLOCK ( Option # 725GPS )

SELENA GPS ATOMIC CLOCK ( Option # 725GPS ) SELENA ATOMIC CLOCK ( Option # ) Rev. GS34 ATOMIC CLOCK WITH ( Optional Feature ) ( option # ) In all Atomic clock with receiver option configurations the functions Fn 70 must be enabled. The Daylight

More information

Async/Sync Fiber Optic Multiplexor

Async/Sync Fiber Optic Multiplexor AUGUST 1993 MX880A MX880AE MX880A-ST MX880AE-ST Async/Sync Fiber Optic Multiplexor CUSTOMER SUPPORT INFORMATION Order toll-free in the U.S. 24 hours, 7 A.M. Monday to midnight Friday: 877-877-BBOX FREE

More information

RCV VOICE/DATA CSU VOICE/DATA CSU XMT BUSY. BUSY TxD RxD RTS CTS POWER LOOPBACK SIG SYNC USER'S MANUAL

RCV VOICE/DATA CSU VOICE/DATA CSU XMT BUSY. BUSY TxD RxD RTS CTS POWER LOOPBACK SIG SYNC USER'S MANUAL 38687 VOICE/DATA CSU 38687 POWER LOOPBACK SIG SYNC XMT BUSY RCV VOICE/DATA CSU BUSY TxD RxD RTS CTS USER'S MANUAL TECHNICAL PUBLICATION A98-110000 REVISION C October 2001 WARNING This equipment generates,

More information

Telesto Private Wire Modem Manual

Telesto Private Wire Modem Manual Telesto Private Wire Modem Manual Telesto Private Wire Modem Manual Revision History Filenames are: G:\Company\Manuals &graphics\manuals \ReferenceManual\Components\Telesto_modem\Private Wire\Remote\RevA\CompleteManual\TelestoPwModemCover.lwp

More information

MultiMode FOMs -ST and -SMA

MultiMode FOMs -ST and -SMA FEBRUARY 1996 MD640A-ST-R2 MD640A-SMA-R2 MD640AE-ST-R2 MD640AE-SMA-R2 MultiMode FOMs -ST and -SMA POWER TD RD RTS CD MultiMode FOM Test Modes Remote Normal Local CUSTOMER SUPPORT INFORMATION Order toll-free

More information

Laboratory 4. Figure 1: Serdes Transceiver

Laboratory 4. Figure 1: Serdes Transceiver Laboratory 4 The purpose of this laboratory exercise is to design a digital Serdes In the first part of the lab, you will design all the required subblocks for the digital Serdes and simulate them In part

More information

Dual HD-SDI Output (MCX + BNC connector) HD- SDI Cable Driver. HDMI DVI Tx connector. Optical HD- SDI Output LC - connector. 8pin

Dual HD-SDI Output (MCX + BNC connector) HD- SDI Cable Driver. HDMI DVI Tx connector. Optical HD- SDI Output LC - connector. 8pin Thunder Link is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

Model Solution and marking scheme for Examination Paper EEE305J1: Microcontroller Systems 2004/5 General Observations

Model Solution and marking scheme for Examination Paper EEE305J1: Microcontroller Systems 2004/5 General Observations Model Solution and marking scheme for Examination Paper EEE305J1: Microcontroller Systems 2004/5 General Observations Design questions like A1 below are extremely difficult to mark, not least because there

More information

HDMI Extender via Single SC Fiber Support 3D/4K2K Up to 200m in one Single-mode Fiber

HDMI Extender via Single SC Fiber Support 3D/4K2K Up to 200m in one Single-mode Fiber Description HDMI (High-Definition Multimedia Interface) recently has become increasingly popular in the application of video and audio transmission system. In view of the extreme of electrical performances,

More information

3G fiber. TL7070 3G/HD-SDI + DVI(HDMI) Fiber plus Coax Output Video Transmitter. TL Features. Block Diagram TL7070

3G fiber. TL7070 3G/HD-SDI + DVI(HDMI) Fiber plus Coax Output Video Transmitter. TL Features. Block Diagram TL7070 Thunder Link is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

MULTIDYNE INNOVATIONS IN TELEVISION TESTING & DISTRIBUTION DIGITAL VIDEO, AUDIO & DATA FIBER OPTIC MULTIPLEXER TRANSPORT SYSTEM

MULTIDYNE INNOVATIONS IN TELEVISION TESTING & DISTRIBUTION DIGITAL VIDEO, AUDIO & DATA FIBER OPTIC MULTIPLEXER TRANSPORT SYSTEM MULTIDYNE INNOVATIONS IN TELEVISION TESTING & DISTRIBUTION INSTRUCTION MANUAL DVM-1000 DIGITAL VIDEO, AUDIO & DATA FIBER OPTIC MULTIPLEXER TRANSPORT SYSTEM MULTIDYNE Electronics, Inc. Innovations in Television

More information

CS609- System Programming Solved MCQS From Midterm Papers. FINALTERM EXAMINATION Spring 2012 CS609- System Programming

CS609- System Programming Solved MCQS From Midterm Papers. FINALTERM EXAMINATION Spring 2012 CS609- System Programming CS609- System Programming Solved MCQS From Midterm Papers July 02 30,2013 MC100401285 Moaaz.pk@gmail.com Mc100401285@gmail.com PSMD01 FINALTERM EXAMINATION Spring 2012 CS609- System Programming Question

More information

Aegis Electronic Group

Aegis Electronic Group This is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

Netzer AqBiSS Electric Encoders

Netzer AqBiSS Electric Encoders Netzer AqBiSS Electric Encoders AqBiSS universal fully digital interface Application Note (AN-101-00) Copyright 2003 Netzer Precision Motion Sensors Ltd. Teradion Industrial Park, POB 1359 D.N. Misgav,

More information

Datasheet. Carrier Backhaul Radio. Model: AF-2X, AF-3X, AF-5X. Up to 687 Mbps Real Throughput, Up to 200+ km Range

Datasheet. Carrier Backhaul Radio. Model: AF-2X, AF-3X, AF-5X. Up to 687 Mbps Real Throughput, Up to 200+ km Range Datasheet Carrier Backhaul Radio Model: AF-2X, AF-3X, AF-5X Up to 687 Mbps Real Throughput, Up to 200+ km Range 2.4, 3, or 5 GHz (Full-Band Certification including DFS) Ubiquiti s INVICTUS Custom Silicon

More information

CS 254 DIGITAL LOGIC DESIGN. Universal Asynchronous Receiver/Transmitter

CS 254 DIGITAL LOGIC DESIGN. Universal Asynchronous Receiver/Transmitter CS 254 DIGITAL LOGIC DESIGN Universal Asynchronous Receiver/Transmitter Team Members 1. 130050001: Ghurye Sourabh Sunil 2. 130050023: Nikhil Vyas 3. 130050037: Utkarsh Mall 4. 130050038: Mayank Sahu 5.

More information

MMB Networks EM357 ZigBee Module

MMB Networks EM357 ZigBee Module MMB Networks EM357 ZigBee Module Z357PA20, Z357PA21 Document Rev 1.9 The MMB Networks EM357 ZigBee Module is a drop-in ZigBee Smart Energy and Home Automation solution. Preloaded with MMB Networks RapidSE

More information

HD1-LX HDMI & IR Extender

HD1-LX HDMI & IR Extender . HD1-LX HDMI & IR Extender Quick Reference & Setup Guide Magenta Research 128 Litchfield Road, New Milford, CT 06776 USA (860) 210-0546 FAX (860) 210-1758 www.magenta-research.com MAGENTA HD1-LX HDMI

More information

ODW-621. RS-232 Point-to-point applications

ODW-621. RS-232 Point-to-point applications Re-timing Data rate up to 250 kbit/s 9-position D-sub connector Redundant power supply inputs Status interface for fault indication Fibre link fault indication (Red) Design for harsh environments 40 to

More information

Technical Article MS-2714

Technical Article MS-2714 . MS-2714 Understanding s in the JESD204B Specification A High Speed ADC Perspective by Jonathan Harris, applications engineer, Analog Devices, Inc. INTRODUCTION As high speed ADCs move into the GSPS range,

More information

SY-MS121 SY-MS121-AP

SY-MS121 SY-MS121-AP Installation Guide SY-MS121 and SY-MS121-AP Presentation Switcher with Multi-Format Inputs and Outputs 4 HDMI, 4 VGA, 1 Component video, 2 Composite video & 1 S-video inputs Simultaneous HDMI, VGA & HDBaseT

More information

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0.

SingMai Electronics SM06. Advanced Composite Video Interface: HD-SDI to acvi converter module. User Manual. Revision 0. SM06 Advanced Composite Video Interface: HD-SDI to acvi converter module User Manual Revision 0.4 1 st May 2017 Page 1 of 26 Revision History Date Revisions Version 17-07-2016 First Draft. 0.1 28-08-2016

More information

HDMI Extender via 2 Single-mode fibers Built-in 1*8 Splitter and 4*8 HDMI Matrix Extends HDMI + RS232 full-duplex up to 5000 meters

HDMI Extender via 2 Single-mode fibers Built-in 1*8 Splitter and 4*8 HDMI Matrix Extends HDMI + RS232 full-duplex up to 5000 meters System Application Diagram Description AMRT-FD-05K-2LC-XX extender enables PC HDMI and RS232 link to far end display monitor through fibers, and the maximum communication distance is up to 5000 meters.

More information

TL8651 3G/HD-SDI Output Video Transceiver. TL8651 Features. Block Diagram TL8651 3G/HD-SDI. 1080p p50

TL8651 3G/HD-SDI Output Video Transceiver. TL8651 Features. Block Diagram TL8651 3G/HD-SDI. 1080p p50 Thunder Link is a family of small form factor modules for formatting and converting generic digital video streams to standard compliant formats. Different interface standards are supported from the transmitter

More information

Hardware Guide BrightSign, LLC Version:.1 Los Gatos, CA, USA. MODELS: XD Product Line

Hardware Guide BrightSign, LLC Version:.1 Los Gatos, CA, USA. MODELS: XD Product Line Hardware Guide BrightSign, LLC Version:.1 Los Gatos, CA, USA MODELS: XD Product Line Contents Overview... 1 Block Diagram... 2 Ports... 2 XD230... 2 XD1030... 2 XD1230... 3 Power Connector... 3 Ethernet...

More information

Configuration Vestas VMP3500

Configuration Vestas VMP3500 Configuration Vestas VMP3500 1. Table of contents 1. Table of contents... 2 2. Introduction... 3 3. Vestas turbines (RCS)... 4 3.1. VMP 3500 controller... 4 3.2. Communication with the CT3230 current loop

More information

Manual PVA 4307, PVA 4310, PVA 4316 Video conferencing loudspeaker

Manual PVA 4307, PVA 4310, PVA 4316 Video conferencing loudspeaker Manual PVA 4307, PVA 4310, PVA 4316 Video conferencing loudspeaker Video conferencing loudspeaker with RS 232/485 communication The PVA 4307, PVA 4310, PVA 4316 loudspeaker is especially designed for video

More information

Specifications IN1608 xi

Specifications IN1608 xi Specifications IN1608 xi Video input Local input... 2 RGB, RGBcvS, component video (YUVi/YUVp/HDTV), S-video, composite 4 HDMI/DVI (HDCP compliant) Remote inputs... 2 DTP 330 (HDCP compliant) Connectors...

More information

HB-30 HDBaseT Twisted Pair Extender Operation Manual V1.0 CONTENTS. 1. Introduction Overview Connector Introduction...

HB-30 HDBaseT Twisted Pair Extender Operation Manual V1.0 CONTENTS. 1. Introduction Overview Connector Introduction... HB-30 HDBaseT Twisted Pair Extender Operation Manual V1.0 CONTENTS 1. Introduction...2 1.1 Overview...2 1.2 Connector Introduction...3 1.3 Resolution and Transmission Distance...4 1.4 Ethernet Signal...4

More information

Outline. EECS150 - Digital Design Lecture 27 - Asynchronous Sequential Circuits. Cross-coupled NOR gates. Asynchronous State Transition Diagram

Outline. EECS150 - Digital Design Lecture 27 - Asynchronous Sequential Circuits. Cross-coupled NOR gates. Asynchronous State Transition Diagram EECS150 - Digital Design Lecture 27 - Asynchronous Sequential Circuits Nov 26, 2002 John Wawrzynek Outline SR Latches and other storage elements Synchronizers Figures from Digital Design, John F. Wakerly

More information

10G BiDi XFP 10km Optical Transceiver GBX-xxxx192-LRC

10G BiDi XFP 10km Optical Transceiver GBX-xxxx192-LRC 10G BiDi XFP 10km Optical Transceiver GBX-xxxx192-LRC Features Supports 9.95Gb/s to 10.3Gb/s bit rates Hot-pluggable XFP footprint Maximum link length of 10km with SMF 1270/1330nm DFB laser Transmitter

More information

Physics 217A LAB 4 Spring 2016 Shift Registers Tri-State Bus. Part I

Physics 217A LAB 4 Spring 2016 Shift Registers Tri-State Bus. Part I Physics 217A LAB 4 Spring 2016 Shift Registers Tri-State Bus Part I 0. In this part of the lab you investigate the 164 a serial-in, 8-bit-parallel-out, shift register. 1. Press in (near the LEDs) a 164.

More information

SNS-XFP-10GD-LR 10 Gbps Multi-Rate XFP Transceivers OC192/STM-64, 10GE or 10G FC 1310nm, Single-Mode 10Km, with Digital Diagnostics.

SNS-XFP-10GD-LR 10 Gbps Multi-Rate XFP Transceivers OC192/STM-64, 10GE or 10G FC 1310nm, Single-Mode 10Km, with Digital Diagnostics. SNS-XFP-10GD-LR 10 Gbps Multi-Rate XFP Transceivers OC192/STM-64, 10GE or 10G FC 1310nm, Single-Mode 10Km, with Digital Diagnostics. Highlights XFP MSA transceiver Multi-Rate: 9.95Gbps to 11.1Gb/s Protocols:

More information

Embedded System Training Module ABLab Solutions

Embedded System Training Module ABLab Solutions Embedded System Training Module ABLab Solutions www.ablab.in Table of Contents Course Outline... 4 1. Introduction to Embedded Systems... 4 2. Overview of Basic Electronics... 4 3. Overview of Digital

More information

RS232 Decoding (Option)

RS232 Decoding (Option) bit0 bit1 bit2 bit3 bit4 bit5 bit6 bit7 bit7 bit6 bit5 bit4 bit3 bit2 bit1 bit0 7 Protocol Decoding RIGOL RS232 Decoding (Option) RS232 serial bus consists of the transmitting data line (TX) and the receiving

More information

CHAPTER1: Digital Logic Circuits

CHAPTER1: Digital Logic Circuits CS224: Computer Organization S.KHABET CHAPTER1: Digital Logic Circuits 1 Sequential Circuits Introduction Composed of a combinational circuit to which the memory elements are connected to form a feedback

More information