AN220 USB DRIVER CUSTOMIZATION
|
|
|
- Julian Henry
- 10 years ago
- Views:
Transcription
1 USB DRIVER CUSTOMIZATION Relevant Devices This application note applies to the following devices: CP2101/2/3, C8051F320/1/6/7, C8051F340/1/2/3/4/5/6/7 1. Introduction The information in this document and the associated software download is intended for use by developers creating USB products based on the CP210x USB to UART Bridge Controller device family or the C8051F32x and C8051F34x USB Microcontroller device family. A Virtual COM Port Driver is available for the CP210x family and is included with the purchase of a CP210x Evaluation Kit. Additionally, drivers can be created using the USBXpress development kit for the CP210x, C8051F32x, and C8051F34x device families. This document describes the steps necessary to customize the Windows device driver installation using the Custom USB Driver Installation Wizard. 2. Customizing Driver Installations The driver installation is customizable by modifying certain sections of the hardware installation files (.inf). The strings contained in the.inf files will affect what is displayed in the "Found New Hardware Wizard" dialogs, Device Manager, and the Registry. The changes to the VID and PID in the driver installation should match the VID and PID contained in the EEPROM/FLASH of your product. See "AN144: CP210x Device Customization Guide" for more information on changing the VID and PID for your product. Note: Any changes to the Windows installation.inf files will require new Windows Hardware Quality Labs (WHQL) tests. 3. Using the Custom USB Driver Installation Wizard The Custom USB Driver Installation Wizard generates a custom driver installation for distribution to end-users. This customized installation consists of modified.inf files, optional installation support files, and driver files for Windows 2000/XP/Server 2003/Vista. The optional installation executable provided can be used to copy driver files and register a device on a PC before or after the device has been connected. It will also add an entry in the add/remove programs listing. When the device is connected to the PC for the first time, the drivers will be installed with little interaction from the user. Note: A customized installation does not contain certified drivers for Windows XP/2003/Vista. Certification must be performed by Microsoft for the new driver installation. An uncertified installation will not cause any other problems other than the warning message displayed by Windows XP/2003/Vista when installing uncertified drivers. To run the Custom USB Driver Installation Wizard, open CustomUSBDriverWizard.exe included in the AN220SW.zip download. Figure 1 shows the first screen of the Custom USB Driver Installation Wizard. Choose the type of driver installation desired. For detailed instructions on creating a custom driver installation, see 4. Creating a Custom Driver. This description goes through the process of customizing a CP210x driver. The process for creating a USBXpress driver is the same as this description, only select "USBXpress Driver" on the starting screen of the wizard. Figure 1. Driver Installation Selection Rev /07 Copyright 2007 by Silicon Laboratories AN220
2 4. Creating a Custom Driver This section describes how to create a custom driver. To begin, choose the type of installation to customize - "Virtual COM Port Driver Installation" or "USBXpress Installation". (Differences between the two installations are noted, but a sample CP210x customization is shown in the figures) Now determine if an installation executable should be genereated (see section 4.4 and 4.6 for more information on the generated installer) and click Next Driver Certification Warning The first screen is the warning explaining that the generated driver installation will not be certified. (See Figure 2.) Click Next to begin customizing your driver installation VID, PID, String and File Name Customization The first step in the customization utility (shown in Figure 3) is to specify your preferred strings and filenames. Each field is described in further detail below Company Name (Long Name for.inf File Entries) The company name appears int.inf file entries and has a maximum length of 255 characters Company Abbreviation (Short Name for.inf File Entries) The abbreviaton appears.inf file entries and has a maximum length of 31 characters File Name for.inf This field allows for specification of a unique name for the.inf file. The maximum length of this string is 8 characters. The generated file will be named xxxxxxxx.inf VID Allows specification of a new vendor ID (VID) PID Allows specification of a new vendor ID (PID). Figure 2. Driver Certification Warning Figure 3. VID, PID, String and File Name Customization 2 Rev. 0.4
3 4.3. Device Manager String Customization The next step in the customization process is to specify the device names that will appear in the Windows Device Manager. This step is shown in Figure 4. An example for Windows XP is shown in Figure 5. Each field is described in further detail below USB Device Name This string will be displayed in Device Manager under the USB Tab Installation String Options The next step in the customization process is to specify options for the driver installer. The driver installer will allow for a device to be installed before or after a device has been connected to the PC. If this is run before a device is plugged in, drivers will already be registered for devices that belong to that installation. If a device is already plugged in, the installer will rescan the bus for any devices for that installation. This section covers adding the installer's strings and is shown in Figure 6. The driver installer and its corresponding setup.ini file are explained in further detail in AN Product Name This is the string that identifies the product installation in the Add/Remove Programs listing. The string shows up as "<Product Name String> (Driver Removal)" for easy identification Name for Installation File This is will be the name of the installation executable and shows up as "<InstallName>.exe". Figure 4. Device Manager String Customization Figure 6. Installation Strings Figure 5. Windows XP Device Manager Example If an installer is not being generated, then skip to section Rev. 0.4
4 4.5. Installation Options Specific options for the GUI should now be specified Display GUI window during Install: Check this option when using the generated Installer as a stand-alone application. The Installer will display several GUI windows during the installation process. Uncheck this option to run the Installer in Quiet Mode. When running in Quiet Mode, no GUI will be displayed. This is useful when using another application to launch this Installer Copy Files to Target Directory during Install: Check this option if a copy of the drivers will be needed on the hard drive. This is useful when installing the drivers from a CD. Uncheck this option if copies of the driver files are not needed on the hard drive Target Directory: Selects the hard drive location that will contain a copy of the driver files. The default location is C:\Program Files\Silabs\MCU\CP210x for the VCP Driver and C:\ProgramFiles\Silabs\MCU\USBXpress for the USBXpress driver. If the "Display GUI window during Installation" option is selected, this path can be changed during installation by clicking the Browse button. However, if the "Display GUI window during Installation" option is not selected then the default directory is always used unless a directory is specified through the command line. This option is ignored if the "Copy Files to Directory during Setup" option is not selected. Note: The Target Directory must be different for each product released Display GUI window during Uninstall: Check this option when using the generated Uninstaller as a stand-alone application. The Uninstaller will display several GUI windows during the uninstall process. Uncheck this option if the Uninstaller will be launched by another application. The Uninstaller will then run in Quiet Mode. When running in Quiet Mode, no GUI will be displayed Remove files from Target Directory during Uninstall Check this option if the files copied to the Target directory should be removed upon uninstallation. This option is ignored if the "Copy Files to Directory during Setup" option is not selected. Figure 7. Installation Options 4.6. Generation Directory The next step in the customization utility is to specify where this custom driver s installation files will be generated. The default directory for a VCP driver is C:\Silabs\MCU\CustomCP210xDriverInstall and the default for a USBXpress Driver is C:\Silabs\MCU\CustomUSBXpressDriverInstall. However, a different directory can be selected or created. This step is shown in Figure 8. Note: This is not an actual installation of the drivers. This is simply a directory to output all installation files needed for the installation. These files can be added to a CD or OEM installation for distribution to the end-user. Figure 8. Generation Directory 4 Rev. 0.4
5 4.7. Option Verification The final step in the customization utility is to review all of the selected options. If anything needs to be changed, the Back button can be used to go back to previous pages to change items. Once all options have been verified, press Finish to create the customized driver files. This step is shown in Figure Customizing Driver Installations, Macintosh OS9 and OSX If the VID or PID is changed from the default factory settings, contact Silicon Laboratories to obtain drivers that incorporate the new values. Macintosh requires that the drivers be compiled with the values that will be used by the production CP210x device. Figure 9. Figure 9. Option Verification 5 Rev. 0.4
6 DOCUMENT CHANGE LIST Revision 0.1 to Revision 0.2 Added CP2103 to Relevant Devices on page 1. Revision 0.2 to Revision 0.3 Updated figures and customization description to reflect version 3.4 and later of the Custom Driver Wizard. Removed USBXpress specific customization description. Version 3.4 and later contains the same process for customizing both VCP and USBXpress driver installations. Removed preinstaller explanations and added descriptions on how the new Driver Installer is used. Revision 0.3 to Revision 0.4 Updated diagrams and wording to reflect 4.1 and later versions of the Custom Driver Wizard. Updated to include documented support of C8051F34x devices. Updated to reflect Vista support. 6 Rev. 0.4
7 NOTES: Rev
8 CONTACT INFORMATION Silicon Laboratories Inc. 400 West Cesar Chavez Austin, TX Tel: 1+(512) Fax: 1+(512) Toll Free: 1+(877) Internet: The information in this document is believed to be accurate in all respects at the time of publication but is subject to change without notice. Silicon Laboratories assumes no responsibility for errors and omissions, and disclaims responsibility for any consequences resulting from the use of information included herein. Additionally, Silicon Laboratories assumes no responsibility for the functioning of undescribed features or parameters. Silicon Laboratories reserves the right to make changes without further notice. Silicon Laboratories makes no warranty, representation or guarantee regarding the suitability of its products for any particular purpose, nor does Silicon Laboratories assume any liability arising out of the application or use of any product or circuit, and specifically disclaims any and all liability, including without limitation consequential or incidental damages. Silicon Laboratories products are not designed, intended, or authorized for use in applications intended to support or sustain life, or for any other application in which the failure of the Silicon Laboratories product could create a situation where personal injury or death may occur. Should Buyer purchase or use Silicon Laboratories products for any such unintended or unauthorized application, Buyer shall indemnify and hold Silicon Laboratories harmless against all claims and damages. Silicon Laboratories, Silicon Labs, and USBXpress are trademarks of Silicon Laboratories Inc. Other products or brandnames mentioned herein are trademarks or registered trademarks of their respective holders. 8 Rev. 0.4
AN220 USB DRIVER CUSTOMIZATION
USB DRIVER CUSTOMIZATION Relevant Devices This application note applies to the following devices: CP2101/2/3/4/5/8, C8051F320/1/6/7, C8051F340/1/2/3/4/5/6/7/8/9/A/B/C/D, C8051F380/1/2/3/4/5/6/7, C8051T320/1/2/3/6/7,
AN335 USB DRIVER INSTALLATION UTILITY. 1. Description. 2. Installation. 2.1. Install Package
USB DRIVER INSTALLATION UTILITY 1. Description The driver installer and uninstaller combination is a customizable installation utility for Silicon Laboratories USB drivers. These utilities are completely
AN335 USB DRIVER INSTALLATION METHODS. 1. Introduction. 2. Relevant Documentation. 3. DPInst. 3.1. Installation and Customization
USB DRIVER INSTALLATION METHODS 1. Introduction Users can install a driver for a Silicon Labs USB Device in three ways: Microsoft s Driver Package Installer (DPInst) Legacy Silicon Labs USB Driver Installer
CP2110-EK CP2110 EVALUATION KIT USER S GUIDE. 1. Kit Contents. 2. Relevant Documentation. 3. Software Setup
CP2110 EVALUATION KIT USER S GUIDE 1. Kit Contents The CP2110 Evaluation Kit contains the following items: CP2110 Evaluation Board RS232 Serial Cable USB Cable DVD Quick Start Guide 2. Relevant Documentation
How To Develop A Toolstick
TOOLSTICK BASE ADAPTER USER S GUIDE 1. Handling Recommendations To enable development, the ToolStick Base Adapter and daughter cards are distributed without any protective plastics. To prevent damage to
USB FM Radio-RD USB FM RADIO USER S GUIDE. 1. USB FM Radio Setup. One-time set-up enables configuration of presets and region specific FM band
USB FM RADIO USER S GUIDE 1. USB FM Radio Setup Follow the instructions listed below to set up and configure the USB FM Radio. 1. Download the USB FM Radio Player from the Silicon Laboratories website
PC Base Adapter Daughter Card UART GPIO. Figure 1. ToolStick Development Platform Block Diagram
TOOLSTICK VIRTUAL TOOLS USER S GUIDE RELEVANT DEVICES 1. Introduction The ToolStick development platform consists of a ToolStick Base Adapter and a ToolStick Daughter card. The ToolStick Virtual Tools
ZigBee-2.4-DK 2.4 GHZ ZIGBEE DEVELOPMENT KIT USER S GUIDE. 1. Kit Contents. Figure 1. 2.4 GHz ZigBee Development Kit
2.4 GHZ ZIGBEE DEVELOPMENT KIT USER S GUIDE 1. Kit Contents The 2.4 GHz ZigBee Development Kit contains the following items, shown in Figure 1. 2.4 GHz 802.15.4/ZigBee Target Boards (6) Antennas (6) 9
1 Software Overview... 2. 1.1 ncp-uart... 2 1.2 ash-v3-test-app... 2 1.3 ash-v3-test-app Command Line Options... 2. 2 Testing... 2
ASHV3-UART HOST INTERFACING GUIDE This document describes how to set up and test UART communication between a host and Network Co-Processor (NCP) using ASHv3-UART. It assumes that you have a Raspberry
AN104 I NTEGRATING KEIL 8051 TOOLS INTO THE SILICON LABS IDE. 1. Introduction. 2. Key Points. 3. Create a Project in the Silicon Labs IDE
I NTEGRATING KEIL 8051 TOOLS INTO THE SILICON LABS IDE 1. Introduction This application note describes how to integrate the Keil 8051 Tools into the Silicon Labs IDE (Integrated Development Environment).
Future Technology Devices International Ltd. FTDI Drivers Installation guide for. Windows 7
Future Technology Devices International Ltd. Application Note AN_119 FTDI Drivers Installation guide for Windows 7 Document Reference No.: FT_000160 Issue Date: 2015-06-15 The purpose of this application
QSG105 GETTING STARTED WITH SILICON LABS WIRELESS NETWORKING SOFTWARE
GETTING STARTED WITH SILICON LABS WIRELESS NETWORKING SOFTWARE This quick start guide provides basic information on configuring, building, and installing applications using the Thread, EmberZNet RF4CE,
1. How to install CDM driver on PC for Lambda devices
1. How to install CDM driver on PC for Lambda devices This installation guide is based on Window XP. Different systems may require different actions on some steps. All Lambda devices (Lambda 10-3, 10B,
Virtual COM Port Driver Installation Manual
Virtual COM Port Driver Installation Manual Installing the virtual COM port driver software on a computer makes possible CAT communication via a USB cable to the SCU-17 or an enabled transceivers. This
How to install USB driver (MICRO/I)
How to install USB driver (MICRO/I) HG2G-5S 1. The HG2G-5S USB driver installation wizard will start when Automation Organizer installation is complete. Click the Next button. 2. Read the license agreement
Virtual COM Port Driver Installation Manual
Virtual COM Port Driver Installation Manual Installing the virtual COM port driver software on a computer makes possible CAT communication via a USB cable to the FT-991 transceiver. This will allow computer
AN588 ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE. 1. Kit Contents. 2. Introduction. Figure 1. Energy Harvesting Sensor Node
ENERGY HARVESTING REFERENCE DESIGN USER S GUIDE 1. Kit Contents The RF to USB Reference Design contains the following items: Si1012 Energy Harvesting Wireless Sensor Node EZRadioPRO USB Dongle ToolStick
In the idle state, the TIP lead will be high impedance to ground and the RING lead will have the battery voltage. See Figure 1.
G ROUND START IMPLEMENTATION WITH SILICON LABORATORIES DAAS Background The Silicon Laboratories direct access arrangement (DAA) products are designed as a telecommunication interface that rely on loop-start
CodeWarrior Development Studio for Freescale S12(X) Microcontrollers Quick Start
CodeWarrior Development Studio for Freescale S12(X) Microcontrollers Quick Start SYSTEM REQUIREMENTS Hardware Operating System Disk Space PC with 1 GHz Intel Pentum -compatible processor 512 MB of RAM
Installation of USB Virtual COM. Version 1.02
Installation of USB Virtual COM Version 1.02 RELEASE NOTES Version Date Notes 1.02 May 13, 2014 Modified: Install USB Virtual COM Drivers files on CD updated 1.01 Dec. 10, 2009 Supports driver for Windows
APPLICATION. si32library. Callback CMSIS HARDWARE. Figure 1. Firmware Layer Block Diagram
PRECISION32 SOFTWARE DEVELOPMENT KIT CODE EXAMPLES OVERVIEW 1. Introduction The Precision32 code examples are part of the Software Development Kit (SDK) installed with the Precision32 software package
Future Technology Devices International Ltd. Windows 98 Installation Guide
Future Technology Devices International Ltd. Windows 98 Installation Guide I Windows 98 Installation Guide Table of Contents Part I Welcome to the Windows 98 Installation Guide 2 Part II Installing FT232BM,
Future Technology Devices International Ltd. Application Note AN_234. FTDI Drivers Installation guide for. Windows 8
Future Technology Devices International Ltd. Application Note AN_234 FTDI Drivers Installation guide for Windows 8 Document Reference No.: FT_000798 Issue Date: 2013-02-20 The purpose of this application
USB DRIVER INSTALLATION GUIDE
USB DRIVER INSTALLATION GUIDE Thank you for using the Icom Download Service. Please read this installation guide before installing the USB driver into your PC that is connected to the USB (Universal Serial
Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software
27 March 2015 Instructions for Installing and Using the FOCUS DL-15 Data Transfer Software Introduction This guide will walk you through the process of transferring data from the FOCUS DL-15 to the computer
Printer Driver Installation Manual
Printer Driver Installation Manual Copyrights Any unauthorized reproduction of the contents of this document, in part or whole, is strictly prohibited. Limitation of Liability SATO Corporation and its
Future Technology Devices International Ltd. Windows XP Installation Guide
Future Technology Devices International Ltd. Windows XP Installation Guide I Windows XP Installation Guide Table of Contents Part I Welcome to the Windows XP Installation Guide 2 Part II Installing FTDI
Future Technology Devices International Ltd. FTDI Drivers Installation guide for Windows XP
Future Technology Devices International Ltd Application Note AN_104 FTDI Drivers Installation guide for Windows XP Document Reference No. FT_000093 Issue Date: 2008-09-23 Future Technology Devices International
Prolific USB to SATA Bridge Controller Backup Software User s Manual
Prolific USB to SATA Bridge Controller Backup Software User s Manual For Windows XP/Vista/7 For Software version 3.9.2.00 (6/28/2011) Contents About Prolific Backup Software System Requirements Using the
UG103.8 APPLICATION DEVELOPMENT FUNDAMENTALS: TOOLS
APPLICATION DEVELOPMENT FUNDAMENTALS: TOOLS This document provides an overview of the toolchain used to develop, build, and deploy EmberZNet and Silicon Labs Thread applications, and discusses some additional
Installing the Gerber P2C Plotter USB Driver
Installing the Gerber P2C Plotter USB Driver 1 You can install a Gerber P2C plotter using a USB connection and communicate with it using compatible design software. The following procedures describe installing
USB Driver. Installation Manual
USB Driver Installation Manual Issue 1.00 Detailed guide for the installation of Actisense USB Drivers under the following operating systems: Windows XP / 2000 Windows Vista USB Driver Installation Manual
Star USB Vendor Class Driver Installation Manual
Rev. 1.1 The company names and product names that appear in this manual are generally trademarks or registered trademarks of each company. Copyright 2010-2013 Star Micronics Co., Ltd. Table of Contents
Application Note AN_101. Submitting Modified FTDI Drivers for Windows Hardware Certification
AN_101 Submitting Modified FTDI Drivers for Windows Hardware Certification Issue Date: 2013-05-03 Device drivers are signed and certified by Microsoft to provide the end user a smooth experience when installing
Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start
Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start SYSTEM REQUIREMENTS Hardware Operating System Intel Pentium 4 processor, 2 GHz or faster, Intel Xeon, Intel
Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start
Installing Service Pack Updater Archive for CodeWarrior Tools (Windows and Linux) Quick Start SYSTEM REQUIREMENTS Processor Windows OS: Intel Pentium 4 processor, 2 GHz or faster, Intel Xeon, Intel Core,
USB DRIVER INSTALLATION GUIDE
USB DRIVER INSTALLATION GUIDE Please read this installation guide before installing the USB driver. This installation guide describes how to install the USB driver included in the Icom product s CD. If
AN655 R ANGE TEST APPLICATION FOR EZRADIO AND EZRADIOPRO. 1. Introduction. 2. Supported Radio Types
R ANGE TEST APPLICATION FOR EZRADIO AND EZRADIOPRO 1. Introduction The range evaluation demo provides an easy way to evaluate the link budget of EZRadio and EZRadioPRO devices by performing a range test
Dell Statistica 13.0. Statistica Enterprise Installation Instructions
Dell Statistica 13.0 2015 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license or
0011-01-16-03-001 USB Stick Driver Installation Instructions
Application Note 0011-01-16-03-001 USB Stick Driver Installation Instructions Document No: 0011-01-16-03-001 (Issue A) INTRODUCTION This document outlines how to install the virtual COM port drivers for
UFR II Driver Guide. UFR II Driver Ver. 2.20 ENG
UFR II Driver Guide UFR II Driver Ver. 2.20 Please read this guide before operating this product. After you finish reading this guide, store it in a safe place for future reference. ENG 0 Ot UFR II Driver
SUNNY BEAM USB Driver Installing the Sunny Beam USB Driver. 1 Sunny Beam USB Driver. Version: 1.4
SUNNY BEAM USB Driver Installing the Sunny Beam USB Driver Version: 1.4 1 Sunny Beam USB Driver The Sunny Beam USB driver is needed to connect a Sunny Beam to a computer. System requirements: The Sunny
USB Driver Installation Manual [Windows Vista/Windows 7]
USB Communication Converter COM-K USB Driver Installation Manual [Windows Vista/Windows 7] NOV. 2010 R RKC INSTRUMENT INC. IMT01D10-E1 NOTICE This manual assumes that the reader has a fundamental knowledge
Network Server for Windows. Overview of the Sequencher Network Page 2. Installing Sequencher Server for the First Time Page 3
Network Server for Windows Installation Instructions Overview of the Sequencher Network Page 2 Installing Sequencher Server for the First Time Page 3 Adding Sequencher licenses to KeyServer Page 4 Updating
HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner
HP Point of Sale (POS) Peripherals Configuration Guide 2D Imaging / Linear / Presentation Scanner Document Version 3.42 December 2011 1 Copyright 2007-2011 Hewlett-Packard Development Company, L.P. The
Setup and Configuration Guide for Pathways Mobile Estimating
Setup and Configuration Guide for Pathways Mobile Estimating Setup and Configuration Guide for Pathways Mobile Estimating Copyright 2008 by CCC Information Services Inc. All rights reserved. No part of
Supplemental USB Driver Installation Guide
Windows 2000/XP/Vista/7 Installation Supplemental USB Driver Installation Guide 1) Do not plug in your Auterra USB OBD Adapter until after the driver is installed. 2) The USB driver is located on the your
Virtual Serial Port over USB For PD & PC Series Printers
Technology Brief Virtual Serial Port over USB For PD & PC Series Printers Introduction Physical serial ports are becoming less common on new PCs and laptops. Most computers are equipped only with USB or
Future Technology Devices International Ltd. FTDI Drivers Installation guide for. Windows VISTA
Future Technology Devices International Ltd. Application Note AN_103 FTDI Drivers Installation guide for Windows VISTA Document Reference No.: FT_000080 Version 1.0 Issue Date: 2008-09-23 The purpose of
RDC-7 Windows XP Installation Guide
RDC-7 Windows XP Installation Guide CONTENTS 1. End User License Agreement...3 2. Important notes...4 3. Customer support...4 4. Installing the USB driver...4 I. Prior to installation...4 II. Installation
Welch Allyn PCH100 and PCH200 Installation Guide
Welch Allyn PCH100 and PCH200 Installation Guide Copyright 2006-2013 Welch Allyn. All rights are reserved. No one is permitted to reproduce or duplicate, in any form, this manual or any part thereof without
Engineering Note. Correcting Device Driver Issues Product Affected: SpectraSuite, OceanView, OmniDriver, SPAM Software Date Issued: 3/16/2015.
Engineering Note Topic: Correcting Device Driver Issues Product Affected: SpectraSuite, OceanView, OmniDriver, SPAM Software Date Issued: 3/16/2015 Overview If you connect your Ocean Optics USB or PCI
Data Management Software. CL-S10w. Installation Guide
Data Management Software CL-S10w Installation Guide Safety Warning Please read this manual and the instrument and computer manual carefully beforehand and use the software properly and safely. Official
3-Port FireWire 800/400 PCI Host Card
3-Port FireWire 800/400 PCI Host Card 400 FireWire Low Included FireWire Upgrade to FireWire800! U S E R S M A N U A L Low FireWire 400 Included Package Contents : 1 3-Port FireWire 800/400 PCI Host Card
JTAGjet. series SIGNUM SYSTEMS CORPORATION. USB 2.0 Driver for JTAGjet and ADM51. Installation Instructions
JTAGjet series SIGNUM SYSTEMS CORPORATION USB 2.0 Driver for JTAGjet and ADM51 Installation Instructions COPYRIGHT NOTICE Copyright (c) 2011 by Signum Systems Corporation. All rights are reserved worldwide.
Install USB drivers on Windows
Install USB drivers on Windows Any information contained in these operating instructions may be changed without prior notice. OKM does not make any warranty for this document. This also applies without
End-User troubleshooting guide For Sentinel SuperPro/UltraPro and Sentinel Hardware Keys
End-User troubleshooting guide For Sentinel SuperPro/UltraPro and Sentinel Hardware Keys Preface Welcome to Safenet End User Troubleshooting guide! This guide is intended to assist our Distributors, Customers
Driver Installation and Hyperterminal Operation of iload Digital USB Sensors
Driver Installation and Hyperterminal Operation of iload Digital USB Sensors Driver Installation Insert the iload Digital USB Driver CD OR the LoadVUE or LoadVUE Lite CD into your computer s drive. If
Important Note Regarding Your Blu ray Drives
Important Note Regarding Your Blu ray Drives Use these supplemental instructions to complete the setup of your unit Your Disc Publisher unit uses esata to connect the Blu-ray drive(s) to the computer.
USB/RS485 Communication Cable Installation
Introduction The purpose of this document is to provide instructions for using the INW USB/RS485 communication cable to connect your computer to AquiStar Smart Sensors. This process will install the needed
1. How to install CDM driver on PC for Manipulator
1. How to install CDM driver on PC for Manipulator This installation guide is based on Window XP. Different systems may require different actions on some steps. After the CDM driver files are installed
Cypress CY7C64225 USB-to-UART Setup Guide Version 1.3
Cypress CY7C64225 USB-to-UART Setup Guide Version 1.3 Overview The Cypress CY7C64225 is a fully integrated USB-to-UART Bridge that provides a simple way of updating RS-232 based devices to USB with a minimal
Blastmate III and Minimate Plus USB to PC Cable (Part No. 716A3401)
Purpose This technical bulletin describes the installation of the Blastmate III and Minimate Plus USB to PC Cable (Part No. 716A3401). Refer to Image A. This cable allows the Blastmate III and Minimate
e-dpp 4.0.2 May 2013 Quick Installation Guide Microsoft Windows 2003 Server, XP, Vista, 7 Access Database
e-dpp 4.0.2 May 2013 Microsoft Windows 2003 Server, XP, Vista, 7 Access Database ELTECHS Engineering and Consulting Co., Ltd., Japan www.eltechs.co.jp Tel No. +81 (47) 490-1010 Fax No. +81 (47) 490-1011
Future Technology Devices International Ltd. FTDI Drivers Installation guide for Windows XP
Future Technology Devices International Ltd Application Note AN_104 FTDI Drivers Installation guide for Windows XP Document Reference No. FT_000093 Issue Date: 2008-09-23 Future Technology Devices International
INSTALLING AND USING ENTEL PROGRAMMER IN WINDOWS 7 Technical Support Bulletin
INSTALLING AND USING ENTEL PROGRAMMER IN WINDOWS 7 Rev 1.1 Technical Support Bulletin 1 GENERAL DESCRIPTION: Due to the structural changes in Windows 7 compared to previous Windows versions the following
PSoC Programmer Release Notes
PSoC Programmer Release Notes Version 3.16.1 Release Date: November 1, 2012 Thank you for your interest in the PSoC Programmer. The release notes lists all the new features, installation requirements,
Clickfree Software User Guide
Clickfree Software User Guide Last Revised: Nov 2, 2011 Clickfree_backup_software_user_guide_v1.0 Clickfree and the Clickfree logo are trademarks or registered trademarks of Storage Appliance Corporation.
Sentinel Protection Installer Version 7.1.1 (Windows) ReadMe
Sentinel Protection Installer Version 7.1.1 (Windows) ReadMe This readme provides an overview of the Sentinel TM Protection Installer, its installation and a few tips on using the related components (such
PSoC Programmer Release Notes
PSoC Programmer Release Notes Version 3.13.4 Release Date: November 16, 2011 Thank you for your interest in the PSoC Programmer. The release notes lists all the new features, installation requirements,
Agilent Automated Card Extraction Dried Blood Spot LC/MS System
Agilent Automated Card Extraction Dried Blood Spot LC/MS System SCAP DBS Software User Guide Notices Agilent Technologies, Inc. 2012 No part of this manual may be reproduced in any form or by any means
VM-4 USB Desktop Audio Device Installation Guide
VM-4 USB Desktop Audio Device Installation Guide THE POSSIBILITIES ARE ENDLESS. 9 Austin Drive, Marlborough, CT 06447 (860) 295-8100 www.essentialtel.com [email protected] Table of Contents Introduction...3
VM-8 USB Desktop Audio Device Installation Guide
VM-8 USB Desktop Audio Device Installation Guide THE POSSIBILITIES ARE ENDLESS. 9 Austin Drive, Marlborough, CT 06447 (860) 295-8100 www.essentialtel.com [email protected] Table of Contents Introduction...3
Resolving USB Driver Problems
130 LogTag User Guide (1.8) Resolving USB Driver Problems Every USB device requires the appropriate driver files to be installed prior to them being successfully used on a computer. The installation process
PL2303 USB-to-Serial Bridge Chip Family Windows Driver Installer User Manual
PL2303 USB-to-Serial Bridge Chip Family Windows Driver Installer User Manual WHQL Driver Version Information Driver Installer & Build date: 1.7.0 (2012-8-1) GUID: ECC3713C-08A4-40E3-95F1-7D0704F1CE5E Windows
Python for Series 60 Platform
F O R U M N O K I A Getting Started with Python for Series 60 Platform Version 1.2; September 28, 2005 Python for Series 60 Platform Copyright 2005 Nokia Corporation. All rights reserved. Nokia and Nokia
Windows 7: Using USB TAP on a Classic CodeWarrior Installation (MGT V9.2 DSC V8.3)
Freescale Semiconductor Document Number: AN4338 Application Note Rev. 1.0, 12/2011 Windows 7: Using USB TAP on a Classic CodeWarrior Installation (MGT V9.2 DSC V8.3) Technical Information & Commercial
MultiOne. Getting started
MultiOne Getting started Philips Lighting B.V. 2015 1 Introduction This Getting started guide covers the following topics to help you start using MultiOne: The MultiOne system The MultiOne software Working
Centurion PLUS CPC4 Download Guide
Centurion PLUS CPC4 Download Guide using C4 File Transfer Utility. 1010537 03 01 10 Section 50 1.0 Background: 1.1 The Centurion PLUS Control system consists of a Centurion PLUS Core (CPC4 1) and Color
Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents
Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe
Using WinUSB in a Visual Studio Project with Freescale USB device controller
Freescale Semiconductor Document Number: AN4378 Application Note Rev. 0, 10/2011 Using WinUSB in a Visual Studio Project with Freescale USB device controller by: Paolo Alcantara Microcontroller Solutions
How To Install The Safenet-Inc.Com Software On A Pc Or Mac Or Macintosh (For A Powerpoint) With A Powerline (For Windows) Or Ipad (For Mac) With The Safetime (For Pc
End-User troubleshooting guide For Sentinel SuperPro/UltraPro and Sentinel Hardware Keys 1 Preface Welcome to Safenet End User Troubleshooting guide! This guide is intended to assist our Distributors,
Installation Instructions for 9555 USB Driver
Prior to using the data modem features of your 9555 handset; you must first install the VCOMPORT 9555 USB Driver. This driver is compatible with: Windows XP Service Pack 2, Windows 2000 Service Pack 4,
PL2303 USB-to-Serial Bridge Chip Family Windows Driver Installer User Manual
PL2303 USB-to-Serial Bridge Chip Family Windows Driver Installer User Manual WHQL Driver Version Information Driver Installer & Build date: 1.12.0 (2015-10-7) GUID: ECC3713C-08A4-40E3-95F1-7D0704F1CE5E
DIRECT INTERNET 3. Install Guide for the Windows XP Operating System
DIRECT INTERNET 3 Install Guide for the Windows XP Operating System Iridium Communications Inc. Rev. 1; October 15, 2010 Overview Iridium s Direct Internet Data Service allows customers to connect directly
Lepide Event Log Manager: Installation Guide. Installation Guide. Lepide Event Log Manager. Lepide Software Private Limited
Installation Guide Lepide Event Log Manager , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under the copyright laws. This
How to Install Applications (APK Files) on Your Android Phone
How to Install Applications (APK Files) on Your Android Phone Overview An Android application is stored in an APK file (i.e., a file named by {Application Name}.apk). You must install the APK on your Android
Chapter 1 Downloading Images to Your Computer (Windows)
Software User Guide For the safe use of your camera, be sure to read the Safety Precautions thoroughly before use. Types of software installed on your computer varies depending on the method of installation
DeviceAnywhere Enterprise. ios Device Onboarding Guide
DeviceAnywhere Enterprise ios Device Onboarding Guide DeviceAnywhere Enterprise ios Device Onboarding Guide DeviceAnywhere Enterprise 6.2.1 DeviceAnywhere Enterprise Automation 6.2.1 DeviceAnywhere Enterprise
USB-MIDI Setup Guide. Operating requirements
About the software The most recent versions of the applications contained on the accessory disc can be downloaded from the Korg website (http://www.korg.com). -MIDI Setup Guide Please note before use Copyright
HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE
HELP DOCUMENTATION E-SSOM DEPLOYMENT GUIDE Copyright 1998-2013 Tools4ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted in any form or by any means
SiI3132 SATARAID5 Quick Installation Guide (Windows version)
SiI3132 SATARAID5 Quick Installation Guide (Windows version) Document Number: DOC-003132-204 Version 1.0 Copyright 2005, Silicon Image, Inc. All rights reserved. No part of this publication may be reproduced,
USB Driver Installation
USB Driver Installation EPOS Positioning Controllers Edition April 2012 Positioning Controllers USB Driver Installation Document ID: rel3137 maxon motor ag Brünigstrasse 220 P.O.Box 263 CH-6072 Sachseln
Figure 1. 8-Bit USB Debug Adapter
8-BIT USB DEBUG ADAPTER USER S GUIDE 1. Introduction The 8-bit USB Debug Adapter (UDA) provides the interface between the PC s USB port and the Silicon Labs 8-bit target device s in-system debug/programming
FLEXlm License Management
FLEXlm License Management Revised: 18 October 2005 Freescale and the Freescale logo are trademarks of Freescale Semiconductor, Inc. CodeWarrior is a trademark or registered trademark of Freescale Semiconductor,
Test Center Enterprise. ios Device Onboarding Guide
Test Center Enterprise ios Device Onboarding Guide Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. March 2012. Notice 2012 Keynote DeviceAnywhere. All rights reserved. THE INFORMATION
PL2303HXA/XA Windows 8 Update Driver Installation. How to Update Driver to Support PL2303HXA/XA in Windows 8 Operating Systems
How to Update Driver to Support PL2303HXA/XA in Windows 8 Operating Systems Requirements USB Device with embedded PL2303HX (Rev A) or PL2303X (Rev A) chip version Driver Installer & Build date: 1.5.0 (10/21/2011)
ScanShell.Net Install Guide
ScanShell.Net Install Guide Please install the software first - DO NOT PLUG IN THE SCANNER The scanner has been carefully packaged to avoid damage during transportation. Before operating the scanner, please
