All About Serial.

Slides:



Advertisements
Similar presentations
GPS-VTI by Tony Barry presented by Dave Gault. Overview minimal wiring (less than thirty wires to solder) no chips, transistors, or surface mount to solder.
Advertisements

KV / kV2 Meter RSX Option Board (RS-485 mode) Connections Notes: 1) TP1-1 = Twisted Pair set #1, wire #1 2) TP1-2 = Twisted Pair set #1, wire #2 3) TP2-1.
Lab7: Introduction to Arduino
How to use Arduino By: Andrew Hoffmaster.
Introduction 2 BASIC Stamp®. Microcontrollers Microcontrollers can be thought of as very small computers which may be programmed to control systems such.
PH4705 ET4305 Interface Standards A number of standard digital data interfaces are used in measurement systems to connect instruments and computers for.
Living with the Lab Using Your Arduino, Breadboard and Multimeter EAS 199A Fall 2011 Work in teams of two!
The Connector Board The best way to get in... or out!
New Human Computer Interfaces Amnon Dekel HUJI – CSE, Spring 2007 Class 3 March
1 Arduino Board: Arduino UNO Arduino Programing Environment: Arduino 0022
Using Your Arduino, Breadboard and Multimeter Work in teams of two! living with the lab 1 © 2012 David Hall.
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.
Step 1: Right click, “My computer” select properties, Select Hardware >Device Manager > Other Device > USB Serial Converter, then Right Click and select.
Baseboard Aavikkomursu 7.2. Aavikkomursu Micro- controller Extension port for programming microcontroller and sensor input Resistor RS485 interface chip.
Dean Brock, Rebecca Bruce and Susan Reiser, CCSC SE 2009 Using Arduino Material taken from Todbot blog Bionic Arduino Todbot blog Bionic ArduinoTodbot.
Available at: – Operate the Tumbler using a Jumper Pin Operate the Tumbler using the jumper pin.
Arduino. What is it? A open-source software suite and single-board microcontroller. Allows easy and affordable prototyping of microcontroller applications.
An-Najah National University Faculty of Engineering Department of Mechatronics Engineering Whiteboard Notes Tracking-Erasing System.
Programming the Geiger Counter Board 1. Arduino Files Go to and download the latest Arduino.
Class Discussion Item 2.1 Proper Car Jump Start. Schematic of a Proper Car Jump.
Getting Started With the Arduino Uno
Dept. of Information & Communications Technology Circuit Diagram and Prototype Construction (Project 1) slide L1-1 Objectives v How to read schematic Diagrams.
Connecting the cRIO to the 12 V power source and your computer
Status Report #4 Bluetooth Tracking System Simoo Sipili Ionatana Sipili Anthony Mickens Lizardo Buleje 2/13/2012 Design an electronic system to track the.
Arduino “Getting Started” Instructor : Dr Matthew Miss Khin Yi Kyaw
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO Transmit and RECEIVE Datas.
Wireless Message Communication Between Two Computers
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO Read Temperature On Graphic App.
Istituto Tecnico Industriale A.Monaco EURLAB European Robotic LABoratory HOW TO TEST TEMPERATURE SENSOR.
Introducing the Arduino Uno Presented by Dave Mawdsley, DACS Member, Linux SIG Member (wiring, programming and running a cute traffic light simulation)
Prototyping with Microcontrollers and Sensors. Overview Objective Background Information Problem Statement Materials Procedure Assignment Closing.
Jeremy Sandoval University of Washington May 14, 2013
Having fun with code, using Arduino in a middle school CS classroom
After Construction Name: Per #:.
WEL COME.
European Robotic LABoratory
By Rick Darby Sponsors: Geekspace Gwinnett The WorkSpot
Overview What is Arduino? What is it used for? How to get started
Assist. Prof. Rassim Suliyev - SDU 2017
Prototyping with Microcontrollers and Sensors
3.3 PC ICOM Card Driver Installation
Downloading Arduino FOR WINDOWS.
Site Controller Unit and Trunk Interface Unit
Microcontroller basics
UTA010 : Engineering Design – II
Overview What is Arduino? What is it used for? How to get started
PC Mouse operated Electrical Load Control Using VB Application
Wiring the Breadboard (the right way).
INC 161 , CPE 100 Computer Programming
Introduction to Arduino Microcontrollers
Introduction to Arduino Microcontrollers
Roller Coaster Design Project
مقدمة في الاردنيو د فضل الاكوع.
Visual Instructions.
FeMaidens Programming
Intro to the Arduino Topics: The Arduino Digital IO
3.4 Mi-com upload if necessary
Introducing the Arduino Uno
Programming Micro Controllers
Intro to the Arduino by Someet Singh
VEXnet User's Guide.
Intro to Micro Controllers
Hardware Created by Ed, VE7ED, ver. 1.0.
Having fun with Arduino
Aeroponic Engineering and Vertical Farming
Installationsanleitung
Arduino Leonardo Setup
Introduction to Arduino
Lab #1: Getting Started.
Electronics Current Practice Problems LabRat Scientific © 2018.
Presentation transcript:

All About Serial

2 different standards There are 2 primary standards for serial communication RS232 TTL/CMOS RS232 is used by computers while most microcontrollers operate using TTL Read the pdf RS232 vs. TTL for a more technical description of the different standards

How to translate Read over the document entitled Sparkfun Serial Communication We will run through the experiment utilizing the Max232 chip to convert from RS232 to TTL To make life easier use the MAX3232 breakout board from Sparkfun available here: https://www.sparkfun.com/products/11189

Experiment Materials Arduino Uno or Duemilanove with AVR chip removed USB to Serial adapter and cable (from Lesson 1) MAX3232 breakout board Jumper wires

Procedure Wire the circuit as shown in the Sparkfun pdf Looking at the breakout board schematic will show that all necessary capacitors have been installed for you so it is only necessary to wire directly to power (the 5 volt and ground lines from the Arduino) Connect the ground on your broken out RS232 cable to the Arduino ground Install Tera term (link is on course site) Open Tera term using default settings for both your Arduino COM port and your USB serial COM port

Continued If everything is wired correctly you should initially see whatever you type through the Serial adapter displayed in the same terminal window (when wired in loop-back mode) Next wire in the Arduino and now whatever is typed in one terminal should appear in the other and vice-versa

Circuit Picture