Recommendations for Continua USB PHDC Device Driver Interoperability

Size: px
Start display at page:

Download "Recommendations for Continua USB PHDC Device Driver Interoperability"

Transcription

1 Recommendations for Continua USB PHDC Device Driver Interoperability March 2012 Executive Summary This paper defines the Continua Health Alliance position on USB PHDC driver interoperability as it pertains to Continua Design Guidelines 1.5. Potential problems with interoperability related to Windows * USB PHDC device drivers are evaluated and recommendations that developers of PAN Managers for USB transport can implement. Based on the analysis of these problems, recommendations for a Continua strategy is discussed and the handling of generic Windows drivers based on WinUSB and LibUSB are provided. This paper does not cover application level interoperability beyond the development of USB drivers.

2 Contents Executive Summary... 1 Introduction... 2 Background and Description of USB PHDC Drivers Issues... 3 Presentation of Continua USB Devices to User... 4 Figure 1 Windows Device Manager... 4 Interoperability of USB PHDC Managers... 5 Generic USB Drivers... 6 Figure 2 USB PHDC Driver from Generic USB Driver... 6 Figure 3 Interface GUID... 6 Native OS Driver... 7 Integration of New Continua Devices with Existing Managers... 8 Conclusions and Recommendations... 9 Step I: Initial Approach... 9 Step II: OS Vendor Certified Device INF File... 9 Step III: OS Vendor Certified Universal INF File... 9 The Best: Native OS Driver... 9 Continua Recommendation for Use of Generic USB Drivers Glossary References Legal Introduction Continua Health Alliance strives to ensure interoperability for all Continua certified devices. USB devices are prevalent in the healthcare realm and must adhere to these interoperability requirements. This paper provides the background and description of issues in regard to the development of Continua USB PHDC drivers. This includes how a Continua USB device is presented to the user, interoperability of generic or native USB drivers, and the integration of new Continua devices with existing managers. This paper concludes with recommendations for the implementation of these device drivers (Native and Generic). 2

3 Background and Description of USB PHDC Drivers Issues A Continua USB PHDC Manager is interchangeable with the Continua Application Hosting Device (AHD). Continua USB PHDC Managers operating on major consumer operating systems (OS) require a USB PHDC class driver to enable wired connectivity with Continua PAN USB devices. Currently there are no native USB PHDC drivers provided with any major OS on the market (e.g., MS Windows, Mac OS or Linux). A Continua AHD must deploy its own USB PHDC driver which can result in interoperability issues. It is in the interest of Continua Health Alliance to provide guidance in following areas, until a native USB PHDC driver is available in each OS: Seamless presentation of Continua USB devices to the end user Interoperability of multiple USB PHDC Managers deployed on the same end user system Integration of new Continua certified devices with existing USB PHDC Managers 3

4 Presentation of Continua USB Devices to User The end user experience with USB-based devices starts with the device manager on the operating system. For troubleshooting and usability reasons, the Continua devices should have a consistent appearance in the operating system. For example, the Windows OS provides a device manager view of all connected devices (see Figure 1). Figure 1 - Windows Device Manager The device driver (USB PHDC driver) is responsible for providing the OS with information necessary to display the connected device details. The information consists of: Setup GUID 1 Device Class Name Device Name Recommendation: All Continua USB PHDC Driver solutions should be consistent in use of the Setup GUID and Device Class Name Continua should facilitate consistent use of the Device Name provided by the device manufacturer 1 The Setup GUID responsible for the device appearance in the OS is different from Interface GUID related to the device API mentioned later in this document. 4

5 Interoperability of USB PHDC Managers As mentioned earlier, there currently is no native Continua USB PHDC driver available for Windows or any other OS. In theory, the Continua USB PHDC device vendors should provide a way for applications, such as Continua Managers, to access the device. Historically, this has meant to implement a function driver for the device and installing the driver in the operating system. Currently, this responsibility was de facto moved to the USB Manager side, because the Continua certification process does not require device manufacturers to provide a driver with a standard API for the device. In this situation, there is potential for multiple drivers to be installed for the same USB PHDC device on the same system. Each of these drivers could have a different API. Depending on the driver the OS selects for the connected device, some managers may not have access to the device if they are designed for a driver with a different API. Recommendation: The problem of Manager interoperability is difficult to solve. A single USB PHDC driver native to an OS for all PHDC class devices is the only way to ensure real interoperability with multiple connecting Managers [1]. In most situations the generic USB drivers available for major operating systems can be used and Continua can, at a minimum, provide guidelines to improve interoperability between managers using the same generic driver 5

6 Generic USB Drivers Device drivers require significant development effort and some devices are simple enough that they do not require the full support of a custom function driver. The generic USB driver is a software library that uses external information to make any USB device available to the operating system. The external information is usually provided in a text file with a.inf extension (INF File). See Figure 2. Figure 2 - USB PHDC Driver from Generic USB Driver USB PHDC Driver Generic USB Driver INF file A INF file B Device A Device B Currently there are two major generic USB drivers available: 1. LibUSB: Open source for Windows, LINUX,and etc. 2. WinUSB: Part of the Windows OS starting with XP SP3 The advantage of using the generic USB drivers is that the API defined by the driver can be utilized by Continua Managers for any new devices of the same class as long as the INF file is constructed correctly: This means consistent use of the same industry-wide Interface GUID value within the device class for a particular generic USB driver Figure 3 - Interface GUID Driver API (Uses Interface GUID to discover and communicate with the device) Generic USB Driver INF File Interface GUID mapping Info from USB Device Vendor ID Product ID 6

7 Figure 3 illustrates the use of the Interface GUID. The device manufacturer supplies the Vendor ID and Product ID. This is mapped to a GUID representing the interface for the class of devices, for this paper, the USB PHDC class. A Manager application uses the generic driver API with the Interface GUID to communicate with the device. NOTE: The API is different between LibUSB and WinUSB. Thus, the manufacturer should provide separate INF files, each with a distinct Interface GUID, for each generic driver. Recommendation: To allow Continua USB PHDC Managers to discover and communicate with agents, Continua should provide guidelines for use of generic USB drivers on major operating systems: Continua USB PHDC Driver based on generic USB drivers should use consistent industry-wide Interface GUIDs in the INF files. The Interface GUID shall be specific to a particular driver API (e.g. LibUSB or WinUSB) Native OS Driver There are some limitations with use of generic OS drivers. The MSDN document, How to Use WinUSB to Communicate with a USB Device [1] provides a comparison of WinUSB drivers with drivers developed using the Windows Driver Foundation (WDF) framework. The best solution for interoperability is the native OS driver which supports concurrent access to the device and is supplied as part of the operating system. This results in: A seamless use experience with the device class A solution for Multiple Manager / Concurrency Issues A Standard API for all Managers The elimination of driver signing Recommendation: To allow Continua USB PHDC Managers to discover and communicate with any USB PHDC agent seamlessly, Continua should strive to provide OS native USB PHDC drivers for all major operating systems on the market. 7

8 Integration of New Continua Devices with Existing Managers To improve the use experience there is benefit to driver signing. This eliminates the security risk warning on most major operating systems. To accomplish this for non-native Windows OS drivers and generic drivers with INF files, Microsoft must certify the INF file (through the WHQL 2 process). This is either provided per device (Product ID, Vendor ID) or with one INF file covering multiple devices. An INF file is based on the driver s Interface Global Unique ID (GUID). As mentioned previously, if the INF file is not certified by Microsoft, a security warning is displayed to the end-user during driver installation. Each agent device manufacturer must provide its USB Product ID and Vendor ID to the driver manufacturer (for generation of the driver s INF file) before the manager can interface to it. Recommendation: Continua should facilitate the Product ID and Vendor ID information for certified Continua Devices Continua should provide a path for OS vendor certification and signing of generic USB driver INF files Continua should drive the adoption of OS native USB PHDC drivers 2 Indications are that the security message is completely avoided with WHQL certification because certification will result in the release of the driver with the next Service Pack. Thus, driver installation is not required.. 8

9 Conclusions and Recommendations Step I: Initial Approach Publish INF file creation recommendation on Setup GUID, Interface GUID, and string values for each driver API (see Continua Recommendation for Use of Generic USB Drivers) Host a database of PID and VID and unsigned INF files for certified devices NOTE: The Unsigned INF file results in a warning message to the user. Step II: OS Vendor Certified Device INF File Publish INF file creation recommendation on Setup GUID, Interface GUID, and string values for each driver API (see Continua Recommendation for Use of Generic USB Drivers) Host a database of OS Vendor certified and signed INF files for individual certified devices NOTE: INF files for Windows OS need certification through the Microsoft WHQL process for all Continua certified devices. Step III: OS Vendor Certified Universal INF File Publish INF file creation recommendation on Setup GUID, Interface GUID, and string values for each driver API (see Continua Recommendation for Use of Generic USB Drivers) Provide OS Vendor certified and signed single universal INF file for all current and future Continua devices that are used with major generic USB Drivers NOTE: INF files for Windows OS need certification through the Microsoft WHQL process for all Continua certified devices. The Best: Native OS Driver OS Vendors (e.g., Microsoft) provide a native PHDC driver (does not need an INF file) NOTE: This solution is not available in MS Windows OS as of Win 7. 9

10 Continua Recommendation for Use of Generic USB Drivers Continua Health Alliance recommends that Managers for USB PHDC that provide a USB PHDC driver based on a generic USB driver use the following values in the INF file: Attribute INF File Element WinUSB Value LibUSB Value Device Class GUID [Version]/ ClassGUID {182A3B42-D D13- C72202B40D78} {EB781AAF-9C A5DF- 642A87ECA567} Device Class Text [Version]/Class PHDC libusb-win32 devices [Strings]/ClassName Interface GUID [Dev_AddReg] {B8B610DE-FB41-40A1-A4D6- N/A AB28E87C5F08} Device GUID [Strings]/DeviceGUID N/A D0C36FAA-CE6D-4887-A3AA- 6FC42D3037E5} NOTE: Continua should negotiate the API, Setup, Interface GUID, and the class name with OS vendors that create native drivers. 10

11 Glossary Term AHD GUID PAN API USB PHDC Description Application Hosting Device Global Unique Identifier Personal Area Network An application programming interface USB device class that represents Personal Healthcare Devices References [1] How to Use WinUSB to Communicate with a USB Device Legal Continua is a trademark of Continua Health Alliance and CONTINUA HEALTH ALLIANCE and the CONTINUA HEALTH ALLIANCE logo are registered service marks of Continua Health Alliance. *Other names and brands may be claimed as the property of others. Copyright 2012 Continua Health Alliance. All rights reserved. 11

AN220 USB DRIVER CUSTOMIZATION

AN220 USB DRIVER CUSTOMIZATION 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

More information

Intel Desktop Board DG31GL

Intel Desktop Board DG31GL Intel Desktop Board DG31GL Basic Certified Motherboard Logo Program (MLP) Report 4/1/2008 Purpose: This report describes the DG31GL Motherboard Logo Program testing run conducted by Intel Corporation.

More information

AN220 USB DRIVER CUSTOMIZATION

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,

More information

User Guide. USB Ethernet Adapter. Model: USB3GIG

User Guide. USB Ethernet Adapter. Model: USB3GIG User Guide USB Ethernet Adapter Model: USB3GIG About This Guide About This Guide Online Resources Resource Linksys Linksys International Glossary Network Security Website www.linksys.com www.linksys.com/international

More information

Only Athena provides complete command over these common enterprise mobility needs.

Only Athena provides complete command over these common enterprise mobility needs. Mobile devices offer great potential for making your enterprise run faster, smarter, and more profitably. However, mobile devices can create considerable challenges for your IT organization, since they

More information

APPLICATION NOTE 1740 White Paper 6: 1-Wire Drivers Installation Guide for Windows

APPLICATION NOTE 1740 White Paper 6: 1-Wire Drivers Installation Guide for Windows Maxim > Design Support > Technical Documents > Application Notes > ibutton > APP 1740 Keywords: 1-Wire, 1-Wire Drivers, OneWire, OneWire Drivers, 1-Wire Drivers Installation, Driver Installation, ibutton,

More information

AN335 USB DRIVER INSTALLATION METHODS. 1. Introduction. 2. Relevant Documentation. 3. DPInst. 3.1. Installation and Customization

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

More information

Application Note AN_101. Submitting Modified FTDI Drivers for Windows Hardware Certification

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

More information

Future Technology Devices International Ltd. FTDI Drivers Installation guide for. Windows 7

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

More information

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (10.1.3.4.

Oracle Business Intelligence Publisher. 1 Oracle Business Intelligence Publisher Certification. Certification Information 10g Release 3 (10.1.3.4. Oracle Business Intelligence Publisher Certification Information 10g Release 3 (10.1.3.4.2) E12692-08 September 2011 This document outlines the certified hardware and software configurations for Oracle

More information

Parallels Virtualization SDK ReadMe -------------------------------------------------------------------------------- CONTENTS:

Parallels Virtualization SDK ReadMe -------------------------------------------------------------------------------- CONTENTS: Parallels Virtualization SDK ReadMe CONTENTS: 1. About Parallels Virtualization SDK 2. System Requirements 2.1. Mac OS Client Computers 2.2. Windows Client Computers 2.3. Linux Client Computers 3. Network

More information

CardOS API V3.2. Standard cryptographic interface for using applications with CardOS smart cards

CardOS API V3.2. Standard cryptographic interface for using applications with CardOS smart cards API V3.2 API is an integration software for the use of smart cards and security tokens in a variety of applications and heterogeneous operating system environments. API is compatible with international

More information

Using Microsoft Visual Studio 2010. API Reference

Using Microsoft Visual Studio 2010. API Reference 2010 API Reference Published: 2014-02-19 SWD-20140219103929387 Contents 1... 4 Key features of the Visual Studio plug-in... 4 Get started...5 Request a vendor account... 5 Get code signing and debug token

More information

Installing jabra pc suite. V01_0905 Jabra is a registered trademark of GN Netcom A/S www.jabra.com

Installing jabra pc suite. V01_0905 Jabra is a registered trademark of GN Netcom A/S www.jabra.com Installing jabra pc suite V01_0905 Jabra is a registered trademark of GN Netcom A/S www.jabra.com JABRA PC SUITE OVERVIEW Elements of the Jabra PC Suite The Jabra PC Suite is a collection of PC programs

More information

Future Technology Devices International Ltd. FTDI Drivers Installation guide for Windows XP

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

More information

ACTi NVR Config Converter User s Manual. Version 1.0.0.17 2012/06/07

ACTi NVR Config Converter User s Manual. Version 1.0.0.17 2012/06/07 ACTi NVR Config Converter User s Manual Version 1.0.0.17 2012/06/07 Legal Notice Disclaimer The information contained in this document is intended for general information purposes. ACTi Corporation shall

More information

Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager. Published: 07 March 2013

Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager. Published: 07 March 2013 Windows Scheduled Tasks Management Pack Guide for System Center Operations Manager Published: 07 March 2013 Copyright Information in this document, including URL and other Internet Web site references,

More information

PL2303 USB-to-Serial Bridge Chip Family Windows Driver Installer User Manual

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

More information

Sentinel Protection Installer Version 7.1.1 (Windows) ReadMe

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

More information

F.A.Q. Mustek A3 scanners 600-1200-2400

F.A.Q. Mustek A3 scanners 600-1200-2400 F.A.Q. Mustek A3 scanners 600-1200-2400 Q- When I connect the scanner there is no light on the scanner, is the scanner working? A- There is no LED on the scanner that indicates if the scanner is switched

More information

Compatibility Matrixes. Blackboard Academic Suite

Compatibility Matrixes. Blackboard Academic Suite Compatibility Matrixes Application Pack 3 (Release 6.3) Blackboard Learning System Blackboard Community System Blackboard Learning System - Basic Edition (Release 2.3) Blackboard Content System PRODUCT

More information

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02

Landscape Design and Integration. SAP Mobile Platform 3.0 SP02 Landscape Design and Integration SAP Mobile Platform 3.0 SP02 DOCUMENT ID: DC01916-01-0302-01 LAST REVISED: February 2014 Copyright 2014 by SAP AG or an SAP affiliate company. All rights reserved. No part

More information

Persona Backup and OS Migration for insync Private Cloud 5.5. June 16, 15

Persona Backup and OS Migration for insync Private Cloud 5.5. June 16, 15 Persona Backup and OS Migration for insync Private Cloud 5.5 June 16, 15 Copyright Notice Copyright 2007-2015 Druva Inc. All Rights Reserved. Any technical documentation that is made available by Druva

More information

Future Technology Devices International Ltd. Windows XP Installation Guide

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

More information

Step-by-Step Guide to Securing Windows XP Professional with Service Pack 2 in Small and Medium Businesses

Step-by-Step Guide to Securing Windows XP Professional with Service Pack 2 in Small and Medium Businesses Step-by-Step Guide to Securing Windows XP Professional with Service Pack 2 in Small and Medium Businesses 2004 Microsoft Corporation. All rights reserved. This document is for informational purposes only.

More information

USB CDC/ECM Class Driver

USB CDC/ECM Class Driver Thesycon Systemsoftware & Consulting GmbH USB CDC/ECM Class Driver For Windows XP, Vista, 7, 8 and 8.1 Reference Manual Version 2.33 January 31, 2014 Thesycon R Systemsoftware & Consulting GmbH Werner-von-Siemens-Str.

More information

[MS-SSP]: Intellectual Property Rights Notice for Open Specifications Documentation

[MS-SSP]: Intellectual Property Rights Notice for Open Specifications Documentation [MS-SSP]: Intellectual Property Rights Notice for Open Specifications Documentation Technical Documentation. Microsoft publishes Open Specifications documentation for protocols, file formats, languages,

More information

Overview of Active Directory Rights Management Services with Windows Server 2008 R2

Overview of Active Directory Rights Management Services with Windows Server 2008 R2 Overview of Active Directory Rights Management Services with Windows Server 2008 R2 Student Manual Module 3: Active Directory Rights Management Clients and Information Rights Management on Desktop Applications

More information

Open-Source vs. Proprietary Software Pros and Cons

Open-Source vs. Proprietary Software Pros and Cons Open-Source vs. Proprietary Software Pros and Cons Analyze the strengths and weaknesses of proprietary vs. open source software to determine what is best for your business. White Paper Weighing the Options

More information

AT&T Global Network Client Client Features Guide. Version 9.6

AT&T Global Network Client Client Features Guide. Version 9.6 Version 9.6 AT&T Global Network Client Client Features Guide 2015 AT&T Intellectual Property. All rights reserved. AT&T, the AT&T logo and all other AT&T marks contained herein are trademarks of AT&T Intellectual

More information

EMC Documentum Content Management Interoperability Services

EMC Documentum Content Management Interoperability Services EMC Documentum Content Management Interoperability Services Version 6.7 SP1 Release Notes EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com EMC believes the information

More information

Medical 360 Network Edition and Citrix

Medical 360 Network Edition and Citrix WHITE PAPER Dragon Medical 360 Network Edition and Citrix A White Paper from Nuance Healthcare HEALTHCARE DRAGON MEDICAL 360 AND CITRIX Contents Introduction... 3 Citrix Overview... 4 Dragon Medical 360

More information

VISA for PXI Specification

VISA for PXI Specification VISA for PXI Specification PCI extensions for Instrumentation An Implementation of VISA for PXI Specification Rev. 1.0 9/25/2003 PXI-3 Revision 1.0 September 25, 2003 IMPORTANT INFORMATION Copyright Copyright

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

BRecommended Software. Environments and Minimum System Requirements. Publication Date: July 31, 2015. TIBM Enterprise Marketing Management Products

BRecommended Software. Environments and Minimum System Requirements. Publication Date: July 31, 2015. TIBM Enterprise Marketing Management Products T TIBM Enterprise Marketing Management Products TVersion 9.1.0 Publication Date: July 31, 2015 BRecommended Software T19B18 Environments and Minimum System Requirements Copyright Copyright IBM 2014 IBM

More information

USB232CONV Installation. Version 1.2.0 Copyright 2004 2007 IFTOOLS GbR www.iftools.com

USB232CONV Installation. Version 1.2.0 Copyright 2004 2007 IFTOOLS GbR www.iftools.com USB232CONV Installation Version 1.2.0 Copyright 2004 2007 IFTOOLS GbR www.iftools.com USB232CONV Treiber Installierung Inhalt 1 USB232CONV Introduction...1 2 Virtual COM Port...3 2.1 Windows XP Installation

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-005 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

FileMaker 8. Installing FileMaker 8 ODBC and JDBC Client Drivers

FileMaker 8. Installing FileMaker 8 ODBC and JDBC Client Drivers FileMaker 8 Installing FileMaker 8 ODBC and JDBC Client Drivers 2004-2005 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark

More information

Cisco Network Admission Control and Microsoft Network Access Protection Interoperability Architecture

Cisco Network Admission Control and Microsoft Network Access Protection Interoperability Architecture Cisco Network Admission Control and Microsoft Network Access Protection Interoperability Architecture Cisco Systems and Microsoft Corporation Published: September 2006 Abstract Cisco Systems, Inc. and

More information

Hardware Requirements

Hardware Requirements 300-6400 Roberts Street Burnaby BC V5G 4C9 300-6400 Roberts Street Burnaby BC V5G 4C9 Hardware Requirements Version 5.2: Last revised May 5, 2005 Microsoft, Windows and the Windows logo are trademarks,

More information

An Analysis of Propalms TSE and Microsoft Remote Desktop Services

An Analysis of Propalms TSE and Microsoft Remote Desktop Services An Analysis of TSE and Remote Desktop Services JULY 2010 This document illustrates how TSE can extend your Remote Desktop Services environment providing you with the simplified and consolidated management

More information

Intel System Event Log (SEL) Viewer Utility

Intel System Event Log (SEL) Viewer Utility Intel System Event Log (SEL) Viewer Utility User Guide Document No. E12461-007 Legal Statements INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS FOR THE GENERAL PURPOSE OF SUPPORTING

More information

Solution White Paper Connect Hadoop to the Enterprise

Solution White Paper Connect Hadoop to the Enterprise Solution White Paper Connect Hadoop to the Enterprise Streamline workflow automation with BMC Control-M Application Integrator Table of Contents 1 EXECUTIVE SUMMARY 2 INTRODUCTION THE UNDERLYING CONCEPT

More information

Using WinUSB in a Visual Studio Project with Freescale USB device controller

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

More information

StreamServe Persuasion SP5 StreamStudio

StreamServe Persuasion SP5 StreamStudio StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B StreamServe Persuasion SP5 StreamStudio Administrator s Guide Rev B OPEN TEXT CORPORATION ALL RIGHTS RESERVED United States and other

More information

Resolving USB Driver Problems

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

More information

Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008

Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008 7 Application Note Gemalto.NET 2.0 Smart Card Certificate Enrollment using Microsoft Certificate Services on Windows 2008 All information herein is either public information or is the property of and owned

More information

FileMaker Pro 13. Using a Remote Desktop Connection with FileMaker Pro 13

FileMaker Pro 13. Using a Remote Desktop Connection with FileMaker Pro 13 FileMaker Pro 13 Using a Remote Desktop Connection with FileMaker Pro 13 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker

More information

APx4 Wireless System-on-Module 5/8/2013 1

APx4 Wireless System-on-Module 5/8/2013 1 APx4 Wireless System-on-Module 5/8/2013 1 Table of Contents Key Features Benefits APx4 Software APx4 Development Kit Certifications Use Cases Summary 5/8/2013 2 Key Features APx4 is a computing platform

More information

Unicenter Patch Management

Unicenter Patch Management Unicenter Patch Management Best Practices for Managing Security Updates R11 This documentation (the Documentation ) and related computer software program (the Software ) (hereinafter collectively referred

More information

Information security guidelines

Information security guidelines Information security guidelines BD Biosciences workstations 8/2014 This document includes the following topics: About this guide (page 2) Software policies (page 3) Virus protection setup and operation

More information

d510/d530 Software Image Comparison Overview 2003 HP Compaq Business Desktop Products

d510/d530 Software Image Comparison Overview 2003 HP Compaq Business Desktop Products HP Business Desktops June 2003 IT Support Help Tools. d510/d530 Image Comparison Overview 2003 HP Compaq Business Desktop Products Table of Contents Table of Contents... 1 Abstract... 2 Definition of Terms...

More information

FDCC Implementers Workshop David L. Dixon Sr. Consultant, Microsoft Federal Services FDCC Team

FDCC Implementers Workshop David L. Dixon Sr. Consultant, Microsoft Federal Services FDCC Team FDCC Implementers Workshop David L. Dixon Sr. Consultant, Microsoft Federal Services FDCC Team FDCC Challenges FIPS Setting Mobile Users ActiveX Controls Firewall Miscellaneous File system ACLs Certificate

More information

Intel Desktop Board D975XBX2

Intel Desktop Board D975XBX2 Intel Desktop Board D975XBX2 Premium Certified MLP Motherboard Logo Program (MLP) Report 8/22/2007 Purpose: This report describes the D975XBX2 Motherboard Logo Program testing run conducted by Intel Corporation.

More information

How To Install An Aneka Cloud On A Windows 7 Computer (For Free)

How To Install An Aneka Cloud On A Windows 7 Computer (For Free) MANJRASOFT PTY LTD Aneka 3.0 Manjrasoft 5/13/2013 This document describes in detail the steps involved in installing and configuring an Aneka Cloud. It covers the prerequisites for the installation, the

More information

PL2303 USB-to-Serial Bridge Chip Family Windows Driver Installer User Manual

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

More information

Installation and Administration Guide. BlackBerry Web Desktop Manager for Microsoft Exchange. Version: 1.0 Service Pack: 1

Installation and Administration Guide. BlackBerry Web Desktop Manager for Microsoft Exchange. Version: 1.0 Service Pack: 1 BlackBerry Web Desktop Manager for Microsoft Exchange Version: 1.0 Service Pack: 1 SWDT373622-373622-0409013354-001 Contents 1 Architecture: BlackBerry Web Desktop Manager and BlackBerry Administration

More information

RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE

RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE RTX64 2014 Runtime with Service Pack 2 WES7 DEPLOYMENT GUIDE Copyright 1996-2015 by IntervalZero, Inc. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any

More information

Sentinel Protection Installer Version 7.0.0 (Windows) ReadMe

Sentinel Protection Installer Version 7.0.0 (Windows) ReadMe Sentinel Protection Installer Version 7.0.0 (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

More information

How To Connect To Bloomerg.Com With A Network Card From A Powerline To A Powerpoint Terminal On A Microsoft Powerbook (Powerline) On A Blackberry Or Ipnet (Powerbook) On An Ipnet Box On

How To Connect To Bloomerg.Com With A Network Card From A Powerline To A Powerpoint Terminal On A Microsoft Powerbook (Powerline) On A Blackberry Or Ipnet (Powerbook) On An Ipnet Box On Transport and Security Specification 15 July 2015 Version: 5.9 Contents Overview 3 Standard network requirements 3 Source and Destination Ports 3 Configuring the Connection Wizard 4 Private Bloomberg Network

More information

technical brief Multiple Print Queues

technical brief Multiple Print Queues technical brief in HP Overview HP has the ability to create shared printer queues on a remote machine to help ease the task that administrators face on a regular basis. Print queue creation of the following

More information

Star USB Vendor Class 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

More information

How To Use Ibm Tivoli Composite Application Manager For Response Time Tracking

How To Use Ibm Tivoli Composite Application Manager For Response Time Tracking Track transactions end to end across your enterprise to drive fast response times and help maintain high customer satisfaction IBM Tivoli Composite Application Manager for Response Time Tracking Highlights

More information

SuperSpeed USB Developers Conference

SuperSpeed USB Developers Conference SuperSpeed USB Developers Conference San Jose, California November 17-18, 2008 Windows USB Technical Update & Design Considerations Lars Giusti Senior Program Manager Microsoft Corporation Randy Aull Principal

More information

Future Technology Devices International Ltd. Mac OS-X Installation Guide

Future Technology Devices International Ltd. Mac OS-X Installation Guide Future Technology Devices International Ltd. Mac OS-X Installation Guide I Mac OS-X Installation Guide Table of Contents Part I Welcome to the Mac OS-X Installation Guide 2 Part II Installing FTDIUSBSerialDriver

More information

Parallels Virtual Automation 6.1

Parallels Virtual Automation 6.1 Parallels Virtual Automation 6.1 Installation Guide for Windows April 08, 2014 Copyright 1999-2014 Parallels IP Holdings GmbH and its affiliates. All rights reserved. Parallels IP Holdings GmbH. c/o Parallels

More information

NetWrix USB Blocker. Version 3.6 Administrator Guide

NetWrix USB Blocker. Version 3.6 Administrator Guide NetWrix USB Blocker Version 3.6 Administrator Guide Table of Contents 1. Introduction...3 1.1. What is NetWrix USB Blocker?...3 1.2. Product Architecture...3 2. Licensing...4 3. Operation Guide...5 3.1.

More information

Server & Application Monitor

Server & Application Monitor Server & Application Monitor agentless application & server monitoring SolarWinds Server & Application Monitor provides predictive insight to pinpoint app performance issues. This product contains a rich

More information

Logitech for Business Webcam Software

Logitech for Business Webcam Software Logitech for Business Webcam Software June 18 2009 Logitech, Inc. Copyright/trademark notice (c) 2009 Logitech Inc. All rights reserved. Logitech, the Logitech logo and other Logitech marks are owned by

More information

Future Technology Devices International Ltd. Windows 98 Installation Guide

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,

More information

System Requirements for Microsoft Dynamics NAV 2013 R2

System Requirements for Microsoft Dynamics NAV 2013 R2 System Requirements for Microsoft Dynamics NAV 2013 R2 February 2014 Contents 3 System Requirements for the Microsoft Dynamics NAV Windows Client 3 Web Client 4 System Requirements for Microsoft Dynamics

More information

All your apps & data in the cloud, all in one place.

All your apps & data in the cloud, all in one place. The Cloud Desktop For Business Unify Your Business IT Experience All your apps & data in the cloud, all in one place. The Cloud Desktop houses all of your organization's applications and data in one easy-to-access

More information

Common SofTest Troubleshooting Techniques

Common SofTest Troubleshooting Techniques Black Screen and Internet Restoration (Windows) On the rare occasion that SofTest Windows experiences an abnormality either during or immediately following an exam, it may not be capable of automatically

More information

How to Use WinUSB to Communicate with a USB Device

How to Use WinUSB to Communicate with a USB Device How to Use WinUSB to Communicate with a USB Device Abstract Independent hardware vendors (IHVs) who manufacture USB devices must often provide a way for applications to access the device s features. Historically,

More information

RealPresence Media Manager Blackboard Learn 9.1 Learning Management System Integration Guide

RealPresence Media Manager Blackboard Learn 9.1 Learning Management System Integration Guide INTEGRATION GUIDE Software 6.5 September 2013 3725-75322-002 Rev A RealPresence Media Manager Blackboard Learn 9.1 Learning Management System Integration Guide RealPresence Media Manager Blackboard Learn

More information

Intel Desktop Board DP35DP. MLP Report. Motherboard Logo Program (MLP) 6/17/2008

Intel Desktop Board DP35DP. MLP Report. Motherboard Logo Program (MLP) 6/17/2008 Motherboard Logo Program (MLP) Intel Desktop Board DP35DP MLP Report 6/17/2008 Purpose: This report describes the DP35DP Motherboard Logo Program testing run conducted by Intel Corporation. THIS TEST REPORT

More information

IEEE 802.15.4/ZigBee USB Dongle

IEEE 802.15.4/ZigBee USB Dongle IEEE 802.15.4/ZigBee USB Dongle ZigBee Dongle for 2.4GHz Band DESCRIPTION The IEEE 802.15.4 USB Dongle from Integration provides a compliant 802.15.4 interface that can be quickly and easily connected

More information

LANDesk White Paper. LANDesk Management Suite for Lenovo Secure Managed Client

LANDesk White Paper. LANDesk Management Suite for Lenovo Secure Managed Client LANDesk White Paper LANDesk Management Suite for Lenovo Secure Managed Client Introduction The Lenovo Secure Managed Client (SMC) leverages the speed of modern networks and the reliability of RAID-enabled

More information

USB Flash Drive User s Manual

USB Flash Drive User s Manual USB Flash Drive User s Manual V4.01 Introduction Thank you for your purchasing the USB Drive. This manual will guide you through the usages of the USB Drive and of all management tools coming with it.

More information

Data Sheets RMS infinity

Data Sheets RMS infinity Data Sheets RMS infinity Introduction RayManageSoft infinity provides a complete set of products for software and operating system (OS) deployment, vulnerability analysis and patch management for Microsoft

More information

Future Technology Devices International Ltd. FTDI Drivers Installation guide for. Windows VISTA

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

More information

Future Technology Devices International Ltd. FTDI Drivers Installation guide for Windows XP

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

More information

The "Eclipse Classic" version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended.

The Eclipse Classic version is recommended. Otherwise, a Java or RCP version of Eclipse is recommended. Installing the SDK This page describes how to install the Android SDK and set up your development environment for the first time. If you encounter any problems during installation, see the Troubleshooting

More information

ISAM TO SQL MIGRATION

ISAM TO SQL MIGRATION MERTECH DATA SYSTEMS, INC 18503 Pines Boulevard, Suite 312 Pembroke Pines, FL 33029 USA Tel: (954)585-9016 Fax: (866)228-1213 www.mertechdata.com Contents Introduction A Case for Relational Databases Dilemma

More information

Programming Against Hybrid Databases with Java Handling SQL and NoSQL. Brian Hughes IBM

Programming Against Hybrid Databases with Java Handling SQL and NoSQL. Brian Hughes IBM Programming Against Hybrid Databases with Java Handling SQL and NoSQL Brian Hughes IBM 1 Acknowledgements and Disclaimers Availability. References in this presentation to IBM products, programs, or services

More information

ADOBE REMOTE UPDATE MANAGER TECHNICAL NOTE

ADOBE REMOTE UPDATE MANAGER TECHNICAL NOTE ADOBE REMOTE UPDATE MANAGER TECHNICAL NOTE Document Version 3.1 September 2012 2012 Adobe Systems Incorporated and its licensors. All rights reserved. Adobe Remote Update Technical Note This guide is licensed

More information

Intel NUC. Installing Microsoft Windows* 7 from USB Flash Drives onto USB 3.0 Computers

Intel NUC. Installing Microsoft Windows* 7 from USB Flash Drives onto USB 3.0 Computers Intel NUC Installing Microsoft Windows* 7 from USB Flash Drives onto USB 3.0 Computers July 2015 1 Introduction 1.1 Document Scope The following document details the installation of a non-xhci operating

More information

Deploying Management and Security Agents to Mobile Devices

Deploying Management and Security Agents to Mobile Devices Deploying Management and Security Agents to Mobile Devices John Engels Adam Licata Scott Jareo Principal Product Manager Sales Engineer Field Enable. Symantec ITS Partners Symantec EM B23 Deploying Mgmt

More information

70-290 Q&A. DEMO Version

70-290 Q&A. DEMO Version Managing and Maintaining a Microsoft Windows Server 2003 Environment Q&A DEMO Version Copyright (c) 2010 Chinatag LLC. All rights reserved. Important Note Please Read Carefully For demonstration purpose

More information

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes

Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes Altiris Patch Management Solution for Windows 7.1 from Symantec Release Notes The software described in this book is furnished

More information

USB Drivers Getting Started Guide

USB Drivers Getting Started Guide USB Drivers Getting Started Guide PC version US Edition TP-1522-US Issue 2 All rights reserved All information contained in this document is subject to change without notice. Any use of the contents of

More information

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0

UltraBac Documentation. UBDR Gold. Administrator Guide UBDR Gold v8.0 UltraBac Documentation UBDR Gold Bare Metal Disaster Recovery Administrator Guide UBDR Gold v8.0 UBDR Administrator Guide UBDR Gold v8.0 The software described in this guide is furnished under a license

More information

FileMaker Pro 12. Using a Remote Desktop Connection with FileMaker Pro 12

FileMaker Pro 12. Using a Remote Desktop Connection with FileMaker Pro 12 FileMaker Pro 12 Using a Remote Desktop Connection with FileMaker Pro 12 2007 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker

More information

Deploying Management and Security Agents to Mobile Devices. Deploying Mgmt and Security Agents

Deploying Management and Security Agents to Mobile Devices. Deploying Mgmt and Security Agents Deploying Management and Security Agents to Mobile Devices John Engels Principal Product Manager Symantec Scott Jareo Field Enablement Engineering Symantec Agenda 1 Symantec MDM Agent Options 2 Mobile

More information

http://www.microsoft.com/middleeast/arabicdev/farsi/wpaper.asp Office Language Interface Pack for Farsi (Persian) Content

http://www.microsoft.com/middleeast/arabicdev/farsi/wpaper.asp Office Language Interface Pack for Farsi (Persian) Content Page 1 of 11 Office Language Interface Pack for Farsi (Persian) Abstract Microsoft Office Language Interface Pack (LIP) is a high-quality, localized skin for emerging and minority language markets. LIP

More information

Installing the Gerber P2C Plotter USB Driver

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

More information

Connecting Software to OBID. 2013-05-24 OBID Development Group

Connecting Software to OBID. 2013-05-24 OBID Development Group Connecting Software to OBID FECOM_OpenPort FECOM_ClosePort FECOM_GetPortList FECOM_GetPortHnd FECOM_GetDLLVersion FECOM_GetPortPara FECOM_SetPortPara FECOM_Transceive FECOM_Transmit FECOM_Receive FECOM.DLL

More information

Avaya Modular Messaging 5.x

Avaya Modular Messaging 5.x Avaya Modular Messaging 5.x Security Updates, Operating System Service Packs, Virus Protection, Avaya Modular Messaging Service Packs, and Third Party Software for Modular Messaging 5.x Issue 1.1 February

More information

USB Driver Installation

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

More information