SpaceNavigator: Mouse/Joystick/Keyboard. Driver Documentation v2.0

Size: px
Start display at page:

Download "SpaceNavigator: Mouse/Joystick/Keyboard. Driver Documentation v2.0"

Transcription

1 SpaceNavigator: Mouse/Joystick/Keyboard. Driver Documentation v2.0 Currently I am now using my SpaceNavigator for ALL of my application and/or games and still using it in 3D apps with the original 3DxWare software. I dreamt of it, I hoped for it to appear in my socks for Christmas And no such luck. So, I ve written it myself. A driver for our SpaceNavigator!!!!

2 Why use a Driver and not just a simple User-Mode application? Or using the 3DConnexion SDK? Some applications or games don t accept hooking up a keyboard, or useing DirectX Input, so with a user-mode app, I m not able to send information the way I want. With a driver, SpaceNavigator doesn t emulate a keyboard/mouse/joystick But IS a keyboard, IS a mouse, and IS a Joystick. In a few words, an HID Device (Human Interface Device) has a HID_Descriptor that tells the OS (Windows) what kind of device it is. This HID_Descriptor resides in the firmware device waiting for the OS to ask for it when initializes. When there is no driver installed, Windows will use the standard HID driver (HIDClass.sys), and assigns the HID_Descriptor to it. The HID_Class driver reads the information from the device and sends it back to Windows. If you install a driver, you can send back a fake HID_Descriptor. In the same way, a HID_Descriptor can tell the OS that the device is a Multi-device. The original HID_Descriptor from SpaceNavigator is a 99% a Joystick one. In fact, it s more than 99%, only 2 bits in the descriptor, who has more than Bytes, are different I think this is voluntary. Here are the first bytes of this descriptor: /* Space Nav */ 0x05, 0x01, // USAGE_PAGE (Generic Desktop) 0x09, 0x08, // USAGE (Undefined) 0xa1, 0x01, // COLLECTION (Application) 0xa1, 0x00, // COLLECTION (Physical) 0x85, 0x01, // REPORT_ID (1) 0x16, 0x0c, 0xfe, // LOGICAL_MINIMUM (-500) 0x26, 0xf4, 0x01, // LOGICAL_MAXIMUM (500) 0x36, 0x00, 0x80, // PHYSICAL_MINIMUM (-32768) 0x46, 0xff, 0x7f, // PHYSICAL_MAXIMUM (32767) The second line: 0x09, 0x08 change it to 0x09, 0x04 and u have a Joystick. With those 2 bits changed, SpaceNavigator is seen as a Joystick without any driver. OK, I want more, I want a bind functions, I want a keyboard, I want a mouse!!!

3 Let s Go. There are 2 parts in my driver: 1. RBC9-SpaceNav.sys, the driver. 2. RBC9-SpaceNav.exe, a user mode application to create Layout(s) that the driver will use. And if u want, an AutoSwitch feature. NB: there is a Harcoded Layout, used by default if you don t create more layouts. The binds are A. Nav Axe -> Joy Axe and Mouse Move B. Nav Btn -> Joy Btn and Mouse Btn C. Nav Rotation -> Mouse Wheel.

4 I. Installation IMPORTANT: Don t start the exe until told. Stop the 3DxWare application momentarily. Run RBC9 - SpaceNav.msi and follow the step quiet simple folder to install and nothing more This will install RBC9-SpaceNavigator.exe and copy to your system32 driver directory the RBC9-SpaceNavigator.sys Go to your device manager, select SpaceNavigator If you have multiple HIDs on your computer, check the property info and look for the one with VID_046D&PID_C626.

5 1. Now right click and select update driver software 2. Select Browse my computer for driver software 3. Select Let me pick.

6 4. Select RBC9 SpaceNavigator 5. Select Install this driver software anyway

7 And u should obtain Installation is Complete!

8 Now, in your device manager, you have 2 new devices, 1. An HID Keyboard device and a HID-Compliant Mouse 2. and in your Game Controllers, a new Joystick. The joystick has 8 axes and 8 buttons. This is in case some game needs Throttle or Slider instead of X Y Z Rotation At this moment the driver is working, and you should be able to move SpaceNavigator around to see the Joystick cursor move, and Button Lights On this is the hardcoded Layout running.

9 II. Create Layout / Configure : Now u can start RBC9-SpaceNav.exe An Icon should appear in your Systray. Click on it to pop up the Configuration menu «Status», Device Remove, Current Layout. Right Click on it, pop up the menu. The Menu Option: SpaceNavigator Auto: Turn On/Off AutoSwitch, this feature needs the RBC9- SpaceNav.exe running, the driver could do it by itself. o AutoSwitch is a feature that tells the driver with Layout use in function of the Application Focus. o The AutoSwitch will use Layout define for listed applications and go back to the Default Layout for the others. Switch Layout Does what it says Switch to a specific Layout. Edit Layout : Here we Are

10 EDIT LAYOUT You can create as many Layouts as you want. For Each Layout, u can Bind What you want to what you want. One Axe of SpaceNavigator to One Axe or multiple Axes on the Joystick, in the same time, for this Axe, a mouse move and a Key Hold there is no limitation

11 A) Create a New Layout : Click on the Add button, a new line with -New Layout- appears at bottom of the Layout list. Click it to rename. (For Each Layout u can choose a Global Deadzone for the Axes.) B) Each Layout have (or not) a list of Exe for the AutoSwitch part. Use Add / Del button, and click to type in the exact name of the application. On the picture I have a Dummy Layout use to turn off all bind when I m in 3Dx software. C) Select the SpaceNavigator Axe/Button u want to bind. NB: u can see value; indicate the actual position of SpaceNavigator Axe. Use it to adjust min / max or Deadzone. D) Click Add under Bind To list

12 For each Bind u can Invert Axe/Btn, and select the part of the axe to use from SpaceNav. Part position with the Slider and/or Positive/Negative value with the Combo. E) Now select Bind Type : Joy Axe / Joy Btn / Joy POV : choose Axe / Btn to bind on Joystick.

13 Mouse X / Y : Change the Sensitivity o Mouse Wheel : Choose the repeat delay o Mouse Button : o Switch Layout : The layout u want to switch to o NB: I use this i.e., I bind Alt Key + Tab Key when I push down the SpaceNavigator, so I get the windows Task Switch. I add a bind on the same axe to Switch Layout So When I push, Task Switch come, and the SpaceNav is bind to 3 new functions only. 1) Pull up : leave the task switch and go back to another layout. 2) Left and right rotation : bind to Left Arrow and Right Arrow

14 Keyboard: You can bind 5 keys into one Bind, if you need more, add a second bind. Each bind could be a Key Press = standard keyboard event. Key Hold = the key is keep press until another bind tell to release. Key Release = A repeat option is available, i.e., in some video app, u can go from frame to frame with left/right arrow. Sometimes press key is enough, if u keep down, but sometimes need to press/release to go on and the speed u do it.. Ok, i create 3 bind on the rotation axe, 1) min 10 max 100 : repeat delay 500 (2 times per second) 2) min 101 max 200 : repeat delay ) min 201 max 360 : repeat delay 50 With this I have a sensitive control on the frame to frame movement It s an example. Or u can use it as Autofire in some games Apply : Save your Config and quit Layout Editor. Cancel : Forget everything thing you ve changed. Calibrate

15 Some info : When u are in the Edit Layout screen, the driver stop sending to Joystick Mouse and Keyboard. The driver restart when u leave this screen. The AutoSwitch option is save when u change in the Edit Layout Screen, if u turn on /off in the pop up menu, it will go back to the saved state next restart of the application. The driver load the default layout when it start, so u don t need to run exe if u don t want any autoswitch. U can change layout without using exe application. Pull up and turn left (at end point max value) the space navigator for more than 3 seconds and it will enter in Special mode. The Led flashing indicate this mode. Left Button : go to default Layout. Right Button : go to next Layout. Push down to leave Special mode. Know bugs: Uninstall the driver, (no problem with the application). In the device manager, when the uninstall procedure looks like freeze, u have to move something on the SpaceNavigator to free a thread in the driver. I have a mistake with an event in the IOCTRL routine see later. Have Fun Ced Aka RBC9.

Saitek. SST Programming Software USER GUIDE

Saitek. SST Programming Software USER GUIDE Saitek TM SST Programming Software USER GUIDE SST PROGRAMMING SOFTWARE Introduction Welcome to Saitek Smart Technology (SST) - a powerful software which increases the functionality of your Saitek controller.

More information

STEELSERIES FREE MOBILE WIRELESS CONTROLLER USER GUIDE

STEELSERIES FREE MOBILE WIRELESS CONTROLLER USER GUIDE STEELSERIES FREE MOBILE WIRELESS CONTROLLER USER GUIDE INTRODUCTION Thank you for choosing the SteelSeries Free Mobile Controller! This controller is designed by SteelSeries, a dedicated manufacturer of

More information

PN-L702B LCD MONITOR TOUCH PANEL DRIVER OPERATION MANUAL. Version 2.1

PN-L702B LCD MONITOR TOUCH PANEL DRIVER OPERATION MANUAL. Version 2.1 PN-L702B LCD MONITOR TOUCH PANEL DRIVER OPERATION MANUAL Version 2.1 Contents Setting up the PC...3 Installing the touch panel driver...3 Touch Panel Settings...4 How to configure settings...4 Calibration...5

More information

EZdok CAMERA ADDON For Microsoft Flight Simulator X

EZdok CAMERA ADDON For Microsoft Flight Simulator X 1 EZdok CAMERA ADDON For Microsoft Flight Simulator X USER MANUAL Ver. 1.14 2 CONTENTS 1. Introduction 3 2. Features 4 3. Note for advanced users 5 4. System requirements 6 5. Installation notes 7 6. Preliminary

More information

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365

What is OneDrive for Business at University of Greenwich? Accessing OneDrive from Office 365 This guide explains how to access and use the OneDrive for Business cloud based storage system and Microsoft Office Online suite of products via a web browser. What is OneDrive for Business at University

More information

Driver Updater Manual

Driver Updater Manual Driver Updater Manual Keep your drivers up-to-date! Improve your system performance and stability by keeping your drivers updated. Automatically find, update and fix the drivers on your computer and turn

More information

DRIVER INSTALLATION PROCEDURE WINDOWS 8 (32 OR 64 BIT)

DRIVER INSTALLATION PROCEDURE WINDOWS 8 (32 OR 64 BIT) DRIVER INSTALLATION PROCEDURE WINDOWS 8 (32 OR 64 BIT) IDENTIFYING THE OPERATING SYSTEM INSTALLED ON YOUR PC 1. Look for the Control Panel icon (on the Start menu or on the desktop, depending on the running

More information

Viewing.wmv. Setup your computer to watch.wmv files online

Viewing.wmv. Setup your computer to watch.wmv files online Viewing.wmv Setup your computer to watch.wmv files online INTRODUCTION... 1 WINDOWS PC... 2 Situation Overview 2 1. My Computer 2 2. Tools, Folder Options 2 3. Files Types 2 4. Scroll Down 3 5. Open With

More information

Being Productive Venkat Subramaniam venkats@agiledeveloper.com

Being Productive Venkat Subramaniam venkats@agiledeveloper.com Being Productive Venkat Subramaniam venkats@agiledeveloper.com Abstract As software developers we spend most of our day on the computer. We must constantly find ways to be productive so we can be effective

More information

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster

Creating a Poster in PowerPoint 2010. A. Set Up Your Poster View the Best Practices in Poster Design located at http://www.emich.edu/training/poster before you begin creating a poster. Then in PowerPoint: (A) set up the poster size and orientation, (B) add and

More information

Procedure for updating Firmware of EZ4 W or ICC50 W

Procedure for updating Firmware of EZ4 W or ICC50 W Procedure for updating Firmware of EZ4 W or ICC50 W 1. Download the Firmware file for your camera to your PC 2. Download the Leica Camera Configuration program to your PC 3. Install Leica Camera Configuration

More information

AODA Mouse Pointer Visibility

AODA Mouse Pointer Visibility AODA Mouse Pointer Visibility Mouse Pointer Visibility Helpful if you have trouble viewing the mouse pointer. Microsoft Windows based computers. Windows XP Find the pointer 1. Click the Start button or

More information

M100 System File Manager Help

M100 System File Manager Help Copyright (c) Vuzix Corporation 2013-2014. All Rights Reserved. M100 System File Manager Help Section I) Installation of the M100 Section II) General Information Section III) Troubleshooting Section IV)

More information

product. Please read this instruction before setup your VenomXTM.

product. Please read this instruction before setup your VenomXTM. Tuact Corp. Ltd. TM Venom X mouse controller combo Setup Software Instruction Thank you for purchasing our VenomXTM product. Please read this instruction before setup your VenomXTM. Introduction Venom

More information

Windows 10.1 Tablet (UB-15MS10 and UB-15MS10SA) FAQ December 2014

Windows 10.1 Tablet (UB-15MS10 and UB-15MS10SA) FAQ December 2014 Windows 10.1 Tablet (UB-15MS10 and UB-15MS10SA) FAQ December 2014 Navigation... 2 Question 1: What are charms used for?... 2 Question 2: How do I navigate while using a mouse or trackpad?... 3 Question

More information

Appointment Scheduler

Appointment Scheduler EZClaim Appointment Scheduler User Guide Last Update: 11/19/2008 Copyright 2008 EZClaim This page intentionally left blank Contents Contents... iii Getting Started... 5 System Requirements... 5 Installing

More information

Pro Flight Rudder Pedals

Pro Flight Rudder Pedals 1 of 5 19/12/2006 16:43 Pro Flight Rudder Pedals USER MANUAL GETTING STARTED Introduction The Saitek Pro Flight Rudder Pedals are solid 3-axis rudder pedals designed to maximise realism by enabling foot

More information

Lesson 2. From computer to USB

Lesson 2. From computer to USB Lesson 2 From computer to USB How do I save my designs from my computer to a USB Flash drive to stitch out on my BERNINA? So now you have designs on your computer and want to put them onto your BERNINA

More information

viewon 2 - Create your own Symbols How To

viewon 2 - Create your own Symbols How To ewon Application User Guide AUG 008 / Rev 1.0 You Select, We Connect viewon 2 - Create your own Symbols How To Content This guide will explain you in a few steps how to use symbols, to adapt symbols or

More information

SnagIt Add-Ins User Guide

SnagIt Add-Ins User Guide Version 8.1 User Guide By TechSmith Corp. User Guide User Guide Contents User s Guide 1 Overview...1 Word, PowerPoint, and Excel Add-Ins...2 Outlook Add-In...2 Internet Explorer / Windows Explorer Add-In...2

More information

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts

Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide: NAS / NAS Pro / Business Storage Rackmounts Seagate NAS OS 4 Reviewers Guide 2 Purpose of this guide Experience the most common use cases for the product, learn about

More information

Bluetooth HID Profile

Bluetooth HID Profile RN-WIFLYCR-UM-.01 RN-HID-UM Bluetooth HID Profile 2012 Roving Networks. All rights reserved. Version 1.0r 1/17/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW Roving Networks Bluetooth modules support

More information

How to Configure Windows 8.1 to run ereports on IE11

How to Configure Windows 8.1 to run ereports on IE11 How to Configure Windows 8.1 to run ereports on IE11 Description: Windows 8.1 ships with IE10, but can be updated to IE11. There is a special mode in IE11 called Enterprise Mode that can be used to emulate

More information

16.4.3 Lab: Data Backup and Recovery in Windows XP

16.4.3 Lab: Data Backup and Recovery in Windows XP 16.4.3 Lab: Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment The

More information

How to Install Applications (APK Files) on Your Android Phone

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

More information

Video on Online Archives and how to use them: http://www.youtube.com/watch?v=hwt_lidqwze

Video on Online Archives and how to use them: http://www.youtube.com/watch?v=hwt_lidqwze Introduction... 1 Using the Archive... 1 Using an Archive Policy... 2 Setting an Archive Policy on your Entire Mailbox... 2 Setting an Archive Policy on a Folder and its Subfolders... 3 Setting an Archive

More information

Windows 8.1 User Guide

Windows 8.1 User Guide Windows 8.1 User Guide This guide has been created to assist with lectures held in the ANU Information Commons. Further tips and training for using Windows 8.1 can be found on the IT Services website.

More information

KEYBOARD SHORTCUTS. Note: Keyboard shortcuts may be different for the same icon depending upon the SAP screen you are in.

KEYBOARD SHORTCUTS. Note: Keyboard shortcuts may be different for the same icon depending upon the SAP screen you are in. KEYBOARD SHORTCUTS Instead of an SAP icon button, you can use a keyboard shortcut. A keyboard shortcut is a key or combination of keys that you can use to access icon button functions while you are working

More information

Tutorial: Biped Character in 3D Studio Max 7, Easy Animation

Tutorial: Biped Character in 3D Studio Max 7, Easy Animation Tutorial: Biped Character in 3D Studio Max 7, Easy Animation Written by: Ricardo Tangali 1. Introduction:... 3 2. Basic control in 3D Studio Max... 3 2.1. Navigating a scene:... 3 2.2. Hide and Unhide

More information

Basic Computer Skills for Beginners. Mesa Regional Family History Center

Basic Computer Skills for Beginners. Mesa Regional Family History Center Basic Computer Skills for Beginners Mesa Regional Family History Center Know your Keyboard Most keys on the keyboard are the same as an electric typewriter. The four arrows (lower right side) move the

More information

Copyright 2006 TechSmith Corporation. All Rights Reserved.

Copyright 2006 TechSmith Corporation. All Rights Reserved. TechSmith Corporation provides this manual as is, makes no representations or warranties with respect to its contents or use, and specifically disclaims any expressed or implied warranties or merchantability

More information

IT Quick Reference Guides Using the Application Catalog and Software Center

IT Quick Reference Guides Using the Application Catalog and Software Center IT Quick Reference Guides Using the Application Catalog and Software Center Software Guides This guide covers how to use the Application Catalog to install software, and the Software Center to manage,

More information

Solar-Generation Data Visualization Software Festa Operation Manual

Solar-Generation Data Visualization Software Festa Operation Manual Solar-Generation Data Visualization Software Festa Operation Manual Please be advised that this operation manual is subject to change without notice. FL-003 CONTENTS INTRODUCTION Chapter1: Basic Operations

More information

Installing Lync. Configuring and Signing into Lync

Installing Lync. Configuring and Signing into Lync Microsoft Lync 2013 Contents Installing Lync... 1 Configuring and Signing into Lync... 1 Changing your Picture... 2 Adding and Managing Contacts... 2 Create and Manage Contact Groups... 3 Start an Instant

More information

Tablet and Digital Pen Device

Tablet and Digital Pen Device Tablet and Digital Pen Device Wired Tablet (Wired Media Tablet) Wireless Tablet (Media Wireless Tablet) User Manual Windows 7 / Vista / XP Driver Version 5.02 Version:V5.02 Release Date:2011/11 Contents

More information

Windows 7 for beginners

Windows 7 for beginners Windows 7 for beginners Hardware Hardware: the physical parts of a computer. What s in the computer? CPU: the central processing unit processes information (the brain) Hard drive: where all of your software

More information

Windows XP Chinese Character Support Installation Instruction

Windows XP Chinese Character Support Installation Instruction Windows XP Chinese Character Support Installation Instruction Windows XP has a utility to allow user to modify language sets for both multi-language input and viewing of foreign character sets. This document

More information

Dashboard 2004 Software Science Inc http://www.softsci.com/dash.htm Page 1

Dashboard 2004 Software Science Inc http://www.softsci.com/dash.htm Page 1 DASHBOARD VERSION 1.0 11/8/2004 INTRODUCTION Back when the first 32-bit version of Windows arrived, Windows 95, I saw the need to be able to launch a large number of applications, programs and utilities

More information

Auto Clicker Tutorial

Auto Clicker Tutorial Auto Clicker Tutorial This Document Outlines Various Features of the Auto Clicker. The Screenshot of the Software is displayed as below and other Screenshots displayed in this Software Tutorial can help

More information

ONLINE ACCOUNTABILITY FOR EVERY DEVICE. Quick Reference Guide V1.0

ONLINE ACCOUNTABILITY FOR EVERY DEVICE. Quick Reference Guide V1.0 ONLINE ACCOUNTABILITY FOR EVERY DEVICE Quick Reference Guide V1.0 TABLE OF CONTENTS ACCOUNT SET UP Creating an X3watch account DOWNLOADING AND INSTALLING X3WATCH System Requirements How to install on a

More information

M8 basics. Setting Up Your M8 Android Box... 2. Remote Essentials... 4. Using Your M8 Android Box... 6. Setting up Wireless... 6

M8 basics. Setting Up Your M8 Android Box... 2. Remote Essentials... 4. Using Your M8 Android Box... 6. Setting up Wireless... 6 M8 basics Contents Setting Up Your M8 Android Box... 2 Remote Essentials... 4 Using Your M8 Android Box... 6 Setting up Wireless... 6 Changing Display Settings... 7 Setting the Time Zone... 9 Using Apps...

More information

XF Extracellular Flux Analyzer. Installation and Troubleshooting Guide

XF Extracellular Flux Analyzer. Installation and Troubleshooting Guide Installation and Troubleshooting Guide February 24, 2014 2 TABLE OF CONTENTS XF Client System and File Requirements 4 Frequently Asked Questions. 4 Installation.. 5 Installing XF Software.. 5 Resolving

More information

HP LASER GAMING MOUSE USER MANUAL

HP LASER GAMING MOUSE USER MANUAL HP LASER GAMING MOUSE USER MANUAL v1.0.en Part number: 513192-001 Contents Selecting a User Profile... 1 Customizing a User Profile... 2 Customizing DPI Profiles... 3 Selecting a DPI Profile... 3 Changing

More information

Appendix A. CMS(Client Management Software)

Appendix A. CMS(Client Management Software) Appendix A. CMS(Client Management Software) A-1. Install CMS for Windows PC CMS is a program for communication between DVR and PC to control signal and video. Insert the enclosed CD, and go to CD-ROM Drive

More information

Macintosh System OSX #1

Macintosh System OSX #1 Recipes4Success Macintosh System OSX #1 2007. All Rights Reserved. This Material is copyrighted under United States copyright laws. Tech4Learning, Inc. is the exclusive owner of the copyright. Distribution

More information

Capture desktop image to Clipboard. Display contextual Help Window. Rename.

Capture desktop image to Clipboard. Display contextual Help Window. Rename. Shortcut CTRL+A CTRL+B CTRL+C CTRL+E CTRL+I CTRL+L CTRL+O CTRL+P CTRL+R CTRL+S CTRL+U CTRL+V CTRL+X CTRL+Z CTRL+ESC SHIFT+F10 ESC ALT ALT+ENTER ALT+F4 ALT+PRINT SCREEN PRINT SCREEN F1 F2 F3 DELETE SHIFT+DELETE

More information

Evoluent Mouse Manager for Windows. Download the free driver at evoluent.com. The primary benefits of the Mouse Manager are:

Evoluent Mouse Manager for Windows. Download the free driver at evoluent.com. The primary benefits of the Mouse Manager are: Evoluent Mouse Manager for Windows Less is more. In ergonomic terms, the less movement you make, the more relaxed you are. Did you know the Evoluent Mouse Manager software lets you do many things without

More information

Help. Contents Back >>

Help. Contents Back >> Contents Back >> Customizing Opening the Control Panel Control Panel Features Tabs Control Panel Lists Control Panel Buttons Customizing Your Tools Pen and Airbrush Tabs 2D Mouse and 4D Mouse Tabs Customizing

More information

10.3.1.6 Lab - Data Backup and Recovery in Windows XP

10.3.1.6 Lab - Data Backup and Recovery in Windows XP 5.0 10.3.1.6 Lab - Data Backup and Recovery in Windows XP Introduction Print and complete this lab. In this lab, you will back up data. You will also perform a recovery of the data. Recommended Equipment

More information

USB Human Interface Joystick Demonstration Create a HID USB Device (sample Joystick) By Jared St.Clare, October 2009 Version 1

USB Human Interface Joystick Demonstration Create a HID USB Device (sample Joystick) By Jared St.Clare, October 2009 Version 1 Create a HID USB Device (sample Joystick) By Jared St.Clare, October 2009 Version 1 1. Use EasyHid to create the generic files and USB files. Select the correct pic chip that you plan to program. We re

More information

Add in Guide for Microsoft Dynamics NAV May 2012

Add in Guide for Microsoft Dynamics NAV May 2012 Add in Guide for Microsoft Dynamics NAV May 2012 Microsoft Dynamics NAV 4 5 Addin Guide This document will guide you through configuration and basic use of Hipin s Microsoft Dynamics NAV addin. Microsoft

More information

So you want to create an Email a Friend action

So you want to create an Email a Friend action So you want to create an Email a Friend action This help file will take you through all the steps on how to create a simple and effective email a friend action. It doesn t cover the advanced features;

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

VisTablet Manual. For 12 VT Original and Mini Mouse

VisTablet Manual. For 12 VT Original and Mini Mouse VisTablet Manual For 12 VT Original and Mini Mouse I n d e x 1. Before using your VisTablet ------------------------------------------------------------------------------- Page#3 2. How to install Pen

More information

Celluon Laserkey - User Guide for Microsoft Windows XP

Celluon Laserkey - User Guide for Microsoft Windows XP Celluon Laserkey - User Guide for Microsoft Windows XP INDEX 1. System Requirements... 2 2. Installation / Uninstalling the Driver... 2 3. Bluetooth dongle software settings... 3 4. Connection Method...4

More information

NHSmail mobile configuration guide NotifySync V4.7 for Blackberry

NHSmail mobile configuration guide NotifySync V4.7 for Blackberry Only devices running NotifySync version 4.7 support encryption at rest NHSmail mobile configuration guide NotifySync V4.7 for Blackberry Version: V.4 Date: March 2011 THIS INFORMATION IS FOR NHS STAFF

More information

Getting started with DfuSe USB device firmware upgrade STMicroelectronics extension

Getting started with DfuSe USB device firmware upgrade STMicroelectronics extension User manual Getting started with DfuSe USB device firmware upgrade STMicroelectronics extension Introduction This document describes the demonstration user interface that was developed to illustrate use

More information

IP SERIAL DEVICE SERVER

IP SERIAL DEVICE SERVER IP SERIAL DEVICE SERVER ( 1 / 2 / 4 serial port ) Installation guide And User manual Version 1.0 1Introduction... 5 1.1Direct IP mode...5 1.2Virtual COM mode...5 1.3Paired mode...6 1.4Heart beat... 6

More information

Create a Poster Using Publisher

Create a Poster Using Publisher Contents 1. Introduction 1. Starting Publisher 2. Create a Poster Template 5. Aligning your images and text 7. Apply a background 12. Add text to your poster 14. Add pictures to your poster 17. Add graphs

More information

Passport installation Windows 8 + Firefox

Passport installation Windows 8 + Firefox Passport installation Windows 8 + Firefox OS Version Windows 8 System Type 32-bit and 64-bit Browser name & version Firefox 23 Before you begin Check you have Anti Virus software installed on your computer

More information

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server

How to Setup and Connect to an FTP Server Using FileZilla. Part I: Setting up the server How to Setup and Connect to an FTP Server Using FileZilla The ability to store data on a server and being able to access the data from anywhere in the world has allowed us to get rid of external flash

More information

INF-USB2 and SI-USB Quick Start Guide

INF-USB2 and SI-USB Quick Start Guide INF-USB2 and SI-USB Quick Start Guide Please follow these instructions carefully. DO NOT connect the INF-USB2 or SI-USB module to your computer before running the setup program. After running Setup and

More information

Sync IT. Detailed description of program. Tab: Sync

Sync IT. Detailed description of program. Tab: Sync Sync IT Sync IT is used to automatically synchronize folders between different computers and to make backups of folders. The synchronization is done with already existing networks, like the Internet. You

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

MICROSOFT WINDOWS NAVIGATION

MICROSOFT WINDOWS NAVIGATION MICROSOFT WINDOWS NAVIGATION MARGARET E. HEGGAN FREE PUBLIC LIBRARY This walkthrough assumes you have a computer with Microsoft Windows 7 installed. Versions of Microsoft Windows are similar, but different

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

Why Use OneNote? Creating a New Notebook

Why Use OneNote? Creating a New Notebook Why Use OneNote? OneNote is the ultimate virtual notebook that enables users to create notes in various formats, shares those notes, sync those notes with the cloud and collaborate with others. You can

More information

COPYRIGHT TOP NOTCH TABLETS LLC. 2012. HOW TO: Install the Drivers to your PC so you can Flash Firmware to your RK3066 Powered Tablet.

COPYRIGHT TOP NOTCH TABLETS LLC. 2012. HOW TO: Install the Drivers to your PC so you can Flash Firmware to your RK3066 Powered Tablet. HOW TO: Install the Drivers to your PC so you can Flash Firmware to your RK3066 Powered Tablet. 1. Inside the RKBatchTool1.5en folder you will see a sub folder called Driver 2. Inside of that folder are

More information

The following was taken directly from the ARD (Apple Remote Desktop) operator s manual:

The following was taken directly from the ARD (Apple Remote Desktop) operator s manual: The following was taken directly from the ARD (Apple Remote Desktop) operator s manual: Copying Files Apple Remote Desktop makes it easy to update items on one or more client computers. Copying files works

More information

FrenzelSoft Stock Ticker

FrenzelSoft Stock Ticker FrenzelSoft Stock Ticker User Manual 1 Table of Contents 1 First Start... 5 2 Basic Elements... 6 3 Context Menu Elements... 10 3.1 Show/Hide... 10 3.2 Add Symbol... 10 3.3 Remove Symbol... 10 3.4 Remove...

More information

SMART INSTALL CONTENTS. Questions and answers

SMART INSTALL CONTENTS. Questions and answers SMART INSTALL Questions and answers CONTENTS Frequently asked questions...2 Compatibility...3 USB connection...3 Wired or wireless network connection...4 Software CD...5 After installation...6 Software

More information

User Manual. pdoc Pro Client for Windows. Copyright Topaz Systems Inc. All rights reserved.

User Manual. pdoc Pro Client for Windows. Copyright Topaz Systems Inc. All rights reserved. User Manual pdoc Pro Client for Windows Copyright Topaz Systems Inc. All rights reserved. For Topaz Systems, Inc. trademarks and patents, visit www.topazsystems.com/legal. Table of Contents 1.0 The pdoc

More information

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4

Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs IIS Log Archiver Installation and Configuration Guide for Helm 4 Dwebs Ltd http://www.dwebs.ltd.uk January 2009 Doc: Helm 4.1.0.0 Mod Ver: 1.0.0.0 The names of actual companies and products mentioned

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL

CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL CORSAIR GAMING KEYBOARD SOFTWARE USER MANUAL TABLE OF CONTENTS CORSAIR UTILITY ENGINE OVERVIEW PROFILES 1 9 Introduction 2 Starting the Corsair Utility Engine 2 Profiles: Settings for a Specific Program

More information

Quick Guide #3G: Philips MRx Configuration and Operation with Rosetta- DS (Bluetooth Connection)

Quick Guide #3G: Philips MRx Configuration and Operation with Rosetta- DS (Bluetooth Connection) Quick Guide #3G: Philips MRx Configuration and Operation with Rosetta- DS (Bluetooth Connection) I. Configuration instructions for Philips MRx for use with Rosetta-DS via Bluetooth Required settings: o

More information

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT Tutorial Introduction to Windows Movie Maker 2.1 A Hands-on Workshop from the Academic Technology Center Distributed Learning Services, CIT Adapted with permission by Waynesburg College AAM Copyright 2005

More information

OneNote 2016 Tutorial

OneNote 2016 Tutorial VIRGINIA TECH OneNote 2016 Tutorial Getting Started Guide Instructional Technology Team, College of Engineering Last Updated: Spring 2016 Email tabletteam@vt.edu if you need additional assistance after

More information

ASUS GPU Tweak User Manual

ASUS GPU Tweak User Manual ASUS GPU Tweak User Manual Q6866 First Edition December 0 Contents I. Introduction... a. Knowing ASUS GPU Tweak... II. III. b. System requirements... c. Installing ASUS GPU Tweak... Quick start... a. Launching

More information

Remote Support. User Guide 7.23

Remote Support. User Guide 7.23 Remote Support User Guide 7.23 Copyright 1997 2011 Cisco and/or its affiliates. All rights reserved. WEBEX, CISCO, Cisco WebEx, the CISCO logo, and the Cisco WebEx logo are trademarks or registered trademarks

More information

AutoDWG DWGSee DWG Viewer. DWGSee User Guide

AutoDWG DWGSee DWG Viewer. DWGSee User Guide DWGSee User Guide DWGSee is comprehensive software for viewing, printing, marking and sharing DWG files. It is fast, powerful and easy-to-use for every expert and beginners. Starting DWGSee After you install

More information

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide How to remotely access your Virtual Desktop from outside the college using VMware View Client How to guide Author: ICT Services Version: 1.0 Date: November 2015 Contents What is the VMware View Client?...

More information

Open Arcade Architecture Device Data Format Specification

Open Arcade Architecture Device Data Format Specification OAAD Data Format Specification 01/29/99 Page 1 of 27 Open Arcade Architecture Device Data Format Specification Rev. 1.100 November 5, 1998 Copyright 1998, Intel Corporation. All rights reserved. THIS SPECIFICATION

More information

Ocster Backup - Rescue System

Ocster Backup - Rescue System Overview Ocster Backup - Rescue System The software allows you to create a rescue CD, DVD or USB-Stick. This rescue system is intended for two kinds of situations: 1. To restore a backup to your main hard

More information

EASE Scan Tool Customers. SECTION I - Installation

EASE Scan Tool Customers. SECTION I - Installation Please Install Your EASE Scan Tool DVD Before Installing Any Other Software That Came With Your Package. SECTION I - Installation ATTENTION: Do NOT connect an EASE Vehicle Interface Device to your Computer

More information

2006-2011, SHAPE Services www.shapeservices.com

2006-2011, SHAPE Services www.shapeservices.com RDM+ Remote Desktop for Mobiles For Java-powered phones and Symbian OS devices 1. Installing RDM+ Client on a phone... 2 Internet connection... 2 2. Registration and trial... 3 3. Address book... 3 4.

More information

ACS CLIENT SOFTWARE USER MANUAL

ACS CLIENT SOFTWARE USER MANUAL ACS CLIENT SOFTWARE USER MANUAL 1 ACS USER GUIDE 1.1 System Requirement Recommended System Requirement OS CPU VGA RAM HDD WindowXP, Vista Pentium 4, 2Ghz 1024*768, 64MB 24bit color graphic card 1GB 20MB

More information

DRIVER INSTALLATION PROCEDURE WINDOWS 8 (32 or 64 BIT)

DRIVER INSTALLATION PROCEDURE WINDOWS 8 (32 or 64 BIT) DRIVER INSTALLATION PROCEDURE WINDOWS 8 (32 or 64 BIT) N-Com Wizard 2.0 (and higher) IDENTIFYING THE OPERATING SYSTEM INSTALLED ON YOUR PC 1. Look for the Control Panel icon (on the Start menu or on the

More information

MAKING THE MOST OF WINDOWS 7

MAKING THE MOST OF WINDOWS 7 MAKING THE MOST OF WINDOWS 7 Learn how to get your PC to work for you! This seminar will combine the ins and outs of using Windows 7 with information on how to use fundamental commands within the windows

More information

Troubleshooting And Support

Troubleshooting And Support Troubleshooting And Support Contents General Issues/Try This First... 2 Kodi Crashed and Won t Open... 3 Android TV box Seems Slow... 10 Kodi Displays a Grid over the Screen... 11 When I Hit Return on

More information

How To Sync Between Quickbooks And Act

How To Sync Between Quickbooks And Act QSalesData User Guide Note: In addition to this User Guide, we have an extensive Online Video Library that you can access from our website: www.qsalesdata.com/onlinevideos Updated: 11/14/2014 Installing

More information

Getting Started with Web Based Data Reporting. November, 2005

Getting Started with Web Based Data Reporting. November, 2005 Getting Started with Web Based Data Reporting November, 2005 This is a brief overview describing how to use the Colorado EMS Data Collection web based reporting tool. It is not a comprehensive manual,

More information

Office 365 Training. Contents

Office 365 Training. Contents Office 365 Training Contents Logging into Office 365 and setting up your Office 365 Suite... 3 Moving Files to OneDrive for Business Cloud Storage... 6 - Creating Folders to organize your OneDrive... 9

More information

Using TViX Network. NFS mode : You must install the TViX NetShare utility in to your PC, but you can play the TP or DVD jukebox without stutter.

Using TViX Network. NFS mode : You must install the TViX NetShare utility in to your PC, but you can play the TP or DVD jukebox without stutter. Using TViX Network There are two network mode. One is SAMBA mode another is NFS mode. SAMBA mode : You can play the file via network without special program, but the speed is lower than NFS mode. ( Currently,

More information

Generative Drafting. Page 1 1997 2001 DASSAULT SYSTEMES. IBM Product Lifecycle Management Solutions / Dassault Systemes

Generative Drafting. Page 1 1997 2001 DASSAULT SYSTEMES. IBM Product Lifecycle Management Solutions / Dassault Systemes Generative Drafting Page 1 Tutorial Objectives Description This Tutorial is an introduction to Generative Drafting. Message To show how CATIA V5 allows the user to automatically generate associative drafting

More information

Internet Explorer Settings for Optum CareTracker

Internet Explorer Settings for Optum CareTracker Internet Explorer Settings for Optum CareTracker CareTracker (aka Optum PM and Physician EMR) is a web-based application, which currently only runs on the 32 -bit version of Internet Explorer (to tell,

More information

AXIS 1440 Print Server For EPSON Printers: Product Update. Important Information for Windows

AXIS 1440 Print Server For EPSON Printers: Product Update. Important Information for Windows Important Information for Windows AXIS 1440 Print Server For EPSON Printers: Product Update Important Information for Windows If you are using Windows 95, Windows 98, or Windows NT 4.0, you need to turn

More information

3D-GIS in the Cloud USER MANUAL. August, 2014

3D-GIS in the Cloud USER MANUAL. August, 2014 3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...

More information

Super Pro Net TM Network Key Installation and Operation

Super Pro Net TM Network Key Installation and Operation March 4, 2015 Super Pro Net TM Network Key Installation and Operation Installation Overview RoadEng software can be protected against unlicensed use on a network with SafeNet s Super Pro Net TM hardware

More information