Parallel Port Interfacing, DevPascal Programming and Example Projects

Size: px
Start display at page:

Download "Parallel Port Interfacing, DevPascal Programming and Example Projects"

Transcription

1 Parallel Port Interfacing, DevPascal Programming and Example Projects By: Depayne Athia Cooperative Education Class of 10

2 Parallel Port Interfacing What is a DB-25 Parallel Port? The DB-25 Parallel Port, in most basic terms, is the old 28-pin port standard for peripherals such as printers. It is like the USB port of the past. For our purposes, it will be used as a communication gateway between a device that we create, and a program that executes instructions. The programming part will be focused later on in this tutorial so don t worry. Figure 1 This is what the parallel port looks like

3 Okay, so how does this complicated concept work? Each little hole corresponds to a single connection the computer. For our purposes, we will only use Pins 2-9, 10-13, 15 and Now, when it comes to creating any devices, we need to have the following things; An input, an output and ground. An input is a value that is SENT TO the computer to be processed by your program. An output is a value that is SENT TO the device. A ground is used to complete the circuit that is connected to the outputs and inputs of the device. The following pins are used correspondingly: Output: 2-9 (referred to as D0-D7) Input: 10-13, 15 (referred to as I0-I5) Ground: 18-25

4 This is a sample device that can be interfaced with the parallel port

5 Pins and Soldering Wire Pinning: 1) Strip the wire end about 0.5cm using a wire stripper 2) Insert a pin on the end of the wire you just stripped. 3) Now take a nose-plier and squeeze the ends of the pin shut so it doesn t slide off. 4) Yank on the pin a little to make sure it doesn t come off. A loose connection will cause many problems later on. Pin Insertion: 1) Insert the pin halfway into the DB-25 2) On the other end of the DB-25 take a nose-plier and pull the pin out slowly until you hear a small click. Soldering: Soldering is the strengthening of a connection between two joints using an alloy called solder and melting it over the joint using a soldering gun. 1) Strip 1cm off the end of the wire. 2) Take a nose-plier, or use your fingers, and carefully and tightly wrap the wire end onto the component lead you wish to wire (for example, secure the wire around the lead of an LED. 3) Now carefully direct the tip of the soldering gun to the connection joint. Simultaneously touch the soldering wire to the soldering gun tip and the connection at the same time. 4) Once the solder-wire melts onto the connection, move away the soldering gun and let the connection cool. Careful not to heat it up too much or you will discharge and fry the whole mechanism and it will not work anymore.

6 Software The program you will be using to control the device you have created is called: Bloodshed Dev Pascal It is called a compiler and it sends instructions to your device. This is the link to download dev-pascal Install this program. When it opens click on a button called New Source File Now before you actually program anything, you will have to create a new folder. Now go back to Dev-Pascal and -> Ctrl + S to save the source file. Now save this file in new folder you just created. You need to create a new folder for every program you create. Now highlight unit until begin and delete it all until you have begin and end left. It should look like this: What you will also have to do is to copy-paste the port files that will be provided by your teacher and paste them into your folder! (Port.unit, port.pas, etc...)

7 Now to control something simple like what will be required for the LED project, all you will need is output. The code required to basically turn on and off an LED is as follows: uses port, crt; //this program needs port unit and crt library to work var //declaration of variables x: integer; //declaration of X variable as an integer; begin //begins the main program block x:=0; //initializes X to equal 0 repeat //loop procedure begin //begin compound statement writeport(888,1); //turns on D0 delay(500); //hold for 500ms (0.5 seconds) writeport(888,0); //turns off D0 delay(500); end; //end of compound statement until x=1; //it will never equal one, therefore this will go on forever end. //end of main program Now click on a button called Compile and Run. You can find this by clicking on Execute -> Compile and run. This will open a black window and will run the instructions you have programmed in your compiler. If you have error messages, read them and try to comprehend what they mean. Usually they tell you what the error is and what line it is located on. When you understand these basic principles, you will have enough skills to successfully manipulate many other devices such as traffic light systems, music box simulators and any other peripherals that require output.

8 In order for the computer to receive data, you will need commands that process input from sources such as push buttons. This will be covered in Grade 11.

Constructing a Low-Cost Mobile Eye Tracker

Constructing a Low-Cost Mobile Eye Tracker ==== Constructing a Low-Cost Mobile Eye Tracker ==== Section 1: Introduction This is a detailed set of instructions on how to build a low-cost mobile eye-tracking system from off-the-shelf components.

More information

Allen-Bradley Drives. Instructions. (For 6180 Industrial Computers)

Allen-Bradley Drives. Instructions. (For 6180 Industrial Computers) Instructions (For 6180 Industrial Computers) This document describes how to remove or install a Pentium processor in the 6180 Industrial Computer. Processor specifications are also provided. The processor

More information

Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017

Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017 Installing PRO/DGX or Pro Soloist MIDI interface. R Grieb 9/08/2017 Please read these instructions before purchasing the MIDI interface, to make sure you are comfortable performing the necessary steps.

More information

EN-CAUH-B. Enclosure. Assembly Guide

EN-CAUH-B. Enclosure. Assembly Guide Assembly Guide 1 Note: *To reduce static discharge, do not assemble while on a carpeted surface. *Handle hard drives on the sides only. Do not touch any pins or connectors. * does not have an esata Connection

More information

INSTALLING ColorDMD LED DISPLAY IN BALLY GAMES WITH DISPLAY ON LAMP BOARD

INSTALLING ColorDMD LED DISPLAY IN BALLY GAMES WITH DISPLAY ON LAMP BOARD INSTALLING ColorDMD LED DISPLAY IN BALLY GAMES WITH DISPLAY ON LAMP BOARD These instructions are for mounting a ColorDMD LED display in a Bally game that has the display mounted on the swinging backbox

More information

ipod Touch 4th Generation 30 Pin Dock Connector Replacement

ipod Touch 4th Generation 30 Pin Dock Connector Replacement ipod Touch 4th Generation 30 Pin Dock Connector Replacement Learn how to replace the 30 pin dock connector on an ipod touch 4th generation. Written By: Gabe Keehn ifixit CC BY-NC-SA www.ifixit.com Page

More information

PCS-2. Universal Infrared Remote PC Power Switch

PCS-2. Universal Infrared Remote PC Power Switch PCS-2 Universal Infrared Remote PC Power Switch General Description The PCS-2 allows you to switch your PC / HTPC on-off with your existing TV or universal infrared (IR) remote. Single button mode allows

More information

An open-source hardware+software project. For design files and additional documentation, please visit:

An open-source hardware+software project. For design files and additional documentation, please visit: An open-source hardware+software project. For design files and additional documentation, please visit: http://www.evilmadscientist.com/go/diavolino Support: http://www.evilmadscientist.com/forum/ Distributed

More information

Apex Tablet 7 Battery Replacement

Apex Tablet 7 Battery Replacement Apex Tablet 7 Battery Replacement This guide will instruct you on how to replace the lithium-ion battery inside the Apex 7" Tablet. Written By: Corrine Nief ifixit CC BY-NC-SA www.ifixit.com Page 1 of

More information

HP Pavilion dv7-6c90us Cooling fan Replacement

HP Pavilion dv7-6c90us Cooling fan Replacement HP Pavilion dv7-6c90us Cooling fan Replacement This guide will walk you through the process of replacing the cooling fan in an HP Pavilion dv7 laptop. Written By: Angelina Clayton ifixit CC BY-NC-SA www.ifixit.com

More information

13 MMC for PC Option Modules

13 MMC for PC Option Modules Part Number M.1300.8684 MMC for PC Option Modules Manual V3.0 The information in this document is also available in the MMC for PC Hardware Manual. 13 MMC for PC Option Modules 13.1 General The MMC for

More information

When you are ready to build your computer you will have the following materials to work with.

When you are ready to build your computer you will have the following materials to work with. Copyright 2009 BOSMA Enterprises Chapter 3 Putting the Computer Together When you are ready to build your computer you will have the following materials to work with. 1. One motherboard. 2. One ribbon

More information

Quicksilver 606 TR-606 CPU Upgrade

Quicksilver 606 TR-606 CPU Upgrade Quicksilver 606 TR-606 CPU Upgrade D650C 128 Installation Guide Social Entropy Electronic Music Instruments TABLE OF CONTENTS WARNINGS... 1 OVERVIEW... 2 WHAT'S IN THE BOX... 3 OPENING THE TR-606 CASE...

More information

To connect the AC adapter:

To connect the AC adapter: Replacing the AC Adapter Replacing the AC Adapter 3 Plug the power cord into a wall outlet. The power indicator turns on. To connect the AC adapter: Connect the power cord to the AC adapter. Power indicator

More information

How to Assemble a Desktop PC

How to Assemble a Desktop PC How to Assemble a Desktop PC By Taylor Koch iii Table of Contents Introduction to Building a Desktop PC... 1 Preparation and Precautions... 3 PC Parts... 3 Basic Tools... 3 Safety Precautions... 3 Installing

More information

BuffaloLabs WiFi Lantern Assembly guide version 1

BuffaloLabs WiFi Lantern Assembly guide version 1 BuffaloLabs WiFi Lantern Assembly guide version 1 Needed equipment: Solder iron Solder wire Cutter Wire stripper (optional) Hot glue gun Overview of the components (not including USB cable and box panels)

More information

Upgrade Instructions. P/N Revision A. October Printer Terminal Holder * *

Upgrade Instructions. P/N Revision A. October Printer Terminal Holder * * Upgrade Instructions P/N 96-08-0 Revision A October 000 480 Printer Terminal Holder P/N 96-08-0 Revision A *96080* Instructions This terminal holder connects the INTERMEC R 600 Series and 700 Series Computers

More information

orban FIELD ENGINEERING BULLETIN Purpose: Units Affected: Replacement Kit, Orban Part # Replacing SSM2017 Op-Amps

orban FIELD ENGINEERING BULLETIN Purpose: Units Affected: Replacement Kit, Orban Part # Replacing SSM2017 Op-Amps orban FIELD ENGINEERING BULLETIN March 27, 2002 Orban Models: 2200, 6200, 6200S, 8200, 8282, 9200 Purpose: Due to the elimination of the SSM2017 by its manufacturer, Orban has had to choose a replacement

More information

Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) Equipment. Components required. Other bits:

Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) Equipment. Components required. Other bits: Alesis MMT8 16x Memory Expansion Modification (Black model MMT8 s) by Graham Meredith, 006 Revised 15 th January 009 gmeredith1@yahoo.com.au This modification expands the memory of the Alesis MMT8 to 16x

More information

IQ32 Upgrade Kit Assembly Instructions

IQ32 Upgrade Kit Assembly Instructions IQ32 Upgrade Kit Assembly Instructions Jim Veatch WA2EUJ September 17, 2018 TABLE OF CONTENTS 1. INTRODUCTION... 3 2. IQ-32 UPGRADE KIT INVENTORY... 4 3. PREPARING THE RS-HFIQ AND SIDE PANELS... 6 4. CONNECTING

More information

Replacing the Gateway M275 Keyboard

Replacing the Gateway M275 Keyboard Replacing the Gateway M275 Keyboard This package includes a replacement keyboard for your Gateway M275 notebook and these printed instructions. Tools you need You need a small Phillips screwdriver and

More information

Motorola Droid RAZR M USB Charging Port Replacement

Motorola Droid RAZR M USB Charging Port Replacement Motorola Droid RAZR M USB Charging Port Replacement Replacement of the USB charging port on the Motorola Droid RAZR M Written By: Nick Boring ifixit CC BY-NC-SA www.ifixit.com Page 1 of 10 INTRODUCTION

More information

Motorola Atrix 4G Screen Replacement

Motorola Atrix 4G Screen Replacement Motorola Atrix 4G Screen Replacement Replace the screen of your Motorola Atrix 4G. Written By: Jake ifixit CC BY-NC-SA www.ifixit.com Page 1 of 13 INTRODUCTION Use this guide to replace the screen of the

More information

TH E FI N EST I N G E E K E NTE RTAI N M E NT

TH E FI N EST I N G E E K E NTE RTAI N M E NT HACKING the C a b l e M o d e m W h at c a b l e c o m pa n i e s d o n t wa n t yo u t o k n o w DerEngel BUILDING A CONSOLE CABLE The device shown in Figure 17-1 is an RS-232 to TTL converter board,

More information

Replacement Keyswitch Assembly

Replacement Keyswitch Assembly Installation Instructions Replacement Keyswitch Assembly (Catalog No. 2711E-NKSW1) Applicable Terminals Use this replacement keyswitch with PanelView Terminals 2711-KA1, -KC1, -TA1, -TC1, -TA4, -TC4 and

More information

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b

The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b The Radio Control Temperature Logger (RCTL) Manual For hardware version 1.0 Manual version 1.0b All materials owned by Dan Gebhardt Introduction This device records the temperature of a model engine during

More information

AppShed AppCar Setup Guide v0.8

AppShed AppCar Setup Guide v0.8 AppShed AppCar Setup Guide v0.8 IMPORTANT SAFETY NOTICE AVOID BATTERY SHORT CIRCUIT Keep one battery out of the holder (DISCONNECTED) until all the wiring has been completed. If the battery wires short

More information

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS

MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS MACRO MODCHIP FOR XBOX360 CG2 INSTALLATION INSTRUCTIONS List of tools and materials needed: Modchip, flexible LED add-on board, 6 tac switches Microsoft wireless CG2 controller Soldering iron and thin

More information

DIGI*TRAC Memory Battery Replacement Kit

DIGI*TRAC Memory Battery Replacement Kit DIGI*TRAC Memory Battery Replacement Kit MPB1-0414 Published April 2, 2014 This revision of the document updates the branding from HIRSCH Electronics to Identiv, removes references to software (MOMENTUM,

More information

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system. Introduction 1 Welcome to the GENIE microcontroller system! The GENIE Light Kit is ideal for introducing simple lighting projects, such as an electronic die, a wearable badge or a night-time warning system.

More information

Lab 0: Wire Wrapping Project: Counter Board

Lab 0: Wire Wrapping Project: Counter Board Lab 0: Wire Wrapping Project: Counter Board September 3, 2008 In this experiment, you will build a simple counter circuit that can be plugged into your breadboard. It will provide a set of TTL output signals

More information

Elecraft K3 KPA3 Power Connector Replacement Revision B, June 30, 2017 Copyright 2017, Elecraft, Inc. All Rights Reserved

Elecraft K3 KPA3 Power Connector Replacement Revision B, June 30, 2017 Copyright 2017, Elecraft, Inc. All Rights Reserved Introduction Elecraft K3 KPA3 Power Connector Replacement Revision B, June 30, 2017 Copyright 2017, Elecraft, Inc. All Rights Reserved The connectors furnishing high current to the KPA3 module have failed

More information

Three Band Compact Low Pass Filter Kit

Three Band Compact Low Pass Filter Kit Three Band Compact Low Pass Filter Kit The Three Band Compact Low Pass Filter provides a simple way to build up three selectable low pass filters on a single PCB. Low pass filters have many applications

More information

Parts List: Part # Tools List: Instructions:

Parts List: Part # Tools List: Instructions: Parts List: Part # 1 pair of Dayton Audio B652s 300-652 1 Dayton Audio DTA-2 amplifier 300-385 1 MP3 module 320-350 1 7805 +5 VDC voltage regulator 7805 1 12 VDC 2A power supply 129-077 1 2.1 mm panel

More information

Pacific Antenna Easy TR Switch Kit

Pacific Antenna Easy TR Switch Kit Pacific Antenna Easy TR Switch Kit Kit Description The Easy TR Switch is an RF sensing circuit with a double pole double throw relay that can be used to automatically switch an antenna between a separate

More information

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board

EE 354 August 1, 2017 Assembly of the AT89C51CC03 board EE 354 August 1, 2017 Assembly of the AT89C51CC03 board The AT89C51CC03 board comes as a kit which you must put together. The kit has the following parts: No. ID Description 1 1.5" x 3.25" printed circuit

More information

ASUS D550MA-DS01 Screen Replacement

ASUS D550MA-DS01 Screen Replacement ASUS D550MA-DS01 Screen Replacement This guide will show you how to replace your laptop screen. Written By: Calvin Wieczorek ifixit CC BY-NC-SA www.ifixit.com Page 1 of 12 INTRODUCTION Many people will

More information

Replacing the Gateway M305 Optical Drive

Replacing the Gateway M305 Optical Drive Replacing the Gateway M305 Optical Drive This package includes an optical drive, such as a CD or DVD drive, for your Gateway M305 notebook and these printed instructions. Installing a replacement drive

More information

About SunFounder Preface SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the pr

About SunFounder Preface SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the pr About r Preface r is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strive to bring the fun of electronics

More information

Written By: John Sutton

Written By: John Sutton Replacing the fan on your HP g7-2275 dx. Written By: John Sutton ifixit CC BY-NC-SA www.ifixit.com Page 1 of 20 INTRODUCTION Laptop cooking your lap? This guide will walk you through replacing your fan.

More information

Tecra 8100 Disassembly Compliments of PaulTech Link to Us!

Tecra 8100 Disassembly Compliments of PaulTech  Link to Us! Tecra 8100 Disassembly Compliments of PaulTech http://www.gopaultech.com admin@gopaultech.com Link to Us! http://www.gopaultech.com/resources Disclaimer: By following this tutorial, you agree to release

More information

Canon Powershot ELPH 100 HS Speaker Replacement

Canon Powershot ELPH 100 HS Speaker Replacement Canon Powershot ELPH 100 HS Speaker Replacement This guide will walk you through replacing a damaged speaker. Make sure you follow the first two steps to remove the battery and memory card. 作成者 : Jacob

More information

How to install a Crucial SSD in your computer

How to install a Crucial SSD in your computer How to install a Crucial SSD in your computer If you re a first-time installer, there s no need to fear the process is easy and straightforward. It ll take some time, but your computer will be radically

More information

MMI6070 Quick Start Guide

MMI6070 Quick Start Guide MMI6070 Quick Start Guide Introduction If at any time more information is required on HMI safety and protection ratings, HMI Power, and HMI communication, please refer to the MMI6070 Installation Guide

More information

Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s)

Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s) Alesis MMT8 16x Memory Expansion Modification (all grey model MMT8 s) by Graham Meredith, 2006 Revised 13 th January 2009 gmeredith1@yahoo.com.au This modification expands the memory of the Alesis MMT8

More information

ROTOPOD PERISCOPE LIGHTING KIT

ROTOPOD PERISCOPE LIGHTING KIT ROTOPOD PERISCOPE LIGHTING KIT (for ULTIMATE Periscopes) 14-MAR-2013_rev 2.0 I designed the Periscope Lighting Kit to be as flexible as possible. Every LED is individually controllable. I have provided

More information

Little Screamerv2.0. Stripped-back, bufferless Tube Screamer

Little Screamerv2.0. Stripped-back, bufferless Tube Screamer Little Screamerv2.0 Stripped-back, bufferless Tube Screamer Contents of this document are 2016 Pedal Parts Ltd. No reproduction permitted without the express written permission of Pedal Parts Ltd. All

More information

QUICK START GUIDE. Android or Windows Tablet. 1 Tower PC. Mount the RazorGage to your Own Table. Assembling the RazorGage ST with RazorGage Table

QUICK START GUIDE. Android or Windows Tablet. 1 Tower PC. Mount the RazorGage to your Own Table. Assembling the RazorGage ST with RazorGage Table QUICK START GUIDE Android or Windows Tablet If you have a Tablet Style Interface (PC or Android) then skip this step. 1 Mount monitor and attach legs to control tower using hardware provided and place

More information

Canon Powershot A720 IS Motherboard Replacement

Canon Powershot A720 IS Motherboard Replacement Canon Powershot A720 IS Motherboard Replacement This guide will show how to replace the motherboard. Written By: Jamie ifixit CC BY-NC-SA www.ifixit.com Page 1 of 16 INTRODUCTION This guide will allow

More information

CR2032 with Tab Installation Guide Page 1 of 11. CR2032 with Tabs Installation Guide

CR2032 with Tab Installation Guide Page 1 of 11. CR2032 with Tabs Installation Guide CR2032 with Tab Installation Guide Page 1 of 11 CR2032 with Tabs Installation Guide Thank you for your purchase of a CR2032 coin cells battery with tabs from Mortoff Games. We know that you have a choice

More information

Mark Schutzer December 9, 2007 (updated fix for older rev B and C ProCabs)

Mark Schutzer December 9, 2007 (updated fix for older rev B and C ProCabs) Turning on radio ProCabs / PowerCabs Mark Schutzer December 9, 2007 (updated fix for older rev B and C ProCabs) Overview This paper will look into and explain why radio ProCabs / PowerCabs are hard to

More information

Replace the edrive TINI Module and Battery

Replace the edrive TINI Module and Battery Product All edrive Configurations Special Information INFORMATION: This service bulletin is for informational purposes only. It is intended for use by Northrop Grumman Cutting Edge Optronics (NG CEO) employees

More information

A how-to guide for replacing the DJI Phantom 4 body shell. *Replacing the body shell could also be used as a tear-down guide. Written By: GotMac

A how-to guide for replacing the DJI Phantom 4 body shell. *Replacing the body shell could also be used as a tear-down guide. Written By: GotMac A how-to guide for replacing the DJI Phantom 4 body shell. *Replacing the body shell could also be used as a tear-down guide. Written By: GotMac ifixit CC BY-NC-SA www.ifixit.com Page 1 of 15 INTRODUCTION

More information

Thank you for purchasing a ZT-1300 printer! The following guide will help you install the equipment and software that goes with your ZT-1300 printer.

Thank you for purchasing a ZT-1300 printer! The following guide will help you install the equipment and software that goes with your ZT-1300 printer. Thank you for purchasing a ZT-1300 printer! The following guide will help you install the equipment and software that goes with your ZT-1300 printer. It is strongly recommended that you read through the

More information

Part 2: Building the Controller Board

Part 2: Building the Controller Board v3.01, June 2018 1 Part 2: Building the Controller Board Congratulations for making it this far! The controller board uses smaller components than the wing boards, which believe it or not, means that everything

More information

Universal Keying Adapter 3+

Universal Keying Adapter 3+ Universal Keying Adapter 3+ The Universal Keying Adapter Version 3+ kit will allow you to key nearly any transmitter or transceiver with a straight key, electronic keyer, computer serial or parallel port

More information

FSXThrottle All Quadrants (all models) Notes*

FSXThrottle All Quadrants (all models) Notes* FSXThrottle All Quadrants (all models) Notes* * Please note that not all features and options described or listed in these notes may apply to your model. Table of Contents Introduction:...3 Our Commitment:...3

More information

solutions for teaching and learning

solutions for teaching and learning RKAmp1 Component List and Instructions PCB layout Constructed PCB Schematic RKAmp1 Stereo Amplifier Page 1 Description The RKAmp1 stereo amplifier PCB has been designed around the 2 x 1watt stereo amplifier

More information

A Backlighted LCD for your K1

A Backlighted LCD for your K1 A Backlighted LCD for your K1 (K1BKLTKIT) Tom Hammond - NØSS, July 27, 2006 Rev C Thanks to Wayne Burdick, N6KR for suggesting this implementation of backlighting the K1 display. APPLICABILITY This modification

More information

Quickstart CHAPTER 1. Powering Up. Installing the Software

Quickstart CHAPTER 1. Powering Up. Installing the Software CHAPTER 1 Quickstart THIS IS A CHAPTER for the impatient Evil Genius. Your new Arduino board has arrived and you are eager to have it do something. So, without further ado... Powering Up When you buy an

More information

Arduino 05: Digital I/O. Jeffrey A. Meunier University of Connecticut

Arduino 05: Digital I/O. Jeffrey A. Meunier University of Connecticut Arduino 05: Digital I/O Jeffrey A. Meunier jeffm@engr.uconn.edu University of Connecticut About: How to use this document I designed this tutorial to be tall and narrow so that you can read it on one side

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

Model 897 Operating Tutorial Alternators

Model 897 Operating Tutorial Alternators Model 897 Operating Tutorial Alternators MasterPower Switch MotorPower Switch Make sure that your 897 is connected to a 110VAC, 20A dedicated circuit. We recommend using a Square D HOM120HM or equivalent

More information

Welch Allyn Connex Vital Signs Monitor 6000 Power Supply Replacement

Welch Allyn Connex Vital Signs Monitor 6000 Power Supply Replacement Welch Allyn Connex Vital Signs Monitor 6000 Power Supply Replacement Replace the power supply in a 6000 series Welch Allyn Connex Vital Signs Monitor. Written By: Sam Lionheart ifixit CC BY-NC-SA www.ifixit.com

More information

Lecture 14: Prototyping and Schematics

Lecture 14: Prototyping and Schematics Lecture 14: Prototyping and Schematics Breadboards have some limitations They have high parasitic inductance and capacitance, limiting high frequency signal transfer to about 50MHz. Wire connections

More information

Single cable kit for the FCB1010

Single cable kit for the FCB1010 Single cable kit for the FCB1010 1. What is it? With this kit, you can turn your FCB1010 into a phantom powered floorboard, which can do 2-way MIDI communication over one single cable. After installing

More information

Insignia Flex 10.1 Microphone Replacement

Insignia Flex 10.1 Microphone Replacement Replace the microphone in your Insignia Flex 10.1 tablet. Written By: Richard ifixit CC BY-NC-SA www.ifixit.com Page 1 of 10 INTRODUCTION The microphone in the Insignia Flex 10.1 is used during audio and

More information

Codes and Coding. Objectives: Related Careers

Codes and Coding. Objectives: Related Careers Codes and Coding Objectives: 1. Students will become aware of several different programming code languages and be able to identify similarities and differences between them. 2. Students will learn how

More information

PARTS LIST 1 x PC Board 36 x 5mm Red LED 36 x 12mm LED Standoff 36 x NPN Transistor 36 x 10kΩ Resistor OTHER PARTS YOU MAY NEED

PARTS LIST 1 x PC Board 36 x 5mm Red LED 36 x 12mm LED Standoff 36 x NPN Transistor 36 x 10kΩ Resistor OTHER PARTS YOU MAY NEED PARTS LIST 1 x PC Board 36 x 5mm Red LED 36 x 12mm LED Standoff 36 x NPN Transistor 36 x 150Ω Resistor 36 x 10kΩ Resistor 17 x Mini Toggle on-off 8 x Mini Toggle (on)-off-(on) 1 x 470Ω Resistor 1 x 47µF

More information

Effects Loop Installation Guide

Effects Loop Installation Guide Warnings and Disclaimer Effects Loop Installation Guide You will be working with HIGH VOLTAGE. These voltages CAN BE DEADLY if you are not extremely careful. If you are not comfortable working with HIGH

More information

Floppy Disk To USB. Converter Installation and. Operation Manual

Floppy Disk To USB. Converter Installation and. Operation Manual Floppy Disk To USB Converter Installation and Operation Manual Kit Price $125.00 Plus Shipping Why Should I Change My Floppy Drive To A USB Drive? You won't ever need floppies anymore and yet you'll be

More information

HOW TO INSTALL A CRUCIAL SSD IN YOUR COMPUTER

HOW TO INSTALL A CRUCIAL SSD IN YOUR COMPUTER HOW TO INSTALL A CRUCIAL SSD IN YOUR COMPUTER Installing a Crucial SSD is easy and makes your computer significantly faster! PART 1: PREPARE 1. Gather supplies You will need your system. A screwdriver.

More information

Instruction Manual for BE-SP3 Circuit. 10/21/07

Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 of 54 Instruction Manual for BE-SP3 Circuit. 10/21/07 Page 1 Index: Page 2 BE-SP3 Circuit Specifications. Page 3-4 Intro to the BE-SP3. Page 5 Basics of serial to parallel. Page 6-7 ASCII Code.

More information

Computer Upgrades CAUTION

Computer Upgrades CAUTION D Computer Upgrades If there s one thing you should take away from this book, it s not to be afraid of the computer. I realize that until you crack open the case of your (expensive) computer, the idea

More information

TDM To MiniMech conversion ProceDure

TDM To MiniMech conversion ProceDure TDM To MiniMech conversion ProceDure (Model 9100 ATM) TDN 07102-00079 Apr 1 2009 CorporATe HeAdquArTers: 522 E. Railroad Street Long Beach, MS 39560 PHONE: (228) 868-1317 FAX: (228) 868-0437 COPYRIGHT

More information

Module 2, Add on lesson Introduction to the NXT and Mindstorms software. Teacher. 45 minutes

Module 2, Add on lesson Introduction to the NXT and Mindstorms software. Teacher. 45 minutes Module 2, Add on lesson Introduction to the NXT and Mindstorms software Teacher 45 minutes Purpose of this lesson Write a basic program using LEGO Mindstorms Download and run programs on the NXT Materials

More information

Activity / Time Description Resources Notes Introduction 12 min.

Activity / Time Description Resources Notes Introduction 12 min. Computers and Literacy Microsoft Word Curriculum Created Fall 2009, Emma Sheppard Word Processing Day 1 Introduction to Your Computer Daily Objectives (Students will be able to) Computer Skills: Identify

More information

Dual Rail AS-7100 & AS-9100 series LCD KVM User Manual

Dual Rail AS-7100 & AS-9100 series LCD KVM User Manual KVM Discovery powered by Haitwin-Delphin Technologie GmbH, Kieselstraße 15, 41472 Neuss / Germany phone: 0049(0)2131/7421652 email: info@kvm-discovery.com Dual Rail AS-7100 & AS-9100 series LCD KVM User

More information

Fitting An Emulator into the Yamaha AR Organ

Fitting An Emulator into the Yamaha AR Organ Fitting An Emulator into the Yamaha AR Organ As performed by Les White and Frank Kemplay May 2011 On the upper rear panel remove the top line of 3 screws to allow removal of the top board assemblywhich

More information

Removal and Installation8

Removal and Installation8 8 Screw Types 8-4 Top Cover Assembly 8-5 Left Hand Cover 8-6 Right Hand Cover 8-10 Front Panel Assembly 8-14 Left Rear Cover 8-15 Right Rear Cover 8-16 Extension Cover (60" Model only) 8-17 Media Lever

More information

Figure 1. The completed programming kit List of Parts

Figure 1. The completed programming kit List of Parts Many NearSys kits are programmed through a three pin header soldered to the PCB. Since a three pin receptacle is not a common termination for a serial cable, this kit contains the parts to make one. In

More information

P160 User s Manual Manuel de l utilisateur Anwenderhandbuch Manuale per l operatore Manual del usuario

P160 User s Manual Manuel de l utilisateur Anwenderhandbuch Manuale per l operatore Manual del usuario P10 User s Manual Manuel de l utilisateur Anwenderhandbuch Manuale per l operatore Manual del usuario At Antec, we continually refine and improve our products to ensure the highest quality. So it's possible

More information

Canon EOS Rebel T2i Top Cover Replacement

Canon EOS Rebel T2i Top Cover Replacement Canon EOS Rebel T2i Top Cover Replacement Replacing the top piece of a Canon T2i (550D). In my case, I had a broken hot-shoe, but as most controls on this camera are built into the same part, this repair

More information

QRPometer Assembly Manual Copyright 2012 David Cripe NM0S The 4 State QRP Group. Introduction

QRPometer Assembly Manual Copyright 2012 David Cripe NM0S The 4 State QRP Group. Introduction QRPometer Assembly Manual Copyright 2012 David Cripe NM0S The 4 State QRP Group Introduction Thank you for purchasing a QRPometer. We hope you will enjoy building it and and find it a useful addition to

More information

Written By: Adam Redmond

Written By: Adam Redmond HTC One S USB Port Replacement This guide will show you how to remove and replace the USB port on your HTC One S. Written By: Adam Redmond ifixit CC BY-NC-SA www.ifixit.com Page 1 of 17 INTRODUCTION This

More information

Tim Hortons EI30 Ethernet Interface Circuit Board

Tim Hortons EI30 Ethernet Interface Circuit Board Tim Hortons EI30 Ethernet Interface Circuit Board INSTALLATION INSTRUCTIONS Replacing the Precidia Unit with the HME EI30 Thank you for purchasing the EI30 Ethernet Interface. The EI30 enables the System

More information

INFORMATION AND COMMUNICATION TECHNOLOGY

INFORMATION AND COMMUNICATION TECHNOLOGY Draft KEMENTERIAN PELAJARAN MALAYSIA INFORMATION AND COMMUNICATION TECHNOLOGY LEARNING MODULE COMPUTER NETWORKS AND COMMUNICATIONS SETTING NETWORK FACILITIES MODULE Pusat Perkembangan Kurikulum Kementerian

More information

Sega Dreamcast System Replacement Memory Battery Installation Guide

Sega Dreamcast System Replacement Memory Battery Installation Guide Sega Dreamcast System Replacement Memory Battery Installation Guide Page 1 of 9 Sega Dreamcast System Replacement Memory Battery Installation Guide Thank you for your purchase of a Sega Dreamcast System

More information

KM-4800w. Installation Guide

KM-4800w. Installation Guide KM-4800w Installation Guide TABLE OF CONTENTS page 1 Installation Requirements 2 2 Unpacking 3 2. 1 Unpacking 3 2. 2 Confirmation of Accessories 5 3 Leveling the Machine 7 4 Setup of the Roll Deck 9 5

More information

imac Intel 27" Retina 5K Display CPU Replacement

imac Intel 27 Retina 5K Display CPU Replacement imac Intel 27" Retina 5K Display CPU Replacement Replace or upgrade the CPU in your imac Intel 27" Retina 5K Display. Written By: Sam Lionheart ifixit CC BY-NC-SA www.ifixit.com Page 1 of 36 INTRODUCTION

More information

Isabel Author. 2014/08/05 Date Posted. Rating

Isabel Author. 2014/08/05 Date Posted. Rating SIGNED IN SEARCH CART NAV GETTING STARTED WITH THE TOUCH BOARD An A to Z on setting up your Touch Board, changing the sounds, and creating an interactive surface with Electric Paint. Isabel Author 2014/08/05

More information

WORDSYNC ADDENDUM to the SupraDrive Operator s Manual

WORDSYNC ADDENDUM to the SupraDrive Operator s Manual WORDSYNC ADDENDUM to the SupraDrive Operator s Manual Congratulations on your purchase of a SupraDrive Hard Card or WordSync Interface Kit for your Amiga 2000 computer. Your new hard drive system will

More information

ASUS D550MA-DS01 Motherboard

ASUS D550MA-DS01 Motherboard ASUS D550MA-DS01 Motherboard Replacement This guide will show you how to remove the motherboard from the laptop. Steps included in this process are removing the screws, disconnecting cables, and removing

More information

ACS75, ACS75D, ACS85 & ACS85D BTE Overview. GTO September 2006 / May 2007

ACS75, ACS75D, ACS85 & ACS85D BTE Overview. GTO September 2006 / May 2007 ACS75, ACS75D, ACS85 & ACS85D BTE Overview GTO September 2006 / May 2007 ACS75 & ACS75D ACS75 ACS75D Disassembly Pull out the soundhook from the BTE housing. Disassembly Squeeze to grip Open the battery

More information

MAKE SURE TO TURN OFF YOUR TRS-80 BEFORE ATTACHING NEWKEY/80 KEYBOARD RIBBON CABLE AND POWER CABLE.

MAKE SURE TO TURN OFF YOUR TRS-80 BEFORE ATTACHING NEWKEY/80 KEYBOARD RIBBON CABLE AND POWER CABLE. NEWKEY/80 User's Guide v1.4 TRS80 Keyboard Adapter 12/10/2018 Plaid Vest Software, LLC. www.plaidvest.com/newkey80 IMPORTANT NOTE: MAKE SURE TO TURN OFF YOUR TRS-80 BEFORE ATTACHING NEWKEY/80 KEYBOARD

More information

Don t Steal My BBC micro:bit Alarm!

Don t Steal My BBC micro:bit Alarm! Description This is a simple tutorial demonstrating how to use the output pins on the BBC micro:bit and use the built in accelerometer to control a buzzer when the BBC micro:bit is moved. Learn how to:

More information

Recognizing & Disconnecting Cable

Recognizing & Disconnecting Cable Recognizing & Disconnecting Cable Connectors Get to know the various kinds of cable connectors found inside consumer electronics, and learn to disconnect them safely. Written By: Jeff Suovanen ifixit CC

More information

Quick Start Guide ONLY for Encore/ST G4 Duet 1.8 GHz

Quick Start Guide ONLY for Encore/ST G4 Duet 1.8 GHz Quick Start Guide ONLY for Encore/ST G4 Duet 1.8 GHz Power Mac and Operating System Compatibility This Encore/ST G4 Duet processor upgrade card is compatible only with Power Mac G4 AGP Graphics, Gigabit

More information

Quick Start Guide ONLY for Encore/ST G4 Duet 1.8 GHz

Quick Start Guide ONLY for Encore/ST G4 Duet 1.8 GHz Quick Start Guide ONLY for Encore/ST G4 Duet 1.8 GHz Power Mac and Operating System Compatibility This Encore/ST G4 Duet processor upgrade card is compatible only with Power Mac G4 AGP Graphics, Gigabit

More information

Gospeed.Racer Hub Assembly for the Asus EEEpc

Gospeed.Racer Hub Assembly for the Asus EEEpc Gospeed.Racer Hub Assembly for the Asus EEEpc Before you begin: Please understand that these harnesses are all tested one at a time before I ship them. By installing this harness, you agree to assume any

More information