Application Note. Megawin USB EasyCOM

Size: px
Start display at page:

Download "Application Note. Megawin USB EasyCOM"

Transcription

1 Megawin USB EasyCOM Index Megawin USB EasyCOM.... Introduction.... Advantage.... Use Megawin USB EasyCOM.... Application Circuit ( Fig-7 ) Example Application ( Fig-8 ) Obtaining the parts Pin Assignments Revision History...

2 . Introduction In the PC world, the UART is the industrial standard through out decades, but a lots of different connection protocol has getting stronger supports because the performance of UART is not catching up with current speed. However, many applications still use COM port as typical way to communicate with devices. Therefore, how could it be done to boost the performance, and pay less efforts to modify the current solutions? Fortunately, the USB (Universal Serial Bus) provides a new approach and offers more advantages to replace the standard COM port. This document will show user how to implement a solution, Virtual COM. It takes the current setting of COM, but also gives high speed performances. In this version, Megawin USB EasyCOM only support Read/Write data function. It does not support Line/Modem Control/Status features. These features will be provided in next version. In addition, Megawin not only just provides the simplest device, but also integrates some powerful peripherals into the same chip, such as: SPI, TWSI, and General IO. It helps user easily to control any devices on the system.. Advantage.. USB is on every new computer... No modification on the PC application... More flexibility on the USB: data buffering, no data lost, etc... USB provides the power supply for the application.5. Window Build-In driver on WinK, WinXP, Vista, Vista6.

3 . Use Megawin USB EasyCOM.. System Handle Block Megawin USB EasyCOM F/W Function Call User AP Standard COM Port APIs COM APIs EasyCOM F/W LIB USB_Read_Data_Complete User F/W AP Code USB_Send_Data_To_PC Megawin Provide Library MG8FL5BD.. Software Develop Requirements Used standard COM port APIs in OS defined... Firmware Develop Requirements... 0E6A06_USBEasyCOM_v.0.inf ( Driver Installation file )... EasyCOM.LIB ( Firmware Library File )... EasyCOM.H ( Firmware Header File )... DFU.EXE ( Device Firmware Upgrade Software )

4 .. Hardware install Plug the MG8FL5BD Evaluation Stick into a PC s USB port, and instruct Device Wizard where the installation 0E6A06_USBEasyCOM_v.0.inf file is located. After the driver is successfully installed, user will see the following page in the System\Hardware\Device Manager\, and see a new entry (COMn) added to the list of available COM ports. (Fig-).5. Including library file Fig-.5.. Add the EasyCOM.LIB into your own project. (Fig-).5... InFlag, in Extern.h ( This flag indicated that InLen data already in InBuffer ).5... InLen, in Extern.h ( Indicate the size of data in InBuffer ).5... InBuffer[6], in Extern.h ( Data Buffer ).5... Initial();, in Extern.h ( This function will enable USB and should be call in user project ) USB_Read_Data_Complete();, in Extern.h ( This function will release buffer for next data transfer from PC )

5 USB_Send_Data_To_PC( Len, Buffer );, in Extern.h ( This function will send Len Data to PC ).5.. Include the Header file EasyCOM.H in the source modules which will use parameter or function call (Fig-), The following items could be modified by user application USB_VID, in Define.h ( This VID is registered under Megawin Technology Co., Ltd. at USB-IF, Any third party needs the written approval from Megawin in order to use this VID ).5... MF_STRING, in Define.h ( Define for Manufacture String are supported ).5... PD_STRING, in Define.h ( Define for Product String are supported ).5... SN_STRING, in Define.h ( Define for SerialNumber String are supported ) Fig- ~\Megawin Easy USB\EasyCOM\SampleCode\MAIN.C

6 .6. Control Flow (Fig-) Fig-

7 .7. Used MCU resource (Fig-).7.. Direct Data Memory : bytes.7.. Indirect Data Memory : 7 bytes.7.. external Data Memory : 6 bytes.7.. Library Code size : 0 bytes.7.5. USB ISR use REG BANK Fig-

8 .8. Using Device Firmware Upgrade ( DFU.EXE ).8.. Short the R first, and then press the Reset button on MG8FL5BD Evaluation Stick..8.. Run DFU.EXE (Fig-5).8.. Load file which you want to upgrade.8.. Update to process upgrade procedure.9. Limitation Fig The application doesn t work with windows98/me and Linux OS..9.. Integrated 0 Bytes internal IAP for storing serial number or product string descriptor..9.. Crystal input should be force at Mhz. If user wants to use other frequency, Please contact Megawin technical support team..9.. Baud-rate: follow super I/O.

9 .0. MG8FL5BD Flash Memory Configuration on Evaluation Stick (Fig-6) 0x0000H Application Program 0xFFH 0x00H 0x7FFH 0x800H In Application Program In System Program 0xFFFH Fig-6. Application Circuit ( Fig-7 ) J 5 D N587 R U.5k USB Connector Vbus D- DM D+ DP GND C5 C6 5 5pF 5pF CON5 D+ D- VD USB_VDD5 VD C8 C9 0u 0.u AIC7- SOT89 VI VO C0 U 0.u GND USB_VDD5 VD C 0.uF R 0 R 0 VD P P P P0 P P P7 P6 P5 P XIN XOUT P0 P P0 P07 P06 RESET P05 P0 P0 P0 P0 P00 P7 P6 P5 P P R6 k R7 U5 LED0 U7 P0 P P0 P P P P P5 P6 P7 RESET P0 P P P P P5 P7 P6 P0 XIN C7 0.uF C 0u U VDDA DP DM VSSA P. P. P. PLL_VDD PLL_CV P.0 P. P P.7 P.6 P.5 P. XIN XOUT VSS P.0 P. P.0 P0.7 P0.6 P. P. P.5 P.6 P.7 P. P. VDD_INT P.0 P. P. RST P0.5 P0. P0. P0. P0. P0.0 P.7 P.6 P.5 P. P SW C.0uF XIN XOUT U R 7k C C MHz 0pF 0pF J VD USB_VDD5 CON C 00pF 0k R5 C 000pF P P P5 5 P6 6 P7 7 P 8 P 9 0 P0 P P C C5 0.uF 0.uF MG8FL5BD_8LQFP VD R 0 P U VD P00 P0 P0 P0 P0 P05 P06 P07 P P P P7 P6 P5 P P P P P0 P P0 R9 0 R0 0 TXD RXD J UART P0 J 5 CON5 k R8 k R k LED U8 LED U9 LED P P CON_MCU Fig-7

10 5. Example Application ( Fig-8 ) 5.. USB to MCU GPIO 5.. USB to UART 5.. USB to Parallel Port 5.. USB to SPI 5.5. USB to TWSI 5.6. USB to user s interface Fig-8

11 6. Obtaining the parts The MG8FL5BD device comes in a 8 pin surface mount LQFP-8 package. For this solution, it s only requires a MHz crystal, some passives, and the USB socket. Of course, customers could obtain it from Megawin in Taiwan. Please, visit the Megawin s website at for the latest details on pricing and availability 7. Pin Assignments Pin Pin Name Type Description P.0 I/O General purpose digital I/O P. I/O General purpose digital I/O P. I/O General purpose digital I/O P. I/O General purpose digital I/O 5 P. I/O General purpose digital I/O 6 P.5 I/O General purpose digital I/O 7 P.6 I/O General purpose digital I/O 8 P.7 I/O General purpose digital I/O 9 RESET I Reset input, High Active 0 P.0 I/O General purpose digital I/O & TWSI_SCL P. I/O General purpose digital I/O & TWSI_SDA P. I/O General purpose digital I/O P. I/O General purpose digital I/O P. I/O General purpose digital I/O & SPI_ SSI 5 P.5 I/O General purpose digital I/O & SPI_ MOSI 6 P.7 I/O General purpose digital I/O & SPI_ SCLK 7 P.6 I/O General purpose digital I/O & SPI_ MISO 8 P.0 I/O General purpose digital I/O 9 XIN I Crystal Input 0 GND GND Power Ground P.0 I/O General purpose digital I/O & Serial port RXD P. I/O General purpose digital I/O & Serial port TXD P. I/O General purpose digital I/O & External interrupt 0 P. I/O General purpose digital I/O & External interrupt 5 P. I/O General purpose digital I/O,Timer 0 external input & Timer 0 clock output

12 6 P.5 I/O P.5 & Timer external input Pin Pin Name Type Description 7 P.6 I/O P.6 & External interrupt 8 P.7 I/O P.7 & External interrupt 9 P. I/O General purpose digital I/O 0 P. I/O General purpose digital I/O P. I/O General purpose digital I/O P0.7 I/O General purpose digital I/O & Keypad input 7 P0.6 I/O General purpose digital I/O & Keypad input 6 P0.5 I/O General purpose digital I/O & Keypad input 5 5 P0. I/O General purpose digital I/O & Keypad input 6 P0. I/O General purpose digital I/O & Keypad input 7 P0. I/O General purpose digital I/O & Keypad input 8 P0. I/O General purpose digital I/O & Keypad input 9 P0.0 I/O General purpose digital I/O & Keypad input 0 0 VD.Vdc.Vdc Output 8. Revision History Revision Description Data V.0 Initial version 007/09/7 V.0 Modify Control Flow 007/0/08 V.0 Modify Control Flow 007//6 Add user define USB_VID/USB_PID/USB/DID V.0 Modify Application Circuit and Pin assignment 007//0 V.0 Change driver name ( 0E6A06_USBEasyCOM_v.0.inf ) 008/0/

Prototyping Module Datasheet

Prototyping Module Datasheet Prototyping Module Datasheet Part Numbers: MPROTO100 rev 002 Zenseio LLC Updated: September 2016 Table of Contents Table of Contents Functional description PROTOTYPING MODULE OVERVIEW FEATURES BLOCK DIAGRAM

More information

ILI2312. ILI2312 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.03.

ILI2312. ILI2312 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.03. Single Chip Capacitive Touch Sensor Controller Specification Version: V1.03 Date: 2015/11/17 ILI TECHNOLOGY CORP. 8F, No.38, Taiyuan St., Jhubei City, Hsinchu County 302, Taiwan, R.O.C. Tel.886-3-5600099;

More information

Megawin 8051 ISP via COM Port

Megawin 8051 ISP via COM Port Megawin 8051 ISP via COM Port User Manual By Vincent Y. C. Yu This document information is the intellectual property of Megawin Technology Co., Ltd. 1 Contents 1 What is ISP... 3 2 Chip Configuration for

More information

Freescale Semiconductor Inc. TWR-MCF51CN User Manual Rev. 1.2

Freescale Semiconductor Inc. TWR-MCF51CN User Manual Rev. 1.2 Freescale Semiconductor Inc. TWR-MCF51CN User Manual Rev. 1.2 Contents 1 Overview... 3 2 Reference Documents... 4 3 Hardware Features... 4 3.1 Clocking... 4 3.2 System Power... 4 3.3 Debug Interface...

More information

8051 Microcontroller

8051 Microcontroller 8051 Microcontroller The 8051, Motorola and PIC families are the 3 leading sellers in the microcontroller market. The 8051 microcontroller was originally developed by Intel in the late 1970 s. Today many

More information

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet Future Technology Devices International Ltd TTL-232R-PCB TTL to USB Serial Converter PCB Datasheet Document Reference No.: FT_000065 Version 1.0 Issue Date: 2008-08-28 Future Technology Devices International

More information

Megawin 8051 ISP-ICP Programmer

Megawin 8051 ISP-ICP Programmer Megawin 8051 ISP-ICP Programmer User Manual By Vincent Y. C. Yu This document information is the intellectual property of Megawin Technology Co., Ltd. 1 Contents 1 Introduction... 3 1.1 Two-in-One Functions...

More information

S3F8S5A Development Kit

S3F8S5A Development Kit S3 Family of Microcontrollers S3F8S5A Development Kit Copyright 06 Zilog, Inc. All rights reserved. www.zilog.com ii Warning: DO NOT USE THIS PRODUCT IN LIFE SUPPORT SYSTEMS. LIFE SUPPORT POLICY ZILOG

More information

Freescale Semiconductor Inc. Microcontroller Solutions Group. TWR-MCF51CN User Manual Rev. 1.1

Freescale Semiconductor Inc. Microcontroller Solutions Group. TWR-MCF51CN User Manual Rev. 1.1 Freescale Semiconductor Inc. Microcontroller Solutions Group TWR-MCF51CN User Manual Rev. 1.1 Contents 1 Overview...3 2 Reference Documents...4 3 Hardware Features...4 3.1 Clocking...4 3.2 System Power...4

More information

Gigatechnology.com Pty Ltd

Gigatechnology.com Pty Ltd USB Plug and Play Parallel -Bit FIFO Development Module The is a low-cost integrated module for transferring data to / from a peripheral and host PC at up to Million bits ( Megabyte) per second. Based

More information

USB MOD1 - USB Plug and Play Serial Development Module

USB MOD1 - USB Plug and Play Serial Development Module USB MOD - USB Plug and Play Serial Development Module The USB MOD shown in diagram, is a low-cost integrated module for transferring serial data over USB. Based on the FTDI FTUAM USB UART IC, the USB MOD

More information

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM

Preliminary. PACKAGE - 28-pin MLP (5mm X 5mm) Example Circuit Diagram CP V. 48MHz Oscillator. USB Function Controller 512B EEPROM Preliminary Single-Chip USB to UART Bridge SINGLE-CHIP USB to UART DATA TRANSFER - Integrated USB Transceiver; No External Resistors Required - Integrated Clock; No External Crystal Required - Integrated

More information

Raspberry Pi - I/O Interfaces

Raspberry Pi - I/O Interfaces ECE 1160/2160 Embedded Systems Design Raspberry Pi - I/O Interfaces Wei Gao ECE 1160/2160 Embedded Systems Design 1 I/O Interfaces Parallel I/O and Serial I/O Parallel I/O: multiple input/output simultaneously

More information

Megawin 8051 ISP-ICP Programmer & 8051 ISP Writer U2

Megawin 8051 ISP-ICP Programmer & 8051 ISP Writer U2 Megawin & 8051 ISP Writer U2 User Manual This document information is the intellectual property of Megawin Technology Co., Ltd. 1 Contents 1 Introduction... 3 1.1 Two-in-One Functions... 4 1.2 Comparison

More information

BV511 Hardware Guide ByVac ByVac Revision 1.0

BV511 Hardware Guide ByVac ByVac Revision 1.0 BV511 Hardware Guide ByVac ByVac 2007 www.byvac.co.uk Revision 1.0 ByVac 1 Copyright in this work is vested in ByVac and the document is issued in confidence for the purpose only for which it is supplied.

More information

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5

ILI2511. ILI2511 Single Chip Capacitive Touch Sensor Controller. Specification ILI TECHNOLOGY CORP. Version: V1.4. Date: 2018/7/5 Single Chip Capacitive Touch Sensor Controller Specification Version: V1.4 Date: 2018/7/5 ILI TECHNOLOGY CORP. 8F., No.1, Taiyuan 2 nd St., Zhubei City, Hsinchu County 302, Taiwan (R.O.C.) Tel.886-3-5600099;

More information

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP

DEVBOARD3 DATASHEET. 10Mbits Ethernet & SD card Development Board PIC18F67J60 MICROCHIP DEVBOARD3 DATASHEET 10Mbits Ethernet & SD card PIC18F67J60 MICROCHIP Version 1.0 - March 2009 DEVBOARD3 Version 1.0 March 2009 Page 1 of 7 The DEVBOARD3 is a proto-typing board used to quickly and easily

More information

Nuvoton 8051 ICP Programmer

Nuvoton 8051 ICP Programmer Nuvoton 8051 ICP Programmer User Manual Revision 5.31, 2011/04/08 2010 Nuvoton Technology Corporation. All Rights Reserved. < Revision 5.31 > 1 Contents Revision History... 3 1 Introduction... 4 2 Hardware...

More information

Cookie User Manual. For NuMicro Edition 1.0. Rev. 1.0 Release: forum.coocox.org.

Cookie User Manual. For NuMicro Edition 1.0. Rev. 1.0 Release: forum.coocox.org. Cookie User Manual For NuMicro Edition 1.0 Rev. 1.0 Release: 2012-08-09 Website: Forum: Techinal: Market: www.coocox.org forum.coocox.org master@coocox.com market@coocox.com 1 Introduction Cookie is an

More information

Nuvoton 8051 ICP Programmer

Nuvoton 8051 ICP Programmer Nuvoton 8051 ICP Programmer User Manual Revision 6.12, 2012/04/26 2011 Nuvoton Technology Corporation. All Rights Reserved. < Revision 6.12 > 1 Contents 8051 ICP Programmer Revision History... 3 1 Introduction...

More information

F2MC MB90385 series Evaluation Board Documentation. Revision Date Comment V New document

F2MC MB90385 series Evaluation Board Documentation. Revision Date Comment V New document F2MC MB90385 series Evaluation Board Documentation Revision Date Comment V1.0 08.25.02 New document 1 Warranty and Disclaimer To the maximum extent permitted by applicable law, Fujitsu Microelectronics

More information

AL361A-EVB-A1. Multi-channel Video Processor EVB. Datasheet. (HDMI/AHD-to-HDMI) 2017 by AverLogic Technologies, Corp. Version 1.0

AL361A-EVB-A1. Multi-channel Video Processor EVB. Datasheet. (HDMI/AHD-to-HDMI) 2017 by AverLogic Technologies, Corp. Version 1.0 AL361A-EVB-A1 Multi-channel Video Processor EVB (HDMI/AHD-to-HDMI) Datasheet Version 1.0 INFORMATION FURNISHED BY AVERLOGIC IS BELIEVED TO BE ACCURATE AND RELIABLE. HOWEVER, NO RESPONSIBILITY IS ASSUMED

More information

Projected Capacitive Touch Solution General Specification

Projected Capacitive Touch Solution General Specification Doc. Version A Total Page 13 Date 20100202 Projected Capacitive Touch Solution General Specification Model No.: MGG0700BU08 2009 PANJIT All Rights Reserved. www.panjittouchscreens.com TABLE OF CONTENTS

More information

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B

ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE Standard. DATA SHEET Version B ZMD400-A01 ZigBee Compliant Platform 2.4G RF Low Power Transceiver Module for IEEE 802.15.4 Standard DATA SHEET Version B Quan International Co., Ltd., ZMD400 Features Fully compliant 802.15.4 Standard

More information

Demo 17 - Receiving data from Host through Serial Port. Introduction:

Demo 17 - Receiving data from Host through Serial Port. Introduction: Introduction: This demo program gives an idea about receiving data from the host using the serial port in asynchronous mode at 500 baud using serial port 0. The received data will be stored in the RAM

More information

Fulhua Microelectronics Corp. FS7805. Security Built-In High Speed USB Peripheral Controller. Datasheet. Preliminary Revision 1.0

Fulhua Microelectronics Corp. FS7805. Security Built-In High Speed USB Peripheral Controller. Datasheet. Preliminary Revision 1.0 FS7805 Security Built-In High Speed USB Peripheral Controller Datasheet Preliminary Revision 1.0 Nov, 10, 2006 Copyright: Copyright 2006 Fulhua Microelectronic Corp. AL MATERIALS ARE PROVIDED AS IS WITHOUT

More information

Neo_M660 GPRS Module Demo Board User Guide Version 1.0

Neo_M660 GPRS Module Demo Board User Guide Version 1.0 Neo_M660 GPRS Module Demo Board User Guide Version 1.0 Revision Record Issue Changes Date V1.0 Initial draft 2014-05 Copyright Neoway Technology Co., Ltd i Contents 1 Overview... 1 2 Interfaces... 1 3

More information

Programmer for flash micro computers. User s Manual

Programmer for flash micro computers. User s Manual Programmer for flash micro computers User s Manual TESSERA Technology INC. 6th edition 9/2008 Table of Contents Chapter 1 Summary 2 1.1 System Configuration 3 Chapter 2 Installation 4 2.1 System Requirement

More information

FTDI Chip. VM800P Datasheet Embedded Video Engine Plus Module. VM800P Embedded Video Engine Plus Module Datasheet Version 1.3

FTDI Chip. VM800P Datasheet Embedded Video Engine Plus Module. VM800P Embedded Video Engine Plus Module Datasheet Version 1.3 Document Reference No.: BRT_000021 Clearance No.: BRT#008 FTDI Chip VM800P Datasheet Embedded Video Engine Plus Module General Purpose Multi Media Controller The VM800P is a development module for FTDI

More information

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter

USB Debug Adapter. Power USB DEBUG ADAPTER. Silicon Laboratories. Stop. Run. Figure 1. Hardware Setup using a USB Debug Adapter C8051F38X DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The C8051F38x Development Kit contains the following items: C8051F380 Target Board C8051Fxxx Development Kit Quick-start Guide Silicon Laboratories

More information

FT245 USB Modual. - Ver FT245 Module Features

FT245 USB Modual. - Ver FT245 Module Features 1. FT245 Module Features FT245 USB Modual - Ver 1.0 - - FTDI chip 사의 FT245 채용 - D2XX Driver 사용시최대 1MByte 전송 - 1 열 Pin Header 에 Data, Control Pin 입출력 - 외부 I/O 전원선택가능 (3.3V, 5V) - USB 정보저장을위한 EEPROM Socket

More information

Hardware Reference. DIL/NetPC DNP/9265 Board Revision 1.0

Hardware Reference. DIL/NetPC DNP/9265 Board Revision 1.0 DIL/NetPC DNP/9265 Board Revision 1.0 Hardware Reference SSV Embedded Systems Dünenweg 5 D-30419 Hannover Phone: +49 (0)511/40 000-0 Fax: +49 (0)511/40 000-40 E-mail: sales@ssv-embedded.de Document Revision:

More information

Datasheet JMS578. SuperSpeed USB 3.0 to SATA 6.0Gb/s Bridge Controller. Document No.: PSD / Revision no.: 1.01 / Date: 9/2/2016

Datasheet JMS578. SuperSpeed USB 3.0 to SATA 6.0Gb/s Bridge Controller. Document No.: PSD / Revision no.: 1.01 / Date: 9/2/2016 Datasheet JMS578 SuperSpeed USB 3.0 to SATA 6.0Gb/s Bridge Controller Document No.: PSD-16002 / Revision no.: 1.01 / Date: 9/2/2016 JMicron Technology Corporation 1F, No. 13, Innovation Road 1, Science-Based

More information

FTDI Chip. VI800A-232U Datasheet Plug in accessory for VM800P Embedded Video Engine Plus module. 1.1 Features. 1 Introduction

FTDI Chip. VI800A-232U Datasheet Plug in accessory for VM800P Embedded Video Engine Plus module. 1.1 Features. 1 Introduction Version 1.1 FTDI Chip VI800A-232U Datasheet Plug in accessory for VM800P Embedded Video Engine Plus module 1 Introduction 1.1 Features The VI800A-232U is a plug in accessory for the VM800P module, which

More information

LPC-P1114 development board Users Manual

LPC-P1114 development board Users Manual LPC-P1114 development board Users Manual All boards produced by Olimex are ROHS compliant Revision A, May 2010 Copyright(c) 2009, OLIMEX Ltd, All rights reserved Page 1 INTRODUCTION LPC-P1114 is development

More information

User Manual Sample. (English version)

User Manual Sample. (English version) BT-2001 v2.5 User Manual Sample (English version) Man & Tel Co., Ltd. [www.manntel.com] SMD-BT2-E025a Copyright Man&Tel 2004 Page 1of 10 Contents I. Hardware 1. Hardware Overview and Functions 3 2. Hardware

More information

Flash Microcomputer Programmer

Flash Microcomputer Programmer Flash Microcomputer Programmer User's Manual Tessera Technology Inc. Date published: August 2017 (6th Edition) TABLE OF CONTENTS CHAPTER 1 OVERVIEW... 5 1.1 System Configuration... 6 CHAPTER 2 INSTALLATION...

More information

WIZ-SM10 Datasheet. ( Version 0.1 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at

WIZ-SM10 Datasheet. ( Version 0.1 ) 2010 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at WIZ-SM0 Datasheet ( Version 0. ) 00 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at http://www.wiznet.co.kr WIZ-SM0 Datasheet (WIZnet Co., Ltd.) Document Revision History

More information

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet

TTL-232R-PCB. TTL to USB Serial Converter PCB. Datasheet Future Technology Devices International Ltd TTL-232R-PCB TTL to USB Serial Converter PCB Datasheet Version 1.01 Issue Date: 2010-09-02 Future Technology Devices International Limited (FTDI) Unit 1, 2 Seaward

More information

TouchCore351-ML16IP. Capacitive Touch Sensor Controller

TouchCore351-ML16IP. Capacitive Touch Sensor Controller Total Solution of MCU TouchCore351-ML16IP Capacitive Touch Sensor Controller CORERIVER Semiconductor reserves the right to make corrections, modifications, enhancements, improvements, and other changes

More information

High Resolution Digital Weigh-Scale Design Using Z8 Encore! Microcontrollers

High Resolution Digital Weigh-Scale Design Using Z8 Encore! Microcontrollers Application te High Resolution Digital Weigh-Scale Design Using Z8 Encore! Microcontrollers AN025404-0608 Abstract This application note describes the development and use of a Digital Weigh-Scale (DWS)

More information

1.6inch SPI Module user manual

1.6inch SPI Module user manual 1.6inch SPI Module user manual www.lcdwiki.com 1 / 10 Rev1.0 Product Description The 1.6 module is tested using the ESP8266MOD D1 Mini development board, Both the test program and the dependent libraries

More information

Dual Serial Shield User Manual

Dual Serial Shield User Manual Dual Serial Shield User Manual PN: 2050 Berkshire Products, Inc. Phone: 770-271-0088 http://www.bkp-store.com/ Rev: 1.00 Copyright 2013 Table of Contents 1 Introduction... 2 1.1 XB compatibility... 2 2

More information

G120 Module Specifications

G120 Module Specifications G120 Module is a surface-mount System on Module (SoM) that runs.net Micro Framework software platform; a tiny version of Microsoft.NET framework. The value of G120 Module is not only in the hardware capabilities

More information

Pmod ESP32 Reference Manual

Pmod ESP32 Reference Manual Pmod ESP32 Reference Manual The Digilent Pmod ESP32 features a radio with support for 802.11 b/g/n Wifi and dualmode Bluetooth. This module is perfect for connecting your FPGA or microcontroller projects

More information

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual

Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual 4T 8051 8-bit Microcontroller Nuvoton 4T 8051-based Microcontroller NuTiny-SDK-N78E715 User Manual The information described in this document is the exclusive intellectual property of Nuvoton Technology

More information

AN Interfacing Philips Bridge IC with Philips microcontroller. Document information

AN Interfacing Philips Bridge IC with Philips microcontroller. Document information AN0 Rev. 0 May 00 Application note Document information Info Keywords Abstract Content SCIS0 to PLPC, Bridge IC to microcontroller, serial interface The operation and description of Philips LPC00 Series

More information

AVR-Ready2. Additional Board. Manual. MikroElektronika

AVR-Ready2. Additional Board. Manual. MikroElektronika AVR-Ready2 Manual All Mikroelektronika s development systems feature a large number of peripheral modules expanding microcontroller s range of application and making the process of program testing easier.

More information

AL362B-EVB-A1. AHD-to-HDMI Quad Box Development Kit by AverLogic Technologies, Corp. Version 1.0

AL362B-EVB-A1. AHD-to-HDMI Quad Box Development Kit by AverLogic Technologies, Corp. Version 1.0 AL362B-EVB-A1 AHD-to-HDMI Quad Box Development Kit Version 1.0 INFORMATION FURNISHED BY AVERLOGIC IS BELIEVED TO BE ACCURATE AND RELIABLE. HOWEVER, NO RESPONSIBILITY IS ASSUMED BY AVERLOGIC FOR ITS USE,

More information

Future Technology Devices International

Future Technology Devices International Future Technology Devices International Datasheet UMFT51AA 8051 Compatible Module UMFT51AA is an FT51A DIP module that is compatible with an 8051 microcontroller. 1 Introduction 1.1 Features The UMFT51AA

More information

xpico 200 Series Evaluation Kit User Guide

xpico 200 Series Evaluation Kit User Guide xpico 200 Series Evaluation Kit User Guide This guide describes how to setup the xpico 200 series evaluation kit and provides the information needed to evaluate the included xpico 240 or xpico 250 embedded

More information

ARDUINO MEGA ADK REV3 Code: A000069

ARDUINO MEGA ADK REV3 Code: A000069 ARDUINO MEGA ADK REV3 Code: A000069 OVERVIEW The Arduino MEGA ADK is a microcontroller board based on the ATmega2560. It has a USB host interface to connect with Android based phones, based on the MAX3421e

More information

SF100 programmer Serial Flash In System Programming solution

SF100 programmer Serial Flash In System Programming solution 4F-2, N16, Jin Jhou St, Taipei, Taiwan, ROC SF100 programmer Serial Flash In System Programming solution The Innovative solution to update the Serial Flash on board High performances for low price USB

More information

WIZ810MJ Datasheet. (Ver. 1.2) 2007 WIZnet Inc. All Rights Reserved. For more information, visit our website at

WIZ810MJ Datasheet. (Ver. 1.2) 2007 WIZnet Inc. All Rights Reserved. For more information, visit our website at (Ver. 1.2) 2007 WIZnet Inc. All Rights Reserved. For more information, visit our website at www.wiznet.co.kr Document History Information Revision Data Description Ver. 1.0 September, 2007 Release with

More information

User's Manual Rev. 1. Freescale Semiconductor Inc. TWRS08UNIVUM

User's Manual Rev. 1. Freescale Semiconductor Inc. TWRS08UNIVUM TWR-S08UNIV User's Manual Rev. 1 Freescale Semiconductor Inc. TWRS08UNIVUM Table of Contents 1. TWR-S08UNIV and TWR-S08DC Overview... 4 1.1 Contents... 5 1.2 Features... 5 2. Getting Started... 7 2.1 Reference

More information

AC-PG-USBASP USBASP AVR Programmer

AC-PG-USBASP USBASP AVR Programmer AC-PG-USBASP USBASP AVR Programmer User Guide Download drivers from Jaycar website under the product download section TABLE OF CONTENTS 1. OVERVIEW... 2 1.1. Introduction... 2 1.2. References... 2 1.2.1.

More information

C8051F700-DK C8051F700 DEVELOPMENT KIT USER S GUIDE. 1. Relevant Devices. 2. Kit Contents. 3. Hardware Setup

C8051F700-DK C8051F700 DEVELOPMENT KIT USER S GUIDE. 1. Relevant Devices. 2. Kit Contents. 3. Hardware Setup C8051F700 DEVELOPMENT KIT USER S GUIDE 1. Relevant Devices The C8051F700 Development Kit is intended as a development platform for the microcontrollers in the C8051F70x/71x MCU family. The members of this

More information

ARDUINO YÚN MINI Code: A000108

ARDUINO YÚN MINI Code: A000108 ARDUINO YÚN MINI Code: A000108 The Arduino Yún Mini is a compact version of the Arduino YUN OVERVIEW: Arduino Yún Mini is a breadboard PCB developed with ATmega 32u4 MCU and QCA MIPS 24K SoC CPU operating

More information

USER GUIDE. ATmega168 Xplained Mini User Guide. Introduction

USER GUIDE. ATmega168 Xplained Mini User Guide. Introduction USER GUIDE ATmega168 Xplained Mini User Guide Introduction This user guide describes how to get started with the Atmel ATmega168 Xplained Mini board. The ATmega168 Xplained Mini evalutation kit is a hardware

More information

Megawin 8051 OCD ICE

Megawin 8051 OCD ICE Megawin User Manual This document information is the intellectual property of Megawin Technology Co., Ltd. 1 Contents 1 Introduction... 3 Features... 3 Description... 3 2 Hardware Setup... 4 3 Software

More information

UB232R. USB Mini-B FT232R Evaluation Module. Datasheet

UB232R. USB Mini-B FT232R Evaluation Module. Datasheet Future Technology Devices International Ltd. UB232R USB Mini-B FT232R Evaluation Module Datasheet Document Reference No.: FT_000055 Version 1.00 Issue Date: 2008-07-16 Future Technology Devices International

More information

TECHNICAL DESCRIPTION

TECHNICAL DESCRIPTION REV 0.2 TECHNICAL DESCRIPTION Fastrax Mini Evaluation kit This document describes the electrical connectivity and main functionality of the Mini Evaluation kit hardware. September 10 th, 2007 Fastrax Ltd.

More information

SBAT90USB162 Atmel. SBAT90USB162 Development Board User s Manual

SBAT90USB162 Atmel. SBAT90USB162 Development Board User s Manual SBAT90USB162 Atmel AT90USB162 Development Board User s manual 1 1. INTRODUCTION Thank you for choosing the SBAT90USB162 Atmel AT90USB162 development board. This board is designed to give a quick and cost-effective

More information

Product Specification

Product Specification Product Specification 15mm x 27mm Description One of the most capable Bluetooth modules available, the BT-21 Bluetooth OEM Module is designed for maximum flexibility. The BT-21 module includes 14 general

More information

============ CONTENTS ============

============ CONTENTS ============ ============ CONTENTS ============ 1. INTRODUCTION... 3 2. FEATURES... 3 3. PIN ASSIGNMENT... 4 4. ROM TABLE... 7 5. RAM TABLE... 8 6. SYSTEM CLOCK... 9 6.1 CRYSTAL INPUT... 9 6.2 ROSC INPUT... 9 7. I/O

More information

Figure 1-1 ISPAVRU1 application

Figure 1-1 ISPAVRU1 application ISP AVR Programmer through USB Main Features AVR Studio Interface (AVR Studio 4.12 or later) Supports all AVR Device with ISP interface, refer to AVR Studio Programs both Flash and EEPROM Supports Fuse

More information

ARDUINO MEGA 2560 REV3 Code: A000067

ARDUINO MEGA 2560 REV3 Code: A000067 ARDUINO MEGA 2560 REV3 Code: A000067 The MEGA 2560 is designed for more complex projects. With 54 digital I/O pins, 16 analog inputs and a larger space for your sketch it is the recommended board for 3D

More information

Genesys Logic, Inc. GL823K. USB 2.0 SD/MSPRO Card Reader Controller. Datasheet. Devin Qiu Q:

Genesys Logic, Inc. GL823K. USB 2.0 SD/MSPRO Card Reader Controller. Datasheet. Devin Qiu Q: Genesys Logic, Inc. GL823K USB 2.0 SD/MSPRO Card Reader Controller Datasheet Devin Qiu Q:327857878 Revision 1.03 Dec. 17, 2014 Copyright Copyright 2014 Genesys Logic, Inc. All rights reserved. No part

More information

MT7620A Module W701 Product Specification

MT7620A Module W701 Product Specification MT7620A Module W701 Product Specification Version Issue date Changes Remark 0.1 2014/3/06 Initial Version 0.2 2014/10/3 Modify memory configuration 0.3 2015/4/29 Update 2T2R data rate and temperature range

More information

AVR-Ready1. Additional Board. Manual. MikroElektronika

AVR-Ready1. Additional Board. Manual. MikroElektronika AVR-Ready1 Manual All Mikroelektronika s development systems feature a large number of peripheral modules expanding microcontroller s range of application and making the process of program testing easier.

More information

An SPI interface for the 65(C)02 family of microprocessors

An SPI interface for the 65(C)02 family of microprocessors Rev 4/B Dec 30, 2011 65SPI/B An SPI interface for the 65(C)02 family of microprocessors This device was created to provide a basic SPI interface for the 65xx family of microprocessors. Currently, the only

More information

CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT

CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT CSCI 6907 PROJECT PROPOSAL LIGHTS OUT MANAGEMENT JAMES LEE JAMESLEE@GWU.EDU. Project Abstract I am a system administrator who manages hundreds of Unix systems. One of the essential tools to ensure I don

More information

PropIO V2 User Guide. Wayne Warthen RetroBrew Computers

PropIO V2 User Guide. Wayne Warthen RetroBrew Computers PropIO V2 User Guide Wayne Warthen RetroBrew Computers August 25, 2017 Contents Summary... 2 Architecture... 3 Compatibility... 5 Construction... 5 Configuration... 8 Connectors... 8 Testing... 8 Usage...

More information

Preliminary Datasheet

Preliminary Datasheet JMS561U SuperSpeed USB to Dual SATA Gen3 Ports Bridge and SATA Copier Preliminary Datasheet JMicron 2014. All rights reserved. Page 1 Copying prohibited. Revision History Version Date Revision Description

More information

Real-Time Embedded Systems. CpE-450 Spring 06

Real-Time Embedded Systems. CpE-450 Spring 06 Real-Time Embedded Systems CpE-450 Spring 06 Class 5 Bruce McNair bmcnair@stevens.edu 5-1/42 Interfacing to Embedded Systems Distance 100 m 10 m 1 m 100 cm 10 cm "Transmission line" capacitance ( C) Distance

More information

ARDUINO YÚN Code: A000008

ARDUINO YÚN Code: A000008 ARDUINO YÚN Code: A000008 Arduino YÚN is the perfect board to use when designing connected devices and, more in general, Internet of Things projects. It combines the power of Linux with the ease of use

More information

USER GUIDE EDBG. Description

USER GUIDE EDBG. Description USER GUIDE EDBG Description The Atmel Embedded Debugger (EDBG) is an onboard debugger for integration into development kits with Atmel MCUs. In addition to programming and debugging support through Atmel

More information

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front

Arduino Uno. Arduino Uno R3 Front. Arduino Uno R2 Front Arduino Uno Arduino Uno R3 Front Arduino Uno R2 Front Arduino Uno SMD Arduino Uno R3 Back Arduino Uno Front Arduino Uno Back Overview The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet).

More information

Future Technology Devices International Ltd. TN_161 FT4222H Errata Technical Note

Future Technology Devices International Ltd. TN_161 FT4222H Errata Technical Note Future Technology Devices International Ltd TN_161 FT4222H Errata Technical Note Issue Date: 2018-03-28 The intention of this errata technical note is to give a detailed description of known functional

More information

VLSI AppNote: VSx053 Simple DSP Board

VLSI AppNote: VSx053 Simple DSP Board : VSx053 Simple DSP Board Description This document describes the VS1053 / VS8053 Simple DPS Board and the VSx053 Simple DSP Host Board. Schematics, layouts and pinouts of both cards are included. The

More information

Am186ER/Am188ER AMD continues 16-bit innovation

Am186ER/Am188ER AMD continues 16-bit innovation Am186ER/Am188ER AMD continues 16-bit innovation 386-Class Performance, Enhanced System Integration, and Built-in SRAM Am186ER and Am188ER Am186 System Evolution 80C186 Based 3.37 MIP System Am186EM Based

More information

LPC-P1114 development board Users Manual

LPC-P1114 development board Users Manual LPC-P4 development board Users Manual All boards produced by Olimex are ROHS compliant Revision B, November 0 Copyright(c) 0, OLIMEX Ltd, All rights reserved Page INTRODUCTION LPC-P4 is development board

More information

ACT-IR8200P. IrDA Compliant Protocol Processor Preliminary Specification. Copyright 2003 ACTiSYS Corporation, All Rights Reserved

ACT-IR8200P. IrDA Compliant Protocol Processor Preliminary Specification. Copyright 2003 ACTiSYS Corporation, All Rights Reserved 48511 Warm Springs Blvd., Suite 206, Fremont, CA 94539 Tel: (510) 490-8024 Fax: (510) 623-7268 Website: http://www.actisys.com E-mail: irda-info@actisys.com IrDA Compliant Protocol Processor Preliminary

More information

SF100, SF200, SF300 Serial Flash Programming solutions

SF100, SF200, SF300 Serial Flash Programming solutions 4F., No.7, Ln. 143, Xinming Rd., Neihu Dist., Taipei City 114, Taiwan SF100, SF200, SF300 Serial Flash Programming solutions The Innovative solution to update the Serial Flash on board and Offline High

More information

BeagleBone Black USB Expansion RS232 Module Cape Coolgear, Inc. Version 1.1 September 2017 Model Number:

BeagleBone Black USB Expansion RS232 Module Cape Coolgear, Inc. Version 1.1 September 2017 Model Number: BeagleBone Black USB Expansion RS232 Module Cape Product Manual Coolgear, Inc. Version 1.1 September 2017 Model Number: USB-2COM-BB 2 USB-2COM-BB Product Manual Revision History Revision Date Author Comments

More information

Pmod modules are powered by the host via the interface s power and ground pins.

Pmod modules are powered by the host via the interface s power and ground pins. 1300 Henley Court Pullman, WA 99163 509.334.6306 www.store. digilent.com Digilent Pmod Interface Specification 1.2.0 Revised October 5, 2017 1 Introduction The Digilent Pmod interface is used to connect

More information

AC-PG-USBASP USBASP AVR Programmer

AC-PG-USBASP USBASP AVR Programmer AC-PG-USBASP-UG TABLE OF CONTENTS 1. OVERVIEW... 1 1.1. Introduction... 1 1.2. References... 1 1.2.1. Referenced Web Pages... 1 1.2.2. Acronyms and Abbreviations... 1 1.2.3. Definitions... 2 1.3. Supported

More information

Product Specification

Product Specification Product Specification Features Amp ed RF, Inc. Description 15mm x 27mm The added class 1 power, +18dBm, of the BT-11, gives this module one of the best ranges in the industry. It s completely pin compatible

More information

SNL16000 MTP EV chip (with 2Mx16 Flash Memory)

SNL16000 MTP EV chip (with 2Mx16 Flash Memory) ================== CONTENTS ================= 1. INRODUCTION... 3 2. FEATURES... 3 2.1. CPU... 3 2.2. WPU... 4 2.3. LCD... 4 3. FLASH MEMORY... 6 4. RAM... 6 5. PIN ASSIGNMENT... 7 6. LQFP-256 OUTLINE...

More information

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD).

ARDUINO UNO REV3 SMD Code: A The board everybody gets started with, based on the ATmega328 (SMD). ARDUINO UNO REV3 SMD Code: A000073 The board everybody gets started with, based on the ATmega328 (SMD). The Arduino Uno SMD R3 is a microcontroller board based on the ATmega328. It has 14 digital input/output

More information

THM3060. Multiple Protocols Contactless Reader IC. Features. Pinning Diagram

THM3060. Multiple Protocols Contactless Reader IC. Features. Pinning Diagram THM3060 Multiple Protocols Contactless Reader IC Features Compatible with ISO/IEC 14443 A/B Support higher baudrate up to 848 Kbit/s Compatible with ISO/IEC 15693 Host interface selectable: UART,SPI and

More information

AN10428 UART-SPI Gateway for Philips SPI slave bridges

AN10428 UART-SPI Gateway for Philips SPI slave bridges UART-SPI Gateway for Philips SPI slave bridges Rev. 01 7 March 2006 Application note Document information Info Keywords Abstract Content UART-SPI Gateway, UART to SPI, RS-232 to SPI The UART-SPI Gateway

More information

ic-tw11 EVAL TW11_1C EVALUATION BOARD DESCRIPTION

ic-tw11 EVAL TW11_1C EVALUATION BOARD DESCRIPTION ic-tw11 EVAL TW11_1C ar y n i im prel Rev A2, Page 1/7 ORDERING INFORMATION Type Order Designation Evaluation Board ic-tw11 EVAL TW11_1C Description Options ic-tw11 Evaluation Board Ready-to-operate, includes

More information

JMS561. SuperSpeed USB to Dual SATA Gen3 Ports Bridge. Preliminary Datasheet. Revision 1.0.1

JMS561. SuperSpeed USB to Dual SATA Gen3 Ports Bridge. Preliminary Datasheet. Revision 1.0.1 JMS561 SuperSpeed USB to Dual SATA Gen3 Ports Bridge Preliminary Datasheet JMicron 2014. All rights reserved. Page 1 Copying prohibited. Revision History Date Version Revision Description yyyy/mm/dd 1.0.1

More information

P&E Microcomputer Systems, Inc. P.O. Box 2044, Woburn, MA 01888, USA

P&E Microcomputer Systems, Inc. P.O. Box 2044, Woburn, MA 01888, USA P&E Microcomputer Systems, Inc. P.O. Box 2044, Woburn, MA 01888, USA TEL: (617) 353-9206 FAX: (617) 353-9205 http://www.pemicro.com USB-ML-MON08 Rev D Technical Summary Document # PE3357, Version 1.01

More information

AN ELNEC EN ISP-HC08. Application note for In-System Programming of Motorola/Freescale HC08 microcontrollers

AN ELNEC EN ISP-HC08. Application note for In-System Programming of Motorola/Freescale HC08 microcontrollers www.elnec.com AN ELNEC EN ISP-HC08 Application note for In-System Programming of Motorola/Freescale HC08 microcontrollers Version 05/2006 1 Introduction In system programming (ISP) of HC08 microcontrollers

More information

LBAT90USB162 Atmel. LBAT90USB162 Development Board User s Manual

LBAT90USB162 Atmel. LBAT90USB162 Development Board User s Manual LBAT90USB162 Atmel AT90USB162 Development Board User s manual 1 1. INTRODUCTION Thank you for choosing the LBAT90USB162 Atmel AT90USB162 development board. This board is designed to give quick and cost-effective

More information

FiO Lite Datasheet FEATURES SAMPLE APPLICATIONS. FiO Lite

FiO Lite Datasheet FEATURES SAMPLE APPLICATIONS. FiO Lite FiO Lite Datasheet FEATURES Built-in RapidSTM native-support bootloader. ARM -bits Cortex TM M Processor (STMF0R) - 0MIPS maximum speed - 0 KBytes SRAM - 5 GPIO - channels -bit, µs ADC - USART, SPI, I

More information

WIZ810MJ Datasheet. (Ver. 1.3) 2013 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at

WIZ810MJ Datasheet. (Ver. 1.3) 2013 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at (Ver. 1.3) 2013 WIZnet Co., Ltd. All Rights Reserved. For more information, visit our website at www.wiznet.co.kr Document History Information Revision Data Description Ver. 1.0 September, 2007 Release

More information

ArduCAM-M-2MP Camera Shield

ArduCAM-M-2MP Camera Shield 33275-MP ArduCAM-M-2MP Camera Shield 2MP SPI Camera Hardware Application Note Rev 1.0, Mar 2015 33275-MP ArduCAM-M-2MP Hardware Application Note Table of Contents 1 Introduction... 2 2 Typical Wiring...

More information