56800/E SCI Hands-On Exercise



Similar documents
L Firmware And FPGA Configuration Upgrade

Configuring Serial Terminal Emulation Programs

ABB solar inverters. Installation and setup instruction Aurora Manager TL software and ABB PVI-USB-RS232_485 adapter

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

User Manual. Thermo Scientific Orion

Using HyperTerminal with Agilent General Purpose Instruments

Keep it Simple Timing

IP SERIAL DEVICE SERVER

Virtual Integrated Design Getting started with RS232 Hex Com Tool v6.0

TP- 051 GPS RECEIVER

PM1122 INT DIGITAL INTERFACE REMOTE

SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual

SETTING UP A REMOTE MODEM CONNECTION Application Note 27

Guide to Installing BBL Crystal MIND on Windows 7

Configuring the Switch with the CLI Setup Program

Accessing Diagnostics using a Dialup Modem

Connecting the DG-102S VoIP Gateway to your network

DUKANE Intelligent Assembly Solutions

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000

MAX T1/E1. Quick Start Guide. VoIP Gateway. Version 1.0

Cypress CY7C64225 USB-to-UART Setup Guide Version 1.3

Connecting your Omega/BetaPAT PLUS to a PC via a USB

Maintaining the Content Server

Liebert IntelliSlot Web Cards

Driver Installation and Hyperterminal Operation of iload Digital USB Sensors

File Management Utility. T u t o r i a l

ADDENDUM - Bluetooth interface Option Instructions for using Extech Printer with a Bluetooth device

Voice Over Internet Protocol (VoIP) Configuration

NOTE: PLEASE DO NOT ATTEMPT TO INSTALL THE SOFTWARE BEFORE READING THIS DOCUMENT.

Table of Contents Install a Printer Driver... 2 Print a Test Label... 9 Uninstall a Printer and Driver... 10

PC Program User s Guide ( ) 1. Connecting the PC. 2. Installation and Start-up. 3. Programming

MAGELLAN CONNECTING TO CASH REGISTER EXPRESS

USB PC Adapter V4 Configuration

When upgrading your TAPIT software make sure that all call accounting data has been exported before you begin the installation process.

TAS-2000 Series. MSW-003 Software. User Guide. LT-880 Rev. 1 September 2004

Acton Research Technical Support SpectraPro Diagnostic Procedure

Palomar College Dial-up Remote Access

Attendance Messenger Inbox, and Voice

Knowledge Base POS/C31A Troubleshooting

POS Integration. Prepared by: Binh Nguyen

Firmware upgrade instructions for the Web/SNMP and Network

Aquadyne TechTip TITLE: TROUBLESHOOTING PC COM PORT AND MODEM PRODUCTS AFFECTED SYMPTOMS POSSIBLE CAUSES

PP8X Printer Driver Installation Instruction

E-Mon Communication Gateway Utility Instructions for BACnet/mstp

FN:PCMCSET-M1.DOC. PCMCSET SOFTWARE for ATS Master Clocks System Clocks and Displays

VM0808H HDMI Matrix Switch RS-232 Control Tool V User Manual

Title: ZOLL USB Direct Connect Cable Installation Instructions

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: Rev 6

Current Cost Data Cable User Guide. Installing and configuring the data cable

Installing PowerLink on Windows 7 64-bit

Vicon Flash Upgrade Software

How to setup a serial Bluetooth adapter Master Guide

Windows XP.. ELITE Firmware Update procedures.. v1.41

Application Note CTAN #374

Atlas 6.0 Installation Guide

Installing Global Logger USB Drivers

Connecting a Metrologic MS9535 to a USB BT Adapter (Client Mode)

HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos)

Installing ABACUS ELECTRICS USB Optical Probes under Windows 7

Connecting and Setting Up Your Laptop Computer

PTPhoneManager II. User guide

Signature Center Getting Started Guide

WinPFT File Transfer Utility (Catalog No ND7)

Vicon Flash Upgrade Software

64-Bit Compatibility with Micromeritics Applications

Software User Guide UG-461

Quick Note 32. Using Digi RealPort with a Digi TransPort Router. UK Support September 2012

WindO/I-NV2 Utility Pass-Through Tool

SatTerm-G SOFTWARE MANUAL FOR A3LA-IG

Centurion C4 Transfer Guide using C4 File Transfer Utility

How To Connect A Directsofl To A Powerpoint With An Acd With An Ctel With An Dm-Tel Modem On A Pc Or Ipad Or Ipa (Powerpoint) With A Powerline 2 (Powerline

3.1 Connecting to a Router and Basic Configuration

INF-USB2 and SI-USB Quick Start Guide

Bill Redirect Software How To Schedule Tasks in Bill Redirect

Getting Started with the Xilinx Zynq All Programmable SoC Mini-ITX Development Kit

ACU-1000 Manual Addendum Replacement of CPM-2 with CPM-4

Using and Installing: HCS12C32 Board, HCS12C128 Board, USB-to-Serial port driver, and HyperTerminal

Testo FlashUpdate. Instument Software Update and Download Instructions How to Download Instrument Software and Updates from the Internet

Protection Service for Business

How-To Set Custom Scale Format for FedEx Ship Manager

Connecting the Console Port to a PC

CE 4.2 to Windows 7 - Synchronism Problem

Networking Alpha signs on a TCP/IP network

1.1 Connection Direct COM port connection. 1. Half duplex RS232 spy cable without handshaking

Using the HCS12 Serial Monitor on Wytec Dragon-12 boards. Using Motorola s HCS12 Serial Monitor on Wytec s Dragon-12 boards

Global Monitoring + Support

FRM301 SNMP Upgrade Procedure

BMV-602 Data Link Manual

Remote Access Server - Dial-Out User s Guide

Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software

NUM INFORMATION US N 111 1/9

How to configure Linksys SPA for VOIP Connections

Important Notes for WinConnect Server ES Software Installation:

Instruction manual. testo easyheat Configuration and Analysis software

Windows 95 Revision B Installation Instructions

Intuit Merchant Service for QuickBooks: Reference and Start-up Guide

DRIVERS INSTALLATION GUIDE

Instructions on How to Use HyperTerminal to Test Serial Ports ...

Transcription:

56800/E SCI Hands-On Exercise 56800/E Slide 1 Training Presenter Logo Here Slide 1

Task Description Develop a monitor application that uses SCI in messages between PC and DSC56F801x EVB. HyperTerminal (Console) for CAN Data Display via RS232, Bits/sec : 9600 No parity : none Stop bit : 1 Hardware : None Serial Port (SCI) RS232 56F801x EVB 56F801x JTAG-DSP AXM-0337 Slide 2

Approach Use Processor Expert Beans to implement Target System application AsynchroSerial Download and Execute on 56F801x Demo Board Slide 3

Click File pull down menu Slide 4

Select PE stationary Type SCI Exercise inside the dial box Slide 5

Select MC56F8013VFAE project stationery Slide 6

PE template is shown on. Slide 7

Kick AsynchroSerial Bean under Communication PE menu Then, kick Baud rate dial box under the properties of Bean Inspector AS1:AsynchroSerial Slide 8

Type 9600 baud rate inside the dial box Slide 9

Select Generate Code SCI Exercise.mcp under PE pull down menu to generate the code Slide 10

Slide 11

Open up the SCI_Exercise.c:main file to edit user code. Slide 12

Select PE Bean SendChar for sending out characters Slide 13

Put PE Bean SendChar to SCI_Exercise.c:main by Drag-n-Drop Methods. Slide 14

Made more characters to send out by Copy-n-Paste methods. Slide 15

We need to wait for the 1 st character send out completely if we want to send out 2 nd character in SCI communication. kick Methods page of Bean Inspector AS1:AsynchroSerial Slide 16

Enable GetRxIdle PE Bean by kicking this dial box Slide 17

Enable GetTxComplete PE Bean by kicking this dial box Slide 18

Scroll up the screen to reach GetTxComplete PE Bean by kick the scroll bar Slide 19

Put PE Bean GetTxComplete to SCI_Exercise.c:main by Drag-n-Drop Methods. Slide 20

Modify it as while statement. Slide 21

Make every while statement for every character sending out. Slide 22

Slide 23

Kick Yes to update the code. Slide 24

Slide 25

Kick green arrow to download the code to 56F801xEVB. Slide 26

Slide 27

Slide 28

Slide 29

Kick green arrow to run the code inside 56F801xEVB. Slide 30

Invoke HyperTerminal for getting the characters from 56F801xEVB. Slide 31

Type the name you want Slide 32

Select your PC COM port for communication Slide 33

Select 9600 baud rate, 8 data bit, no parity,1 stop bit, none flow control Then, kick OK Slide 34

Hello is shown on the HyperTerminal screen Slide 35

Summary 56800/E Slide 36 Training Presenter Logo Here Slide 36

Summary Understand the hardware and software support available for the 56800E Hybrid Controller product line. Demonstrated the ease of developing applications using CodeWarrior development tools with Processor Expert technology. Slide 37

Thank You!!! Slide 38