Size: px
Start display at page:

Download ""

Transcription

1 The 18f255 USB connection Página 1 de 12 16/5/213 Welcome! Enter Search Phrase All Forums >> [Microcontroller Discussion Group] >> USB Forum Menu Photo Galleries Log in Registration / Sign up RSS Feed Thread Options The 18f255 USB connection Author << Prev Thread Next Thread >> Message The 18f255 USB connection Saturday, January 6, 27 6:28 AM SENDING A BYTE TO PORTB (via a VB 6. app.) <Assembler> LEDS on PORTB via 33 ohms resistor The 18f255 USB conecction Joined: 4/13/26 This work is based on the Assembler version of Jan Axelson's genhid firmware for PIC18F4455 based on the Lab 2 firmware (Olin College) and macros created by Bradley A. Minch 9/24 to facilitate reasonably structured programming in PIC assembler. These macros were inspired and informed both by Karl Lunt's PIC macros, described in an atricle in the July 1999 Nuts & Volts magazine, and by Myke Predko's structured programming macros, which are described on pp of the second edition of Programming and Customizing PICmicro Microcontrollers. These macros provide facilities for for-next loops, repeat-until loops, select satatements, and if statements.

2 The 18f255 USB connection Página 2 de 12 16/5/213 bmich (Brad Minch login in this forum) started an excellent thread: where he stated "At any rate, the firmware is available if anyone is interested in it" Thanks to his work (Brad Minch s), many people (including me) have used it in order to develope different applications with USB PICs. The (very simple) visual basic app. is based on mecanique s EasyHID USBWizard found at: As stated in their site "EasyHID Wizard is completely free" However the VB6. app. included only needs the mchid.dll in order to be able to run the app. I m uploading a zip file with the necessary tools for the 18F255 device (2MHz xtal, full speed, basic schematic>), in order to be later studied and modified. The simple VB 6. program provides a way to send a number ( to 255) to the device, and it is returned to the HOST (through the PIC s firmware) which in course it is shown on a list box. The documents (The 18f255 USB connection # xx) will be regulary posted with future task to be achieved. tosendbackup.zip (19.37 KB) - downloaded 175 times #1 RE: The 18f255 USB connection Saturday, January 6, 27 6:3 AM The 18f255 USB connection

3 The 18f255 USB connection Página 3 de 12 16/5/213 THE18F255..NNECTION.doc (178. KB) - downloaded 1326 times Joined: 4/13/26 #2 RE: The 18f255 USB connection Saturday, January 6, 27 6:31 AM The 18f255 USB connection 1 THE18F255..NECTION1.doc (5.5 KB) - downloaded 97 times Joined: 4/13/26 #3 RE: The 18f255 USB connection Saturday, January 6, 27 6:32 AM The 18f255 USB connection 2 THE18F255..NECTION2.doc (169.5 KB) - downloaded 678 times Joined: 4/13/26

4 The 18f255 USB connection Página 4 de 12 16/5/213 #4 RE: The 18f255 USB connection Saturday, January 6, 27 6:33 AM The 18f255 USB connection 3 THE18F255..NECTION3.doc (124.5 KB) - downloaded 595 times Joined: 4/13/26 #5 RE: The 18f255 USB connection Saturday, January 6, 27 6:34 AM The 18f255 USB connection 4 THE18F255..NECTION4.doc (175.5 KB) - downloaded 568 times Joined: 4/13/26 #6 RE: The 18f255 USB connection Saturday, January 6, 27 6:35 AM The 18f255 USB connection 5

5 The 18f255 USB connection Página 5 de 12 16/5/213 THE18F255..NECTION5.doc (1.5 KB) - downloaded 497 times Joined: 4/13/26 #7 RE: The 18f255 USB connection Saturday, January 6, 27 6:37 AM The 18f255 USB connection 6 THE18F255..NECTION6.doc (198. KB) - downloaded 66 times Joined: 4/13/26 #8 RE: The 18f255 USB connection Sunday, January 7, 27 8:46 AM The 18f255 USB connection 7 SEND DATA FROM PIC TO HOST SEND analog value read on AN (A/D converter) to HOST ENVIO.zip ( KB) - downloaded 89 times Joined: 4/13/26

6 The 18f255 USB connection Página 6 de 12 16/5/213 #9 RE: The 18f255 USB connection Monday, January 8, 27 3:33 PM The 18f255 USB connection 8 This new task requires some changes in the V.B 6. app.; the V.B 6. application is included. The task involves reading continuously AN (A/D input), and depending on a setpoint to be fixed, to send back (from HOST to PIC) a determined value Joined: 4/13/26 (xf) to PORTB, when the input matches the setpoint. <MESSAGE EDITED BY LUISGERMAN ON MONDAY, JANUARY 8, 27 4:39 PM> tosendbackup.zip ( KB) - downloaded 644 times #1 RE: The 18f255 USB connection Tuesday, January 9, 27 2:41 AM I forgot to upload the source code for V.B. 6. app. so that people who really know V.B, can modify it (My V.B. knowledge is limitted, and I m sure these very simple apps. can certainly be improved). Joined: 4/13/26 As I stated in post#1 The (very simple) visual basic app. is based on mecanique s EasyHID USBWizard found at:

7 The 18f255 USB connection Página 7 de 12 16/5/213 As stated in their site "EasyHID Wizard is completely free" The VB6. app. included only needs the mchid.dll in order to be able to run the app. tosendbackupvb.zip ( KB) - downloaded 731 times #11 RE: The 18f255 USB connection Tuesday, January 16, 27 3:6 PM The 18f255 USB connection 9 Sending data from a table (PIC) to HOST (Introduction; binterval and program behavior) Two V.B 6. apps. included to be used instead of former one. Joined: 4/13/26 ENVIO1.zip (183. KB) - downloaded 65 times #12 RE: The 18f255 USB connection Wednesday, January 17, 27 7:53 PM The 18f255 USB connection 1 Send table data to HOST, or A/D value read on

8 The 18f255 USB connection Página 8 de 12 16/5/213 AN. New V.B. app. included. tabla.zip ( KB) - downloaded 545 times Joined: 4/13/26 #13 RE: The 18f255 USB connection Thursday, January 18, 27 5:22 PM The 18f255 USB connection 11 PWM CONTROL (DUTY CYCLE) FROM HOST (Send table data to HOST, or A/D value read on AN.) 7Vdc, flashlight bulb DIMMER Joined: 4/13/26 New V.B. app. included. <MESSAGE EDITED BY LUISGERMAN ON THURSDAY, JANUARY 18, 27 11:22 PM> PWM.zip (134.2 KB) - downloaded 852 times #14 johnger New Member RE: The 18f255 USB connection Wednesday, October 31, 27 5:22 PM

9 The 18f255 USB connection Página 9 de 12 16/5/213 No can to download the files, please get my e- mail johnger@tutopia.com Total Posts : 3 Joined: 5/14/25 #15 binu.kr New Member RE: The 18f255 USB connection Thursday, September 18, 28 1:52 AM hello can u please help me to get easy hid usb wizard.becoz i cant find it in this site can u please send me the setup file..its urgent pls help me if u can Total Posts : 6 regards binu kr Joined: 7/17/28 Location: #16 binu.kr New Member RE: The 18f255 USB connection Thursday, September 18, 28 1:54 AM this is my mail id kr.binu.kr@gmail.com...pls send me the setup of easy hid usb wizard Total Posts : 6 Joined: 7/17/28 Location:

10 The 18f255 USB connection Página 1 de 12 16/5/213 #17 xiaofan RE: The 18f255 USB connection Thursday, September 18, 28 2:3 AM ORIGINAL: binu.kr hello can u please help me to get easy hid usb wizard.becoz i cant find it in this site can u please send me the setup file..its urgent pls help me if u can Total Posts : 6244 Joined: 4/14/25 Location: Singapore I understand that it is really really urgent. MicroCode Studio now includes EasyHID Wizard, a free code generation tool that enables a user to quickly implement bi-directional communication between an embedded PIC microcontroller and a PC. MicroCode Studio is completely free for non-commercial use. It is not time limited in any way and it does not have any nag screens. However, you can only use one ICD model with MicroCode Studio (please note, if you are using the PICBasic PRO demo version, you will not be able to use the ICD). I have never used it though so I am not so sure what does this means. USB_Links libusb-win32 #18 eagle New Member RE: The 18f255 USB connection Tuesday, March 31, 29 1:57 PM I have downloaded all the files and try to compile the project in MPAsm.

11 The 18f255 USB connection Página 11 de 12 16/5/213 I get loads of errors, first on tge _Config statement, MPAsm tells me it should be config... for the 18F series. And loads of errors on the ENGR221.inc file. I assume these projects have been tested so can anybody please Total Posts : 2 xplain how I get this errors and can get rid of them? Joined: 3/31/29 Location: #19 eagle New Member RE: The 18f255 USB connection Thursday, April 2, 29 3:12 AM I have setup the project for gpasm in MPasm. Still get lots of errors. Can anybody please help me with the correct settings, so I am able to get this thing assembled? Total Posts : 2 Joined: 3/31/29 Location: #2 Online Bookmarks Sharing: All Forums >> [Microcontroller Discussion Group] >> USB Jump to: USB

12 The 18f255 USB connection Página 12 de 12 16/5/213 Current active users There are members and 1 guests. Icon Legend and Permission Read Message New Messages Post New Thread No New Messages Reply to message Hot Topic w/ New Post New Poll Messages Submit Vote Hot Topic w/o New Post reward post Messages Delete my own Locked w/ New Messages posts Locked w/o New Delete my own Messages threads Rate post ASPPlayground.NET Forum Commercial Version 3.9 Products Applications Design Support Training Sample & Buy About Us Contact Us Copyright Microchip Technology Inc. All rights reserved. Shanghai ICP Recrdal No

CHIPS Newsletter Vol 5 - Yahoo! Mail. Official Newsletter of

CHIPS Newsletter Vol 5 - Yahoo! Mail. Official Newsletter of CHIPS Newsletter Vol 5 From: "chips@elproducts.net" To: "Chuck Hellebuyck" Thursday, April 29, 2010 12:07 AM CHIPs Vol 5 / April 28, 2010 Official Newsletter

More information

Scheduling. Scheduling Tasks At Creation Time CHAPTER

Scheduling. Scheduling Tasks At Creation Time CHAPTER CHAPTER 13 This chapter explains the scheduling choices available when creating tasks and when scheduling tasks that have already been created. Tasks At Creation Time The tasks that have the scheduling

More information

Employer Portal Guide. BenefitWallet Employer Portal Guide

Employer Portal Guide. BenefitWallet Employer Portal Guide Employer Portal Guide 1 Table of Contents BenefitWallet Web Access and Authentication... 3 Employer Dashboard... 5 Employer Profile...6 Manage Notifications... 7 Employer Toolbox...8 BenefitWallet Service

More information

Notifications 4 How to set notifications for a particular item 4. s 4 How to one or more members of the committee 4

Notifications 4 How to set notifications for a particular item 4.  s 4 How to  one or more members of the committee 4 See below for a list of step-by-step guides on how to complete some common tasks on Standards Hub Committee Workspace. About Committee Workspace and Livelink Livelink is a web based collaboration and document

More information

Arduino Ethernet. Arduino Ethernet Rev. 2 board front view with optional PoE module. (http://arduino.cc/en/uploads/main/arduinoethernetfrontpoe.

Arduino Ethernet. Arduino Ethernet Rev. 2 board front view with optional PoE module. (http://arduino.cc/en/uploads/main/arduinoethernetfrontpoe. Arduino - ArduinoBoardEthernet Page 1 of 10 Arduino Ethernet (http://arduino.cc/en/uploads/main/arduinoethernetfront.jpg) Arduino Ethernet Rev. 3 board front view (http://arduino.cc/en/uploads/main/arduinoethernetback.jpg)

More information

GreenThumb Garden Registration

GreenThumb Garden Registration GreenThumb Garden Registration 2015-2019 Garden Name Block Lot CB Jurisdiction Two members must provide full contact information on the license agreement, including phone numbers, addresses and emails.

More information

Art Research Guide. Contents

Art Research Guide. Contents Art Research Guide Contents Overview... 2 EBSCO Academic Complete and Premier... 2 JSTOR... 5 Finding Articles... 5 ProQuest Newspapers... 8 Finding Articles... 8 Find Articles from Home... 9 Library Contact

More information

Institute For Arts & Digital Sciences SHORT COURSES

Institute For Arts & Digital Sciences SHORT COURSES Institute For Arts & Digital Sciences SHORT COURSES SCHEDULES AND FEES 2017 SHORT COURSES - GRAPHIC DESIGN Adobe Photoshop Basic 07 February 28 February Tuesdays 14:30-17:30 Adobe Photoshop Basic 07 February

More information

Basic Device Management

Basic Device Management This chapter contains the following sections: About, page 1 Licensing Requirements for, page 2 Default Settings for Basic Device Parameters, page 3 Changing the Device Hostname, page 3 Configuring the

More information

ASPPlayground.net Version 3.x User FAQ s v1.0

ASPPlayground.net Version 3.x User FAQ s v1.0 ASPPlayground.net Version 3.x User FAQ s v1.0 These User FAQ s are written with the end users in mind who will be using the forum from a non-administrative perspective. If you would like to learn more

More information

Computer Interfacing Through the USB Port (Building a USB Device)

Computer Interfacing Through the USB Port (Building a USB Device) Computer Interfacing Through the USB Port (Building a USB Device) Abioye, Ayodeji Opeyemi Department of Electrical and Electronic Engineering, School of Engineering and Engineering Technology, Modibbo

More information

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review:

Example. Section: PS 709 Examples of Calculations of Reduced Hours of Work Last Revised: February 2017 Last Reviewed: February 2017 Next Review: Following are three examples of calculations for MCP employees (undefined hours of work) and three examples for MCP office employees. Examples use the data from the table below. For your calculations use

More information

Good Idea to Working Electronic Model

Good Idea to Working Electronic Model Good Idea to Working Electronic Model by Jan H. Lichtenbelt, March 2011 Abstract Seeing an idea manifest itself into a fully working creation is always satisfying, however so many good ideas go to waste

More information

MTRX3700 Mechatronics

MTRX3700 Mechatronics MTRX3700 Mechatronics 3 2015 PIC18F452 Software Exercises David Rye You are to work in a group of two students to write, debug and demonstrate a series of small assembly language and C programs that meet

More information

Cisdem AppCrypt Tutorial

Cisdem AppCrypt Tutorial Cisdem AppCrypt Tutorial 1 Table of Contents I. About Cisdem AppCrypt... 3 II. Activating this Application... 4 III. Application Operating... 5 I. Get Started... 5 II. Add & Remove Applications... 6 III.

More information

MyTennis Start Up Manual

MyTennis Start Up Manual MyTennis Start Up Manual (Version 2 11 November 2015) The following instructional fact sheets aim to provide MyTennis Administrators with support and assistance to start to effectively use the new MyTennis

More information

Calendar Excel Template User Guide

Calendar Excel Template User Guide Calendar Excel Template User Guide Excel-based simple Calendar Template Version 3 This Excel-based template provides a calendar template for each month of a year. It also incorporates an hourly schedule

More information

Drawing Courses. Drawing Art. Visual Concept Design. Character Development for Graphic Novels

Drawing Courses. Drawing Art. Visual Concept Design. Character Development for Graphic Novels 2018 COURSE DETAILS Drawing Courses Drawing Art Dates 13 March - 18 September 2018 also incl. life drawing sessions on the following Saturdays: 18 & 25 August, 8 & 15 September 18 classes (36 hours) Building

More information

A Student Guide to using Moodle

A Student Guide to using Moodle A Student Guide to using Moodle Version 1: September 2007 Table of Contents Introduction...3 What is Moodle?...3 How do I access Moodle?...4 What will I find in Moodle?...5 Accessing a course...5 The main

More information

Moodle Student Manual

Moodle Student Manual Moodle Student Manual Date: April 29, 2016 Prepared by: Department of College Teaching, Learning, and Development Moodle, or Modular Object-Oriented Dynamic Learning Environment, is an online Learning

More information

File Backup Windows Live Mail 2012 Contacts Location Location

File Backup Windows Live Mail 2012 Contacts Location Location File Backup Windows Live Mail 2012 Contacts Location Location The current version is Windows Live Mail 2012 " Wave 5 ", now a much closer alternative to with a full-fledged address book that allows you

More information

September 2015 Calendar This Excel calendar is blank & designed for easy use as a planner. Courtesy of WinCalendar.com

September 2015 Calendar This Excel calendar is blank & designed for easy use as a planner. Courtesy of WinCalendar.com September 2015 Calendar This Excel calendar is blank & designed for easy use as a planner. Courtesy of WinCalendar.com August ~ September 2015 ~ Sunday Monday Tuesday Wednesday Thursday Friday 1 2 3 4

More information

Fridays, Saturdays, and Sundays March 2 May 6 (none on Easter, April 1) Saturday times are 9 12:50 p.m., 1 4:50 p.m., 5 9 p.m.

Fridays, Saturdays, and Sundays March 2 May 6 (none on Easter, April 1) Saturday times are 9 12:50 p.m., 1 4:50 p.m., 5 9 p.m. Dick s Sporting Goods, Tom Thumb/Albertsons, and Lowe s Sign-ups Dick s Sporting Goods Dates and Times: Fridays, Saturdays, and Sundays March 2 May 6 (none on Easter, April 1) Friday times are 4 8 p.m.

More information

A*STAR SRDB User Guide

A*STAR SRDB User Guide A*STAR SRDB User Guide Document Version: 5.0 Revised Date: 23 rd March 2010 Document name: ASTAR_UserGuide_5.0.doc Page 1 of 43 Revision History Date Version Author Review By Summary of Changes 9 th July

More information

Microchip Launches Free, Cloud-based Development Platform for PIC MCUs. MPLABXpress.microchip.com

Microchip Launches Free, Cloud-based Development Platform for PIC MCUs. MPLABXpress.microchip.com Microchip Launches Free, Cloud-based Development Platform for PIC MCUs MPLABXpress.microchip.com 2 MPLAB Xpress Cloud Based Development Platform The easiest way to get started with PIC MCUs Industry s

More information

ACT! Calendar to Excel

ACT! Calendar to Excel Another efficient and affordable ACT! Add-On by ACT! Calendar to Excel v.6.0 for ACT! 2008 and up http://www.exponenciel.com ACT! Calendar to Excel 2 Table of content Purpose of the add-on... 3 Installation

More information

MEMBERSHIP & PARTICIPATION

MEMBERSHIP & PARTICIPATION MEMBERSHIP & PARTICIPATION What types of activities can I expect to participate in? There are a variety of activities for you to participate in such as discussion boards, idea exchanges, contests, surveys,

More information

SUN CITY GRAND COMPUTERS APPLE SIG. GraComputers

SUN CITY GRAND COMPUTERS APPLE SIG. GraComputers SUN CITY GRAND COMPUTERS APPLE SIG GraComputers www.grandcomputers.org APPLE SIG THE APPLE SIG MISSION IS TO SERVE MEMBERS OF GRAND COMPUTERS CLUB INTERESTED IN MAC COMPUTERS AND APPLE DEVICES. THE TARGET

More information

Contents of these notes on using the Malaya Study Group Forum

Contents of these notes on using the Malaya Study Group Forum Contents of these notes on using the Malaya Study Group Forum Starting Off Posting a new topic Posting a Reply to an existing message Searching How to build links between Forum Postings Starting Off Go

More information

AVR MICROCONTROLLER PROJECT TUTORIAL E-PUB

AVR MICROCONTROLLER PROJECT TUTORIAL E-PUB 14 May, 2018 AVR MICROCONTROLLER PROJECT TUTORIAL E-PUB Document Filetype: PDF 151.29 KB 0 AVR MICROCONTROLLER PROJECT TUTORIAL E-PUB Premium source of Projects Tutorials Code Ebooks Library for Atmels

More information

ECE Homework #3

ECE Homework #3 ECE 376 - Homework #3 Flow Charts, Binary Inputs, Binary Outputs (LEDs). Due Monday, January 29th The temperature sensor in your lab kits has the temperature-resistance relationship of R = 1000 exp 3965

More information

Welcome to The Villages Computer Plus. Fred Benson Presenting All About YouTube Details.

Welcome to The Villages Computer Plus. Fred Benson Presenting All About YouTube Details. Welcome to The Villages Computer Plus Fred Benson Presenting All About YouTube Details. www.villagescp.com Announcement I did All About YouTube presentation at VCC in October. The reason I am doing it

More information

NetworX Series NX-1710E Single Door Control. Installation and Startup Manual

NetworX Series NX-1710E Single Door Control. Installation and Startup Manual NetworX Series NX-1710E Single Door Control Installation and Startup Manual 2005 GE Security All rights reserved. NetworX is a trademark of the GE companies. Printed in the USA. These instructions do not

More information

Mailman at Langara College

Mailman at Langara College Mailman at Langara College Information for Subscribers and Administrators All Langara mailing lists are designated PRIVATE: only the people who belong to such a list can send email to it. The list owner

More information

I.T. HANDBOOK. Updated August 2016

I.T. HANDBOOK. Updated August 2016 I.T. HANDBOOK Updated August 2016 INDEX I. SemLink 1 II. III. IV. Your Accounts 1. Email 2 2. Active Directory 3 3. Canvas 3 4. Changing Passwords 3 5. Library 3 The Basics 1. I.D. Cards 4 2. Wireless

More information

Physics 335 Intro to MicroControllers and the PIC Microcontroller

Physics 335 Intro to MicroControllers and the PIC Microcontroller Physics 335 Intro to MicroControllers and the PIC Microcontroller May 4, 2009 1 The Pic Microcontroller Family Here s a diagram of the Pic 16F84A, taken from Microchip s data sheet. Note that things are

More information

ANNEX A GETTING STARTED WITH SINGAPORE STUDENT LEARNING SPACE Instructions for Students

ANNEX A GETTING STARTED WITH SINGAPORE STUDENT LEARNING SPACE Instructions for Students ANNEX A GETTING STARTED WITH SINGAPORE STUDENT LEARNING SPACE Instructions for Students SYSTEM REQUIREMENTS 1. The Singapore Student Learning Space (SLS) is accessible through the internet browsers on

More information

Sections vs. Pages... 3 Adding Images & PDFs... 4 Assets & Snippets... 5 RSS Feeds & News Items... 6 Directory Pages... 6 Help & Resources...

Sections vs. Pages... 3 Adding Images & PDFs... 4 Assets & Snippets... 5 RSS Feeds & News Items... 6 Directory Pages... 6 Help & Resources... 1 2 OUCampus Training Guide Spring 2017 INDEX: Logging In... 1 Checking pages in/out... 1 OUCampus Interface... 2 Editing pages in the WYSIWYG... 2 Toolbars & Tools... 2 Sections vs. Pages... 3 Adding

More information

User Documentation. Studywiz Learning Environment. Student's Guide

User Documentation. Studywiz Learning Environment. Student's Guide User Documentation Studywiz Learning Environment Student's Guide Studywiz Learning Environment Student's Guide Contents 1 Introduction 4 1.1 Studywiz 4 1.2 The Studywiz Student s Guide 4 2 What s New

More information

MICROPROCESSORS B (17.384) Spring Lecture Outline

MICROPROCESSORS B (17.384) Spring Lecture Outline MICROPROCESSORS B (17.384) Spring 2012 Lecture Outline Class # 01 January 24, 2012 Dohn Bowden 1 Today s Lecture Administrative General Course Overview Microcontroller Hardware and/or Interface Programming/Software

More information

Laboratory 9. Programming a PIC Microcontroller - Part I

Laboratory 9. Programming a PIC Microcontroller - Part I Laboratory 9 Programming a PIC Microcontroller - Part I Required Components: 1 PIC16F84 (4MHz) or PIC16F84A (20MHz) or compatible (e.g., PIC16F88) microcontroller 1 4MHz microprocessor crystal (20 pf),

More information

AIMMS Function Reference - Date Time Related Identifiers

AIMMS Function Reference - Date Time Related Identifiers AIMMS Function Reference - Date Time Related Identifiers This file contains only one chapter of the book. For a free download of the complete book in pdf format, please visit www.aimms.com Aimms 3.13 Date-Time

More information

Getting Started with Network Access

Getting Started with Network Access Getting Started with Network Access This document contains reference information about Triad s hardlines and lumber line of software products. The software described in this document, as well as the document

More information

AGENDA WORKSHEET. Version 5.0 September 12th, 2018

AGENDA WORKSHEET. Version 5.0 September 12th, 2018 AGENDA WORKSHEET Version 5.0 September 12th, 2018 The Pre-Event Checklist A list of tasks to check off as you re getting prepared for re:invent 2018. Registered for re:invent. Booked my hotel. Booked travel

More information

Welcome to the Cub Cadet Dealer Community. Any questions please

Welcome to the Cub Cadet Dealer Community. Any questions please Welcome to the Cub Cadet Dealer Community Any questions please email dealercommunitysupport@cubcadet.com Go to www.mtdcommunity.com Initial Log In - Enter User ID & Password you received in the email -

More information

Product Overview -A 16 bit Micro Experimenter for Solderless Breadboards

Product Overview -A 16 bit Micro Experimenter for Solderless Breadboards Product Overview -A 16 bit Micro Experimenter for Solderless Breadboards 1.0 Introduction The 16 Bit Micro Experimenter is an innovative solderless breadboard kit solution developed by a Microchip Academic

More information

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center)

Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) Substitute Quick Reference (SmartFindExpress Substitute Calling System and Web Center) System Phone Number 578-6618 Help Desk Phone Number 631-4868 (6:00 a.m. 4:30 p.m.) Write your Access number here Write

More information

MEMBERSHIP & PARTICIPATION

MEMBERSHIP & PARTICIPATION MEMBERSHIP & PARTICIPATION What types of activities can I expect to participate in? There are a variety of activities for you to participate in such as discussion boards, idea exchanges, contests, surveys,

More information

SRP SMART ENERGY SAVER STUDY

SRP SMART ENERGY SAVER STUDY SRP SMART ENERGY SAVER STUDY Setup Guide January 2018 WELCOME!... 2 SRP SMART ENERGY SAVER STUDY OVERVIEW... 2 STEPS TO COMPLETE... 2 1. EQUIPMENT INSTALLATION OVERVIEW... 3 THERMOSTAT... 3 LOAD CONTROLLER

More information

Hackaday Fubarino Contest Entry. Project: Bluetooth PC Remote Power Switch (Prototype) Description:

Hackaday Fubarino Contest Entry. Project: Bluetooth PC Remote Power Switch (Prototype) Description: Hackaday Fubarino Contest Entry Project: Bluetooth PC Remote Power Switch (Prototype) Description: This projects goal is to create a remote power switch for a computer. Instead of using WoL or other remote

More information

MBTA Semester Pass Program User Guide

MBTA Semester Pass Program User Guide MBTA Semester Pass Program User Guide CharlieCard Customer Service 1-888-844-0353 passprogram@mbta.com Monday through Friday 7AM to 8PM EST Saturday and Sunday 9AM to 5PM EST Welcome to the MBTA Semester

More information

Reprinted by permission of T&L Publications Inc. Copyright 2001 USB MICROCONTROLLERS FOR THE MASSES

Reprinted by permission of T&L Publications Inc. Copyright 2001 USB MICROCONTROLLERS FOR THE MASSES Reprinted by permission of T&L Publications Inc. Copyright 2001 USB MICROCONTROLLERS FOR THE MASSES By Don L. Powrie Microcontroller, Flash programmer, and high speed USB-to-PC interface all in one tidy

More information

DIGITAL MARKETING AND SOCIAL MEDIA COMMUNICATION FOR THE NSS EPALE CY TEAM AND STAKEHOLDERS

DIGITAL MARKETING AND SOCIAL MEDIA COMMUNICATION FOR THE NSS EPALE CY TEAM AND STAKEHOLDERS DIGITAL MARKETING AND SOCIAL MEDIA COMMUNICATION FOR THE NSS EPALE CY TEAM AND STAKEHOLDERS 6 και 7 Ιουνίου, 8:00 π.μ.-15:00 μ.μ. Παιδαγωγικό Ινστιτούτο Κύπρου, Αίθουσα Π206 THE SEMINAR WAS HELD DURING

More information

MICROPROCESSORS A (17.383) Fall Lecture Outline

MICROPROCESSORS A (17.383) Fall Lecture Outline MICROPROCESSORS A (17.383) Fall 2010 Lecture Outline Class # 04 September 28, 2010 Dohn Bowden 1 Today s Lecture Syllabus review Microcontroller Hardware and/or Interface Programming/Software Lab Homework

More information

AKKON USB CONTROLLER BOARD

AKKON USB CONTROLLER BOARD TN002 AKKON USB CONTROLLER BOARD USB Microcontroller board with the PIC18F4550 * Datasheet Authors: Gerhard Burger Version: 1.0 Last update: 20.01.2006 File: Attachments: no attachments Table of versions

More information

Calendar PPF Production Cycles Non-Production Activities and Events

Calendar PPF Production Cycles Non-Production Activities and Events 20-207 Calendar PPF Production Cycles Non-Production Activities and Events Four Productions For non-holiday productions 7 Week Stage Cycles 36 Uses plus strike (as in prior years and per agreement with

More information

Building RoboPIC 18F4550

Building RoboPIC 18F4550 RoboPIC 8F4550 Copyright 206 William Henning Building RoboPIC 8F4550 Copyright 206 William Henning RoboPIC 8F4550 build manual v0.90 The most up to date documentation will always be available at: http://www.mikronauts.com/robot-controllers/robopic-8f4550/

More information

name name C S M E S M E S M E Block S Block M C-Various October Sunday

name name C S M E S M E S M E Block S Block M C-Various October Sunday 01.10.2017 October Sunday 1 10 2017 02.10.2017 October Monday 2 10 2017 03.10.2017 October Tuesday 3 10 2017 Tag der Deutschen Einheit 04.10.2017 October Wednesday 4 10 2017 05.10.2017 October Thursday

More information

Itunes Manually Delete Songs From Iphone 4 >>>CLICK HERE<<<

Itunes Manually Delete Songs From Iphone 4 >>>CLICK HERE<<< Itunes Manually Delete Songs From Iphone 4 Using New Learn how to remove the itunes gift album. Sign in with the Apple ID and password you use to buy from the itunes Store. the songs to itunes on your

More information

CHIPS Newsletter Vol 16 - Yahoo! Mail. Official Newsletter of

CHIPS Newsletter Vol 16 - Yahoo! Mail. Official Newsletter of CHIPS Newsletter Vol 16 From: "chips@elproducts.net" To: "Chuck Hellebuyck" Sunday, June 12, 2011 9:45 AM CHIPs Vol 16 / June 2011 Official Newsletter of Chuck

More information

Moodle Student Manual

Moodle Student Manual Moodle Student Manual Date: August 31, 2018 Prepared by: Department of College Teaching, Learning, and Development Moodle, or Modular Object-Oriented Dynamic Learning Environment, is an online Learning

More information

Dspic33f Pic24h Family Reference Manual Section 11

Dspic33f Pic24h Family Reference Manual Section 11 Dspic33f Pic24h Family Reference Manual Section 11 This family reference manual section is meant to serve as a complement to device Flash memory, refer to the dspic33/pic24 Family Reference Manual, When

More information

How to Use efilemyforms.com

How to Use efilemyforms.com How to Use efilemyforms.com Technical Support Phone: (866) 498-1217 Fax: (800) 526-1040 Technical Support Hours Normal Hours February 1 - December 31 Monday - Friday, 8am - 4pm PST Saturday & Sunday -

More information

Computer Based Examinations

Computer Based Examinations Computer Based Examinations CBE V24.0 Installation Instructions New CBE Centres This document is intended for new centres that are installing the complete ACCA CBE system for the first time. If you are

More information

Locktronics PICmicro getting started guide

Locktronics PICmicro getting started guide Page 2 getting started guide What you need to follow this course 2 Using the built-in programs 3 Create your own programs 4 Using Flowcode - your first program 5 A second program 7 A third program 8 Other

More information

Import Advice How do I

Import Advice How do I Import Advice How do I July 2017 Version: 1 TABLE OF CONTENTS Register for Import Advice... 2 Log In... 4 Creating a Block Stack... 6 Create a Day Pickup... 8 Holds... 10 Create List of Booked Containers...

More information

What s next? Are you interested in CompTIA A+ classes?

What s next? Are you interested in CompTIA A+ classes? What s next? Are you interested in CompTIA A+ classes? These classes are facilitated by our partner IT Ready. Next CompTIA A+ class will start on July 2019. Class runs from Monday to Friday (9 am to 4

More information

MyFloridaMarketPlace Vendor Bid System (VBS)

MyFloridaMarketPlace Vendor Bid System (VBS) MyFloridaMarketPlace Vendor Bid System (VBS) Agenda VBS Overview Managing Contacts Posting Advertisements Editing Advertisements Recommended Practices Resources Key Learning Objectives Upon completion

More information

Windows Update Service Is Not Running Windows 7 Starter

Windows Update Service Is Not Running Windows 7 Starter Windows Update Service Is Not Running Windows 7 Starter Now, I have not even begun to install anything (other than Windows 7), and I am Windows 7 starter will not detect wireless connection after installing

More information

APP-IIb PIC Development Kit by AWC

APP-IIb PIC Development Kit by AWC APP-IIb PIC Development Kit 2001-2008 by AWC AWC 310 Ivy Glen League City, TX 77573 (281) 334-4341 http://www.awce.com V1.4 21 Jan 2008 Table of Contents Table of Contents... 3 Overview... 1 If You Need

More information

Finding your Pictures

Finding your Pictures Finding your Pictures Thursday, March 22, 2012 10:37 AM Image Quest Link 1. 2. Click on the Image Quest link Do a search for your pictures (THINK: KEYWORD) a. Click in the search box b. Type in your key

More information

1. How many locations, including all remote employees that work from home does the company have? If Yes, are you using a

1. How many locations, including all remote employees that work from home does the company have? If Yes, are you using a Site Discovery We are excited to get your hosted service ready but first we need some information about your office. Please complete this form in its entirety to reduce the delay of your implementation.

More information

Register FAQ Calendar Today's Posts Search

Register FAQ Calendar Today's Posts Search Custom Search Highly Liquid Forum > Current Products > UMR2 Yamaha VSS-200 MIDI Retrofit Guide User Name User Name Password Remember Me? Log in Register FAQ Calendar Today's Posts Search Thread Tools Search

More information

ECE2049 E17 Lecture 4 MSP430 Architecture & Intro to Digital I/O

ECE2049 E17 Lecture 4 MSP430 Architecture & Intro to Digital I/O ECE2049-E17 Lecture 4 1 ECE2049 E17 Lecture 4 MSP430 Architecture & Intro to Digital I/O Administrivia Homework 1: Due today by 7pm o Either place in box in ECE office or give to me o Office hours tonight!

More information

Popmoney FAQs. What is Popmoney?

Popmoney FAQs. What is Popmoney? Popmoney FAQs What is Popmoney? Popmoney is an innovative personal payment service that eliminates the hassles of checks and cash. Now, sending money is as easy as emailing and texting. And, you don't

More information

1 of 8 10/10/2018, 12:52 PM RM-01, 10/10/2018. * Required. 1. Agency Name: * 2. Fiscal year reported: * 3. Date: *

1 of 8 10/10/2018, 12:52 PM RM-01, 10/10/2018. * Required. 1. Agency Name: * 2. Fiscal year reported: * 3. Date: * 1 of 8 10/10/2018, 12:52 PM RM-01, 10/10/2018 * Required 1. Agency Name: * 2. Fiscal year reported: * 3. Date: * Example: December 15, 2012 4. Name of agency staff member completing this report: * The

More information

Nortel Enterprise Reporting Quality Monitoring Meta-Model Guide

Nortel Enterprise Reporting Quality Monitoring Meta-Model Guide NN44480-110 Nortel Enterprise Reporting Quality Monitoring Meta-Model Guide Product release 6.5 and 7.0 Standard 01.03 November 2009 Nortel Enterprise Reporting Quality Monitoring Meta-Model Guide Publication

More information

Conversation Notes Section

Conversation Notes Section Conversation Notes Section Click the Notes tab to quickly move to the conversation notes section. The count of notes is shown in the tab. You can view all notes and replies on the conversation except those

More information

CIMA Strategic Level Classroom Courses For March & May 2014 Exams

CIMA Strategic Level Classroom Courses For March & May 2014 Exams CIMA Strategic Level Classroom Courses For March & May 201 Exams If you require further information, would like to talk about your study needs or would like to enrol for a course: Call + (0) 180 355 325

More information

SATURDAY, OCTOBER 20, 2018 BRAZOS PARK EAST

SATURDAY, OCTOBER 20, 2018 BRAZOS PARK EAST WWW.KOMENECTX.ORG 254.753.3037 SATURDAY, OCTOBER 20, 2018 BRAZOS PARK EAST HELLO TEAM CAPTAINS BEING A TEAM CAPTAIN Team captains are incredible leaders in building race participation and helping us reach

More information

MICROPROCESSORS B (17.384) Spring Lecture Outline

MICROPROCESSORS B (17.384) Spring Lecture Outline MICROPROCESSORS B (17.384) Spring 2011 Lecture Outline Class # 01 January 25, 2011 Dohn Bowden 1 Today s Lecture Administrative General Course Overview Microcontroller Hardware and/or Interface Programming/Software

More information

TECHNOLOGY AND COMPUTERS TECH IT OUT AND LEARN NEW SKILLS THAT WILL KEEP YOU UP-TO-DATE.

TECHNOLOGY AND COMPUTERS TECH IT OUT AND LEARN NEW SKILLS THAT WILL KEEP YOU UP-TO-DATE. Queens Library TECHNOLOGY AND COMPUTERS TECH IT OUT AND LEARN NEW SKILLS THAT WILL KEEP YOU UP-TO-DATE. July 2017 Central Library 89-11 Merrick Boulevard Jamaica, 718-990-8625 INTRODUCTION TO COMPUTERS

More information

Halo Administrator GUIDE

Halo Administrator GUIDE Halo Administrator GUIDE Contents Welcome to Halo... 3 Secure Sign-In... 4 Forgot Password... 4 Messages... 5 Create and Send a Message... 5 Message Enhancements... 6 Quick Note... 6 Mark as Urgent...

More information

Return equipment quickly and easily

Return equipment quickly and easily Return equipment quickly and easily Enhancements to AT&T Collaborate April 207 207 AT&T Intellectual Property. All rights reserved. AT&T, Globe logo, Mobilizing Your World and DIRECTV are registered trademarks

More information

Design Wireframes for PMO's Mobile App

Design Wireframes for PMO's Mobile App Design Wireframes for 's Mobile App (Phase- 2) Submitted by: Ananth JG SRN01 Loading Purpose: Loading App Gif Loader (Rotating Ashoka Chakara) Loading From: SRN01 SRN02-1 Home Screen Purpose: Home Screen

More information

Manual Updating To Ios 7 Ipad 3 Not Working

Manual Updating To Ios 7 Ipad 3 Not Working Manual Updating To Ios 7 Ipad 3 Not Working Apple has just released the long-awaited ios 8.3 update with support for new Siri iphone 6, iphone 6 Plus, iphone 5s, iphone 5c, iphone 5 and iphone 4s, ipad

More information

ControlLogix/Studio 5000 Logix Designer Course Code Course Title Duration CCP143 Studio 5000 Logix Designer Level 3: Project Development 4.

ControlLogix/Studio 5000 Logix Designer Course Code Course Title Duration CCP143 Studio 5000 Logix Designer Level 3: Project Development 4. NORTH CONTROLLERS ControlLogix/Studio 5000 Logix Designer CCP143 Studio 5000 Logix Designer Level 3: Project Development 4.0 Tuesday, March 7, 2017 Friday, March 10, 2017 CCP146 Studio 5000 Logix Designer

More information

Setting Your Site Preferences

Setting Your Site Preferences Setting Your Site Preferences Created on October 1, 2016 This Page Intentionally Left Blank Setting Your Preferences ii 02-Jan-17 ii Table of Contents Introduction... 4 Opening the Setting or Preferences

More information

CHIPS Newsletter Vol 3 - Yahoo! Mail. Official Newsletter of. Chuck Hellebuyck's Electronic Products

CHIPS Newsletter Vol 3 - Yahoo! Mail. Official Newsletter of. Chuck Hellebuyck's Electronic Products CHIPS Newsletter Vol 3 From: "chips@elproducts.net" To: "Chuck Hellebuyck" Friday, January 8, 2010 9:10 AM CHIPs Vol 3 / January 8, 2010 Official Newsletter

More information

The blog tool can be used to support individual or group student projects or as a communication tool within a VITAL module.

The blog tool can be used to support individual or group student projects or as a communication tool within a VITAL module. VITAL how to guides elearning Unit Last updated: 25.02.11 Blog (Campus Pack) tool Blog (Campus Pack) tool... 1 Overview... 1 To add a blog to a VITAL module... 1 Change the look & feel of a blog... 5 Add

More information

Spring 2017 Walk Across Campus Challenge

Spring 2017 Walk Across Campus Challenge Spring 2017 Walk Across Campus Challenge Boston College s Walk Across Campus (WAC) is one of many HEALTHY YOU sponsored activities and the Spring WAC is scheduled to run from Monday, April 3 rd to Monday,

More information

GRS Enterprise Synchronization Tool

GRS Enterprise Synchronization Tool GRS Enterprise Synchronization Tool Last Revised: Thursday, April 05, 2018 Page i TABLE OF CONTENTS Anchor End User Guide... Error! Bookmark not defined. Last Revised: Monday, March 12, 2018... 1 Table

More information

Installation and Getting Started Guide

Installation and Getting Started Guide Installation and Getting Started Guide Metrics Win4156 Version 4.1.0 Copyright 1999-2015, Metrics Technology, Inc. All rights reserved. Table of Contents Installing the Win4156 Software... 4 Obtain a Codeword...

More information

Problems Installing Itunes 10 Windows 7 64 Bit Latest Version >>>CLICK HERE<<<

Problems Installing Itunes 10 Windows 7 64 Bit Latest Version >>>CLICK HERE<<< Problems Installing Itunes 10 Windows 7 64 Bit Latest Version If you have issues installing itunes, try the options outlined in Issues installing itunes, Apple Software Update, Apple Mobile Device Support,

More information

Creating Apps Using ArcGIS Online Templates. Matt Kennedy

Creating Apps Using ArcGIS Online Templates. Matt Kennedy Creating Apps Using ArcGIS Online Templates Matt Kennedy Topics we will cover The publishing process Before you publish Where apps live Breakdown of apps Publishing web app templates The steps for publishing

More information

VitalSource ebook Getting Started Tips

VitalSource ebook Getting Started Tips VitalSource ebook Getting Started Tips You can access your book in an ebook format. To access the book online, go to: https://online.vitalsource.com Creating an Online Bookshelf and Downloading ebooks

More information

CREATING A REGISTRATION FORM - GETTING STARTED

CREATING A REGISTRATION FORM - GETTING STARTED If you are adding an event that requires registration, you will first need to create a registration form. If your registration form has already been created please skip down to page 7 and begin from ADDING

More information

Store Locator for Magento 2. User Guide

Store Locator for Magento 2. User Guide Store Locator for Magento 2 User Guide Table of Contents 1. Store Locator Configuration 1.1. Accessing the Extension Main Setting 1.2. General 1.3. Service API and Comments 1.4. Store Search 2. Store Locator

More information

Rapid40i PIC Prototyping PCB User Manual

Rapid40i PIC Prototyping PCB User Manual Description This is a PCB designed to facilitate the rapid prototyping of a device based on a 40 pin Microchip PIC microcontroller. To allow users to focus on their application, we take care of key housekeeping

More information

CLOVIS WEST DIRECTIVE STUDIES P.E INFORMATION SHEET

CLOVIS WEST DIRECTIVE STUDIES P.E INFORMATION SHEET CLOVIS WEST DIRECTIVE STUDIES P.E. 2018-19 INFORMATION SHEET INSTRUCTORS: Peggy Rigby peggyrigby@cusd.com 327-2104. Vance Walberg vancewalberg@cusd.com 327-2098 PURPOSE: Clovis West High School offers

More information