UnifiedPOS (UPOS) Controls Combined JavaPOS and OPOS Controls. Programmer s Guide

Size: px
Start display at page:

Download "UnifiedPOS (UPOS) Controls Combined JavaPOS and OPOS Controls. Programmer s Guide"

Transcription

1 UnifiedPOS (UPOS) Controls Combined JavaPOS and OPOS Controls Programmer s Guide

2 Disclaimer Hand Held Products, Inc. d/b/a Hand Held Products ( Hand Held Products ) reserves the right to make changes in specifications and other information contained in this document without prior notice, and the reader should in all cases consult Hand Held Products to determine whether any such changes have been made. The information in this publication does not represent a commitment on the part of Hand Held Products. Hand Held Products shall not be liable for technical or editorial errors or omissions contained herein; nor for incidental or consequential damages resulting from the furnishing, performance, or use of this material. This document contains proprietary information which is protected by copyright. All rights are reserved. No part of this document may be photocopied, reproduced, or translated into another language without the prior written consent of Hand Held Products Hand Held Products, Inc. All rights reserved. Web Address: Microsoft Visual C/C++, Windows 95, Windows 98, Windows 2000, and Windows NT are either registered trademarks or trademarks of Microsoft Corporation in the United States and/or other countries. Other product names mentioned in this document may be trademarks or registered trademarks of other companies and are the property of their respective owners.

3 Table of Contents Chapter 1 - Introduction Supported Java Versions Chapter 2 - Hand Held Products UPOS Installation and System Configuration Installation Procedures Installing Java Runtime v1.4.2_04 (optional) System Configuration Configuring Windows 2000 and XP PATH Environment Variable (required) Configuring Windows NT PATH Environment Variable (required) Configuring Windows 98 PATH Environment Variable (required) Installation and System Configuration Complete Updating Windows CLASSPATH Environment Variable (optional) Running Third Party (non-hand Held Products) Applications with Hand Held Products Devices Uninstall Instructions Chapter 3 - Hand Held Products UnifiedPOS Configuration Application Configuration Application Overview Configuration Settings Configuration Functions Add New En Save to XML Chapter 4 - Configuring Devices Bar Code Scanner (RS-232) Bar Code Scanner (USB) Bar Code Scanner (USB Serial Emulation) Transaction Terminal (RS-232) Transaction Terminal (USB) Transaction Terminal (RS-485) Chapter 5 - Hand Held Products JavaPOS and OPOS Controls Tester (UltraTester) Applications Hand Held Products JavaPOS Ultra Tester Hand Held Products OPOS Ultra Tester Running the UltraTester Chapter 6 - Hand Held Products JavaPOS Host Sample Application Running JavaPOS Host Sample Chapter 7 - Overview of UnifiedPOS DirectIO DirectIO Method DirectIO Event i

4 Chapter 8 - DirectIO Command Details for Scanner Controls JavaPOS Usage OPOS Usage Chapter 9 - DirectIO Command Details for Transaction Terminal Controls Supported DirectIO Commands for Interfacing to Transaction Terminals JavaPOS DirectIO Commands DISPLAY_Bitmap DISPLAY_Box DISPLAY_Clear DISPLAY_Logo DISPLAY_ResetLogo DISPLAY_SetFont DISPLAY_SetLogoFile DISPLAY_Text MEM_DeleteObj MEM_DeleteVar MEM_FindObj MEM_FindVar MEM_GetFree MEM_GetVar MEM_SetVar PINIO_SetMasterKeyID PINIO_SetSessionKey PROMPT_Number SCRIPT_Goto SCRIPT_GotoVar SCRIPT_IsPaused SCRIPT_IsRunning SCRIPT_IsScript SCRIPT_IsVar SCRIPT_Reset SCRIPT_Run SCRIPT_Set SCRIPT_Stop SYS_DownloadFirmware SYS_GetError SYS_GetModel SYS_GetName SYS_GetVersion SYS_IsAvailable SYS_IsError SYS_Reboot SYS_Reset SYS_SetDebug Text_GetVar Text_IsVar Text_SetVar OPOS DirectIO Commands PW_CLEARSCREEN PW_DISPLAYBITMAPFILE PW_DISPLAYBOX PW_DISPLAYLOGO ii

5 PW_MEMDELETEOBJ PW_MEMDELETEVAR PW_MEMFINDOBJ PW_MEMFINDVAR PW_MEMGETFREE PW_MEMGETVAR PW_MEMSETVAR PW_NUMBERPAD PW_PUTTEXT PW_RESETLOGO PW_SCRIPTGOTO PW_SCRIPTGOTOVAR PW_SCRIPTISPAUSED PW_SCRIPTISRUNNING PW_SCRIPTISSCRIPT PW_SCRIPTISVAR PW_SCRIPTRESET PW_SCRIPTRUN PW_SCRIPTFILELOAD PW_SCRIPTSTOPLOAD PW_SETFONT PW_SETLOGO PW_SETMKEY PW_SETSKEY PW_SYSDOWNLOAD PW_SYSGETERROR PW_SYSGETMODEL PW_SYSGETNAME PW_SYSGETVERSION PW_SYSISAVAILABLE PW_SYSISERROR PW_SYSREBOOT PW_SYSRESET PW_SYSSETDEBUG PW_TEXTGETVAR PW_TEXTISVAR PW_TEXTSETVAR Chapter 10 - Technical Assistance iii

6 iv

7 1 Introduction Hand Held Products provides a set of Java for Point of Service (JavaPOS or JPOS) and OLE for Retail Point of Sale (OPOS) controls that can be used to interface to a specified group of Hand Held Products products when writing JavaPOS or OPOS applications for retail environments. The Hand Held Products JavaPOS and Hand Held Products OPOS controls support RS- 232, USB, and RS-485 interfaces to the connected device in Windows XP, 2000, 98, and NT environments. These JavaPOS and OPOS controls are compliant with the UnifiedPOS Retail Peripheral Architecture specification v1.9 dated 1/16/2005. UnifiedPOS is an architectural specification for application interfaces to point-of-service devices that are used in the retail environment. The Hand Held Products JavaPOS and Hand Held Products OPOS Controls (from here on referred to as the Hand Held Products UnifiedPOS or UPOS controls) are two implementations of the UnifiedPOS specification. The UnifiedPOS specification can be found at: The Hand Held Products UPOS controls provide an application interface to the Hand Held Products Transaction Team 8000 Series Terminals and the following Hand Held Products scanners: 3800, 4600g, 4620, 4800i, 3800r, 3820, and 3800i. In the case of the Transaction Team 8000 Series Terminal, multiple device categories are supported within the one physical device. That is, the Transaction Team 8000 Series Terminal supports the following device categories: Line Display, MSR, PIN Pad, POS Keyboard, Signature Capture, and Tone Indicator. Hand Held Products provides a JavaPOS and OPOS control for each of those device categories along with a control for the Scanner device category. The following table shows the relationship between the Hand Held Products product and the Hand Held Products UPOS control that provides an application interface to that product. Device Category Line Display POS Keyboard PIN Pad MSR - Magnetic Stripe Reader Signature Capture Tone Indicator Scanner (Bar Code Reader) Hand Held Products Physical Device TT8000 Series Transaction Terminal TT8000 Series Transaction Terminal TT8000 Series Transaction Terminal TT8000 Series Transaction Terminal TT8000 Series Transaction Terminal TT8000 Series Transaction Terminal 2020, 3800, 4010, 4080, 4200, 4600g ( 1 IT4600), 4620, 4800i ( 1 IT4800), 3800r ( 1 IT5600), 3820 ( 1 IT5620), 3800i ( 1 IT5800) 1. Former model number Note: Hand Held Products UPOS controls do not work with the Transaction Team 3100 terminal. This programmer s guide details the following: Installation and system configuration of Hand Held Products JavaPOS and OPOS controls Hand Held Products UnifiedPOS Configuration Application Hand Held Products JavaPOS Controls Tester application (JPOS UltraTester) Hand Held Products OPOS Controls Tester application (OPOS UltraTester) Hand Held Products JavaPOS Sample Host application DirectIO methods that are specific to the Hand Held Products JavaPOS and OPOS controls For further detailed information (methods, properties, events) about the application interfaces to the Hand Held Products supported devices, refer to the UnifiedPOS v1.9 specification with which the Hand Held Products JavaPOS and OPOS supported controls were developed to be in compliance. Supported Java Versions The Hand Held Products JavaPOS and OPOS controls both share common source code at the service layer that is used to communicate directly to the Hand Held Products supported products. This common source code requires the Java Runtime Environment (JRE) and above to be installed and running on your environment prior to using the Hand Held Products UPOS controls. In order to develop JavaPOS or OPOS applications using the Hand Held Products UPOS controls, the JRE must either already exist on your system, or be selected during installation to be installed onto your system. JavaPOS applications written using the Hand Held Products JavaPOS controls must be developed using the Java SDK version (which includes the JRE 1.3.1) and above. UnifiedPOS (UPOS) Controls Programmer s Guide 1-1

8 1-2 UnifiedPOS (UPOS) Controls Programmer s Guide

9 2 Hand Held Products UPOS Installation and System Configuration To set up the Hand Held Products JavaPOS and/or OPOS controls to run in your environment, you must: 1. Run the Hand Held Products UnifiedPOS Installation program 2. Configure your Windows system environmental path variable 3. Run the Hand Held Products UnifiedPOS Configuration Application This chapter details steps 1 and 2 above. See Hand Held Products UnifiedPOS Configuration Application beginning on page 3-1 for information about running the Hand Held Products UnifiedPOS Configuration Application. The Hand Held Products UnifiedPOS Installation program allows you to install either the Hand Held Products JavaPOS and/or Hand Held Products OPOS controls, along with optional items, such as test programs, a sample program, and Java Runtime 1.4.2_04. The following are the components that can be selected during installation: Hand Held Products JavaPOS Controls (required, when OPOS Controls are selected) The Hand Held Products JavaPOS controls, which let you develop JavaPOS applications to interface to the supported Hand Held Products devices. This component also includes the Hand Held Products UnifiedPOS Configuration Application that lets you configure your communication parameters along with other miscellaneous items. See Hand Held Products UnifiedPOS Configuration Application beginning on page 3-1 for further details. Hand Held Products OPOS Controls (optional, depend on JavaPOS Controls) The Hand Held Products OPOS controls, which let you develop OPOS applications to interface to the supported Hand Held Products devices. This component also includes the Hand Held Products UnifiedPOS Configuration Application that lets you configure your communication parameters along with other miscellaneous items. See Hand Held Products UnifiedPOS Configuration Application beginning on page 3-1 for further details. Hand Held Products JavaPOS and OPOS UltraTester Applications (optional, depend on JavaPOS Controls) These applications test each of the supported Hand Held Products JavaPOS or OPOS controls. See Hand Held Products JavaPOS and OPOS Controls Tester (UltraTester) Applications beginning on page 5-1 for further details. Hand Held Products JavaPOS Sample Host Application (optional, depend on JavaPOS Controls) A sample retail point-of-sale application that uses all the Hand Held Products JavaPOS controls to interface to a Transaction Terminal and scanner. The Java source code for this sample host is installed so you may reference it when writing your own JavaPOS application. The Transaction Terminal binary script file is also installed and can be downloaded to the Transaction Terminal via the Hand Held Products JavaPOS or Hand Held Products OPOS UltraTester Application. See Hand Held Products JavaPOS Host Sample Application beginning on page 6-1 for further details. Java Runtime Environment (JRE) 1.4.2_04 (optional) Optional if JRE or above is already resident on the system. Otherwise this is required to use either the Hand Held Products JavaPOS or Hand Held Products OPOS controls. Installation Procedures The following steps describe the Hand Held Products UPOS installation process: 1. Download the UPOS installation program, HandHeldUPOSInstall.exe, into a temporary folder on your hard drive (for example: C:\temp\handheld\upos). 2. Within Windows Explorer, locate the installation program, HandHeldUPOSInstall.exe. Begin the installation and follow the instructions on the screens that appear. 3. If installing OPOS controls, restart your system when prompted. Once your system is restarted, the UPOS installation program automatically starts up again to finish the installation. If you have selected not to install the JRE, your installation is now complete. Otherwise, the Java Runtime v1.4.2_04 installation begins. Installing Java Runtime v1.4.2_04 (optional) Before utilizing the Hand Held Products UPOS controls, you must have JRE or above installed on your PC. This installation is automatically launched when the Java Runtime 1.4.2_04 option is selected. The Typical installation installed the Java Runtime Environment by default in the C:\Program Files\Java\j2re1.4.2_04 folder. If you want to install the Java Runtime in another folder, perform a Custom installation. System Configuration After completing and verifying the installation, you must perform the following system configuration before utilizing the installed components. This will ensure that the JRE is in your Windows system environmental PATH variable. The following steps describe this process. UnifiedPOS (UPOS) Controls Programmer s Guide 2-1

10 Configuring Windows 2000 and XP PATH Environment Variable (required) 1. Right click on the My Computer icon and select Properties, then click on the Advanced tab. 2. Click on Environment Variables to set the path system variable. Select Path under System Variables. 3. Note: <install_dir> stands for the directory where you installed the files. Click on Edit and enter <install_dir>\bin;<java_runtime_dir>\bin\client, where <install_dir>\bin indicates where the installation file is stored and <java_runtime_dir>\bin\client indicates where the Java Runtime Environment resides. For example: C:\Program Files\ Hand Held Products\UPOS\bin; C:\Program Files\Java\j2re1.4.2_04\bin\client. Click OK. 2-2 UnifiedPOS (UPOS) Controls Programmer s Guide

11 Configuring Windows NT PATH Environment Variable (required) 1. Right click on the My Computer icon and select Environment. 2. Select Path under System Variables. 3. Enter <install_dir>\bin and <java_runtime_dir>\bin\client at the end of the variable value string to indicate where the Java Runtime Environment resides. For example: C:\Program Files\Java\j2re1.4.2_04\bin; C:\Program Files\Java\j2re1.4.2_04\bin\client. Click OK. Configuring Windows 98 PATH Environment Variable (required) 1. On the Start Menu, select Run, enter msconfig, and click on OK. 2. Click on the Autoexec.bat tab. 3. Enter <install_dir>\bin and <java_runtime_dir>\bin\client at the end of the variable value string to indicate where the Java Runtime Environment resides. For example: C:\Program Files\Java\j2re1.4.2_04\bin; C:\Program Files\Java\j2re1.4.2_04\bin\client. Click OK. UnifiedPOS (UPOS) Controls Programmer s Guide 2-3

12 Installation and System Configuration Complete The setting of the Windows system environmental path variable completes the installation and system configuration for the Hand Held Products JavaPOS and/or OPOS controls. To utilize the installed controls, you must next configure them to fit your needs (communication parameters, special parameters to interface to a Transaction Terminal script, log files, etc.) by running the UnifiedPOS Configuration Application (see Hand Held Products UnifiedPOS Configuration Application beginning on page 3-1). Updating Windows CLASSPATH Environment Variable (optional) The install adds several JAR files to your Windows system environmental CLASSPATH variable. By default, these JAR files are located under the <install_dir>/bin directory. If you are running other Java based applications on the same system, you may wish to modify the locations of the following 3 rd party JAR files to reflect your environment: comm.jar jcl.jar jposxx-controls.jar (where XX denotes the version, for example jpos19-controls.jar) xerces.jar When any of these locations are modified, you should also update the following BAT files to reflect the changes: RunJposSampleHostApp.bat RunJposUltraTester.bat RunUposConfig.bat Running Third Party (non-hand Held Products) Applications with Hand Held Products Devices Running a third party Java application requires the location of jpos.xml, which resides in <install_dir>\res. You must update the jpos.config.populatorfile attribute located within the jcl.jar file s jpos.properties file. The following is an example of the new jpos.properties en: # # Use this property for the JCL to load a specific file (cfg or XML) # when not using multiple populators via the jpos.config.populator.class. # multi-property # jpos.config.populatorfile=c://handheldproducts/upos/res/jpos.xml You must verify that your third party application s classpath includes the path to the device specific jar, hhpjpos.jar, as well as any dependent files such as comm.jar. The updated classpath will be similar to the following: set classpath=%classpath%;c:\hand Held Products\UPOS\bin\comm.jar;c:\<install.dir> Uninstall Instructions To uninstall the Hand Held Products JavaPOS Controls, OPOS Controls, JavaPOS UltraTester, OPOS UltraTester, and JavaPOS Sample Host Application components, use Add or Remove Programs from the Control Panel. Remove the Hand Held Products UPOS Controls software. To uninstall the Java Runtime component, remove the Java 2 Runtime Environment, SE v1.4.2_04 software. 2-4 UnifiedPOS (UPOS) Controls Programmer s Guide

13 3 Hand Held Products UnifiedPOS Configuration Application Once the installation and system configuration are complete, you must configure the Hand Held Products JavaPOS and/or OPOS Controls. The installation of the Hand Held Products JavaPOS and/or OPOS Controls component includes the installation of the Hand Held Products UnifiedPOS Configuration Application. This application sets up your system for proper operation with the connected Hand Held Products device. The Hand Held Products UnifiedPOS Configuration Application allows you to configure parameters for your communication interface to the devices (RS-232, USB, or RS-485), and also configure special parameters to be used when interfacing to a Transaction Terminal script (custom script forms and signature formats). To run the Hand Held Products UnifiedPOS Configuration Application, launch the <install_dir>\runuposconfig.bat batch file in a Windows Explorer window. This file is in C:\<install_dir>\RunUposConfig.bat. Configuration Application Overview The configuration application comes with 7 default en names corresponding to 7 UnifiedPOS controls (device categories) that were installed by the UnifiedPOS controls component. En Name Device Category Hand Held Products Physical Device L1 Line Display Transaction Team 8000 Series Terminal SCAN1 Scanner 2020, 3800, 4010, 4080, 4200, 4600g ( 1 IT4600), 4620, 4800i ( 1 IT4800), 3800r ( 1 IT5600), 3820 ( 1 IT5620), 3800i ( 1 IT5800) K1 POSKeyboard Transaction Team 8000 Series Terminal P1 PinPad Transaction Team 8000 Series Terminal M1 MSR Transaction Team 8000 Series Terminal S1 SignatureCapture Transaction Team 8000 Series Terminal T1 ToneIndicator Transaction Team 8000 Series Terminal 1. Former model number The following is an example of the screen that is displayed when the UPOS Configuration Application is executed: UnifiedPOS (UPOS) Controls Programmer s Guide 3-1

14 Configuration Settings Setting Device Bus Port Name, Baud Rate, Parity Data Bits Stop Bits, Flow Control USB Device, USB Device Serial # Connection Port, Connection Slot, Device ID, Initialize POS Subsystem Log File Text Rows, Column Rows Custom Script Form Signature Format Each device category supports three types of Device Bus values: RS-232, USB, and RS-485. When you select the device bus, the corresponding properties selections for that interface are enabled. RS-232 properties are only selectable if Device Bus is set to RS-232. These values must match the values that are set for the PC communications port and for the Hand Held Products device. Note: If the scanner is connected to a USB port, but configured as USB COM port emulation, then you must select RS-232 as the device bus, and select the correct virtual COM port. All other RS- 232 parameters (baud rate, parity, data bits, stop bits, and flow control) can be ignored for USB COM port emulation. USB Properties are only selectable if Device Bus is set to USB. RS-485 properties are only selectable if Device Bus is set to RS-485. These values must match the values that are set for the Hand Held Products device. Connection Port:: Use the default value. Connection Slot:: Use the default value. Device ID: Refer to Transaction Terminal (RS-485) on page 4-2 to configure the Device ID. Initialize POS Subsystem: Check this box if your application is the first to initialize the POS subsystem. Otherwise, leave the box unchecked. If a Log File name is specified, a log file will be kept for those UPOS controls activities in the <install_dir> folder. Note: The OPOS Service Object always creates a log file, <device>so.log, and stores it in the install directory by default (<install_dir>) or in the location specified by the regis key: HKLM\SW\OLEforRetail\ServiceInfo\Hand Held Products\Logpath These parameters may only be set for a Line Display Device category. This parameter may only be set for PinPad and POSKeyboard Device categories. This parameter is used only when interfacing to a corresponding script residing on a Transaction Terminal. This value represents the name of the form in the script to which the PinPad and/or POS Keyboard UPOS control will interface. For the PinPad control, this parameter must match the name of the Pinpad form in the script. For the POS Keyboard control, this parameter must match the name of the form in the script that will be sending data via the POS Keyboard control. When this parameter is specified, the UPOS control goes to the specified script form on the Transaction Terminal upon the beginning of an EFT Transaction (PinPad control), and/or upon the device being enabled (POS Keyboard control). This parameter may only be set for the SignatureCapture Device category and has valid values of: Packet, CMP, and CMP_Base64. This value represents the type of signature data returned by Transaction Terminal to SignatureCapture UPOS control. This is used only in conjunction with a corresponding script residing on a Transaction Terminal. This parameter must match the format of the signature output from the script. 3-2 UnifiedPOS (UPOS) Controls Programmer s Guide

15 Configuration Functions Add New En 1. On the initial Hand Held Products UnifiedPOS Configuration Application screen, select New En 2. Enter a meaningful Device ID (En Name) and select an appropriate Device Category (UPOS Control). If you utilize the UPOS control (by writing your own application or using the installed JavaPOS or OPOS UltraTester application), the Device ID must be passed to the JavaPOS or OPOS open( ) method to open communications with the desired device. 3. Click OK to add the new en. 4. Modify settings for new en as described on page 3-2. Save to XML The UnifiedPOS Configuration Application saves modified UPOS configuration information in the <install_dir>\res\jpos.xml file. This file should never be edited by any program other than the Hand Held Products UnifiedPOS Configuration Application. Updated UPOS configuration information can be saved by clicking Save To XML. UnifiedPOS (UPOS) Controls Programmer s Guide 3-3

16 3-4 UnifiedPOS (UPOS) Controls Programmer s Guide

17 4 Configuring Devices Bar Code Scanner (RS-232) 1. Connect the scanner to your computer/terminal according to the installation procedures in the scanner s user guide. 2. Once the scanner has been fully connected, power up the terminal/computer. 3. Log on to your computer. 4. Scan the RS-232 Interface bar code in your scanner s user guide. 5. Scan an appropriate baud rate bar code in your scanner s user guide. This baud rate must match what was specified for the device by the UnifiedPOS Configuration Application. 6. Scan an appropriate RS-232 Word Length bar code in your scanner s user guide. The parity - data bits - stop bits setting must match what was specified for the device by the UnifiedPOS Configuration Application. 7. Scan an appropriate RS-232 Handshaking RTS/CTS bar code in your scanner s user guide. The RTS/CTS setting must match what was specified for the device by the UnifiedPOS Configuration Application. Bar Code Scanner (USB) 1. Connect the USB interface cable to the scanner. 2. With the computer/terminal powered on, connect the USB connector to a target computer/terminal's USB port. 3. Immediately after the USB connection has been made, scan the USB HID bar code in your scanner s user guide. This sets the terminal ID for the scanner to Wait until the new device has been detected and recognized by the Windows operating system. 5. Right click on My Computer and select Properties, then click on the Hardware tab. 6. Click on Device Manager. 7. Expand the Human Interface Devices en. The following two entries should appear: HID-compliant device USB Human Interface Device Bar Code Scanner (USB Serial Emulation) 1. Download the Matrix USB Serial Emulation Driver from the Hand Held Products website ( Unzip the archive to a location of your choice. 2. Connect the USB interface cable to the scanner. 3. With the computer/terminal powered on, connect the USB connector to a target computer/terminal s USB port. 4. Immediately after the USB connection has been made, scan the USB COM Port Emulation bar code in your scanner s user guide. This sets the terminal ID for the scanner to Wait until the new device has been detected and recognized by the Windows operating system. The operating system will ask for the driver (the.inf file). Direct it to the location where you unzipped the driver files. 6. Right click on My Computer and select Properties, then click on the Hardware tab. 7. Click on Device Manager. 8. Expand the Ports en and verify the scanner appears, followed by the virtual COM port number. UnifiedPOS (UPOS) Controls Programmer s Guide 4-1

18 Transaction Terminal (RS-232) 1. Connect the Transaction Terminal to your computer/terminal according to the installation procedures in the startup guide. 2. Upon startup of the Transaction Terminal, the initial screen prompts you to Touch the pad now to enter setup mode. Touch the screen with the stylus to enter setup mode. 3. Touch the Host button. 4. Check/Uncheck the Enable CTS holdoff check box as specified for the Transaction Terminal by the UnifiedPOS Configuration Application. 5. Check the appropriate Baud Rate (bps): check box as specified for the Transaction Terminal device by the UnifiedPOS Configuration Application. 6. Select Accept on the Host configuration screen. 7. Select Accept on the Setup screen. Transaction Terminal (USB) 1. Connect the Transaction Terminal to your computer/terminal according to the installation procedures in the startup guide. 2. Wait until the new device has been detected and recognized by the Windows operating system. 3. Right click on My Computer and select Properties, then click on the Hardware tab. 4. Click on Device Manager. 5. Expand the Human Interface Devices en. The following two entries should appear: HID-compliant device USB Human Interface Device Transaction Terminal (RS-485) 1. Power down the IBM 46XX register. 2. Connect the cable to the Transaction Terminal and to port 9 in the back of the register. 3. Power up the IBM46XX register. 4. Upon startup of the Transaction Terminal, the initial screen prompts you to Touch the pad now to enter setup mode. Touch the screen with the stylus to enter setup mode. 5. Touch the Host button. 6. Check that the correct Device ID is specified for the Transaction Terminal by the UnifiedPOS Configuration Application. 7. Select Accept on the Host configuration screen. 8. Select Accept on the Setup screen. 9. Power down the register, then power it back up. 4-2 UnifiedPOS (UPOS) Controls Programmer s Guide

19 5 Hand Held Products JavaPOS and OPOS Controls Tester (UltraTester) Applications The Hand Held Products JavaPOS and OPOS UltraTesters are optional components. These applications allow you to test all the Hand Held Products JavaPOS /OPOS controls individually. Before running the UltraTester, you must first configure your devices via the Hand Held Products UnifiedPOS Configuration Application. Refer to Hand Held Products UnifiedPOS Configuration Application beginning on page 3-1. Hand Held Products JavaPOS Ultra Tester To run the Hand Held Products JavaPOS UltraTester application, launch the <install_dir>\runuposultratester.bat batch file in a Windows Explorer window. When the Hand Held Products JavaPOS UltraTester is initially executed, the following screen displays: Hand Held Products OPOS Ultra Tester To run the Hand Held Products OPOS UltraTester application, launch the <install_dir>\oposultratester.exe file in a Windows Explorer window. UnifiedPOS (UPOS) Controls Programmer s Guide 5-1

20 When the Hand Held Products OPOS UltraTester is initially executed, the following screen displays: Running the UltraTester UltraTester allows you to perform the main functions provided by JavaPOS/OPOS. Using UltraTester, you can open the COM port, claim the device, enable data events, and then receive device data. It can also change supported JavaPOS/OPOS control properties and verify the new values. UltraTester also provides an interface for using and testing the various DirectIO functions available on the Hand Held Products JavaPOS/OPOS controls that interface to the Transaction Terminals. The GUI items on the tabs on the right side of the application apply to the control shown on the currently displayed tab on the left side of the main window. For example, to open the keyboard control, you must first display the keyboard control tab on the left side of the application. Then click the Open button on the tab on the right side window. This operation opens only the keyboard control. By selecting different left side tabs, multiple controls can be opened and tested simultaneously. 5-2 UnifiedPOS (UPOS) Controls Programmer s Guide

21 6 Hand Held Products JavaPOS Host Sample Application The Hand Held Products JavaPOS Host Sample application is an optional component that simulates a point-of-sale register interfacing to a Transaction Terminal along with an Hand Held Products scanner. JavaPOS Host Sample exercises all the JavaPOS controls for the Transaction Terminal (MSR, Sig, PinPad, LineDisplay, Keyboard, Toner) and also exercises the scanner control. The Transaction Terminal contains a script that has the typical point-of-sale functionality (line item display, credit, debit, signature, instant credit application, survey, etc.). There is a separate script for RS-232/RS-485 connectivity and USB connectivity. Before running JavaPOS Host Sample, the Transaction Terminal script must be downloaded to the Transaction Terminal. This can be done via a directio function using the Hand Held Products JavaPOS UltraTester, or can be done via an Hand Held Products supplied TT8000 Series Loader utility. The script files are in the following directories: C:\<install_dir>\bin\UPOS_Sample_Script_USB.bin C:\<install_dir>\bin\UPOS_Sample_Script_RS232_RS_485.bin Once the script is downloaded, the Hand Held Products UnifiedPOS Configuration Application must be run to configure the JavaPOS controls properly (see Hand Held Products UnifiedPOS Configuration Application beginning on page 3-1). Along with setting the proper communication parameters to accommodate the connections for your devices, the following special parameters must be configured before running JavaPOS Host Sample: Device Category Custom Script Form Signature Format PinPad padpin n/a POSKeyboard padinstantcredit_ssn n/a SignatureCapture n/a CMP Line Display padlinedisplay n/a To run JavaPOS Host Sample, launch the <install_dir> RunJposSampleHostApp.bat batch file in a Windows Explorer window. This file will be in a directory as follows: C:\<install_dir>\RunJposSampleHostApp.bat When JavaPOS Host Sample is initially executed, the following screen displays: Note: In order to use Debit, your system must be injected with a DUKPT key. For information on key injection, contact Technical Support (see Technical Assistance on page 10-1). Running JavaPOS Host Sample When JavaPOS Host Sample is in its idle state, the application status area indicates it is waiting for a bar code scan to initiate a transaction. The survey button is enabled at this time and, if selected, initiates a survey on the Transaction Terminal. UnifiedPOS (UPOS) Controls Programmer s Guide 6-1

Configuration Guide HP Point of Sale (POS) Accessories. Document Version 1.00

Configuration Guide HP Point of Sale (POS) Accessories. Document Version 1.00 Configuration Guide HP Point of Sale (POS) Accessories Document Version 1.00 May 2006 1 Copyright 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without

More information

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 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

More information

Getting Started with IntelleView POS Administrator Software

Getting Started with IntelleView POS Administrator Software Getting Started with IntelleView POS Administrator Software Administrator s Guide for Software Version 1.2 About this Guide This administrator s guide explains how to start using your IntelleView POS (IntelleView)

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual

SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual SUDT AccessPort TM Advanced Terminal / Monitor / Debugger Version 1.37 User Manual Version 1.0 - January 20, 2015 CHANGE HISTORY Version Date Description of Changes 1.0 January 20, 2015 Initial Publication

More information

FLoader User's Manual

FLoader User's Manual FLoader User's Manual Version 1.0.07 Build February 12, 2002 Copyright Topcon Positioning Systems, Inc. 2002 All rights reserved Last Revised February 14, 2002 INTRODUCTION / TERMS AND CONDITIONS Thank

More information

PC Program User s Guide (01.01.05) 1. Connecting the PC. 2. Installation and Start-up. 3. Programming

PC Program User s Guide (01.01.05) 1. Connecting the PC. 2. Installation and Start-up. 3. Programming Work Off-Line Set up a new database or modify a previously saved database (without being connected to the telephone system). This helps minimize on-site programming time. Work On-Line (connected directly

More information

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation

Quick Installation. A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding. Quick Installation Quick Installation A Series of Intelligent Bar Code Reader with NeuroFuzzy Decoding This chapter intends to get your new FuzzyScan scanner working with your existing system within minutes. General instructions

More information

Guide to Installing BBL Crystal MIND on Windows 7

Guide to Installing BBL Crystal MIND on Windows 7 Guide to Installing BBL Crystal MIND on Windows 7 Introduction The BBL Crystal MIND software can not be directly installed on the Microsoft Windows 7 platform, however it can be installed and run via XP

More information

Signature Center Getting Started Guide

Signature Center Getting Started Guide Signature Center Getting Started Guide 1113710 PRODUCED IN IRELAND Copyright 2010 McKesson Corporation and/or one of its subsidiaries. All Rights Reserved. This documentation is an unpublished work of

More information

Moxa Device Manager 2.0 User s Guide

Moxa Device Manager 2.0 User s Guide First Edition, March 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. Moxa Device Manager 2.0 User Guide The software described in this manual

More information

File Management Utility. T u t o r i a l

File Management Utility. T u t o r i a l File Management Utility T u t o r i a l Contents System Requirements... 2 Preparing Files for Transfer to GlobalMark... 2 Application Launch... 2 Printer Setup... 2 Communication Status... 4 Communication

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

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide

HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide HP LaserJet MFP Analog Fax Accessory 300 Send Fax Driver Guide Copyright and License 2008 Copyright Hewlett-Packard Development Company, L.P. Reproduction, adaptation, or translation without prior written

More information

HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos)

HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos) HP Point of Sale (POS) Peripherals Configuration Guide ap5000 VFD Windows (non-opos) Document Version 3.23 November 2010 1 Copyright 2007-2010 Hewlett-Packard Development Company, L.P. The information

More information

Installation Guide PSP Installation. Rev. 1.00. SRP-350plusII SRP-352plusII. http://www.bixolon.com

Installation Guide PSP Installation. Rev. 1.00. SRP-350plusII SRP-352plusII. http://www.bixolon.com Installation Guide PSP Installation Rev. 1.00 SRP-350plusII SRP-352plusII http://www.bixolon.com Table of Contents 1. Manual Information...3 2. Operating Environment...4 2-1 Installation Environment...4

More information

Java Point-Of-Sale Software

Java Point-Of-Sale Software epnjpos v2 Java Point-Of-Sale Software epnjpos Installation and User Guide, Revision 2.0 epnjpos v2 Java Point-Of-Sale Software 1 Overview... 1 2 Requirements... 2 3 Equipment... 3 4 Upgrade to epnjpos

More information

Java POS (Java for Retail POS) README FILE for the Wincor Nixdorf JavaPOS Package

Java POS (Java for Retail POS) README FILE for the Wincor Nixdorf JavaPOS Package Java POS (Java for Retail POS) README FILE for the Wincor Nixdorf JavaPOS Package ------------------------------------------------------------------------------------------------------------- Java for

More information

Retail epay User Manual

Retail epay User Manual Retail epay User Manual USAEPAY RETAIL EPAY CHARGE Whether you are a Windows, Mac OS or Linux/Unix user, USA epay's epay Charge Retail Software is your number one solution for processing retail sales using

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

FN:PCMCSET-M1.DOC. PCMCSET SOFTWARE for ATS Master Clocks System Clocks and Displays

FN:PCMCSET-M1.DOC. PCMCSET SOFTWARE for ATS Master Clocks System Clocks and Displays FN:PCMCSET-M1.DOC PCMCSET SOFTWARE for ATS Master Clocks System Clocks and Displays ATS FREE SOFTWARE AGREEMENT Applied Technical Systems (ATS) grants you the right to use this software according to the

More information

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A.

Empowered by Innovation. Setting Up and Using Fax Mail. P/N 1770087 July 2006 Printed in U.S.A. Empowered by Innovation Setting Up and Using Fax Mail P/N 1770087 July 2006 Printed in U.S.A. This manual has been developed by NEC Unified Solutions, Inc. It is intended for the use of its customers and

More information

JEROME COMMUNICATIONS SOFTWARE (JCS) INSTALLATION and OPERATION MANUAL V1.02 for Windows XP

JEROME COMMUNICATIONS SOFTWARE (JCS) INSTALLATION and OPERATION MANUAL V1.02 for Windows XP AZI P/N 700-0042-B Last update May 2009 USER MANUAL JEROME COMMUNICATIONS SOFTWARE (JCS) INSTALLATION and OPERATION MANUAL V1.02 for Windows XP May 2009 ARIZONA INSTRUMENT LLC 3375 N Delaware Street Chandler,

More information

Installation and Operation Manual Portable Device Manager, Windows version

Installation and Operation Manual Portable Device Manager, Windows version Installation and Operation Manual version version About this document This document is intended as a guide for installation, maintenance and troubleshooting of Portable Device Manager (PDM) and is relevant

More information

Features Reference. About Unified Communication System. Before Using This Machine. Starting a Meeting. What You Can Do During the Meeting

Features Reference. About Unified Communication System. Before Using This Machine. Starting a Meeting. What You Can Do During the Meeting Features Reference About Unified Communication System Before Using This Machine Starting a Meeting What You Can Do During the Meeting Leaving a Meeting Managing Address Book Changing Network Configuration

More information

Centurion PLUS CPC4 Download Guide

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

More information

TROY Secure Print Enterprise Lite Users Guide

TROY Secure Print Enterprise Lite Users Guide TROY Secure Print Enterprise Lite Users Guide 50-06451-001 Rev A TROY Group Inc. Page 1 of 25 TABLE OF CONTENTS Preface... 3 Notice... 3 Document History... 4 Trademark Credits... 5 Section 1 Introduction...

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

[The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net

[The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net Software used by portions of this application require the following license statement: [The BSD License] Copyright (c) 2004-2011 Jaroslaw Kowalski jaak@jkowalski.net All rights reserved. Redistribution

More information

User Guide Win7Zilla

User Guide Win7Zilla User Guide Win7Zilla Table of contents Section 1: Installation... 3 1.1 System Requirements... 3 1.2 Software Installation... 3 1.3 Uninstalling Win7Zilla software... 3 Section 2: Navigation... 4 2.1 Main

More information

Citrix EdgeSight for Load Testing User s Guide. Citrx EdgeSight for Load Testing 2.7

Citrix EdgeSight for Load Testing User s Guide. Citrx EdgeSight for Load Testing 2.7 Citrix EdgeSight for Load Testing User s Guide Citrx EdgeSight for Load Testing 2.7 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

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

Keep it Simple Timing

Keep it Simple Timing Keep it Simple Timing Support... 1 Introduction... 2 Turn On and Go... 3 Start Clock for Orienteering... 3 Pre Start Clock for Orienteering... 3 Real Time / Finish Clock... 3 Timer Clock... 4 Configuring

More information

CashFlow Programming Module CPM

CashFlow Programming Module CPM CashFlow Programming Module CPM Installation & User Guide GB REV G4 08/08/2006 Table of Content Table of Content... 2 CashFlow Programming Module (CPM)... 4 What is a CPM?... 4 CPM Identification... 4

More information

SAPIP GUI INSTALLATION. Table of Contents

SAPIP GUI INSTALLATION. Table of Contents QUICK START GUIDE SAPIP GUI INSTALLATION Table of Contents 1. Install CSU cable driver for SapIP..2-3 2. Check for pre-requisite for SAPIP GUI install......2 3. Check for pre-requisite for SAPIP GUI install...2-6

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

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

More information

SATA RAID SIL 3112 CONTROLLER USER S MANUAL

SATA RAID SIL 3112 CONTROLLER USER S MANUAL SATA RAID SIL 3112 CONTROLLER USER S MANUAL 120410056E1N Copyright Copyright 2003. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system

More information

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8

Citrix EdgeSight for Load Testing User s Guide. Citrix EdgeSight for Load Testing 3.8 Citrix EdgeSight for Load Testing User s Guide Citrix EdgeSight for Load Testing 3.8 Copyright Use of the product documented in this guide is subject to your prior acceptance of the End User License Agreement.

More information

Studio 5.0 User s Guide

Studio 5.0 User s Guide Studio 5.0 User s Guide wls-ug-administrator-20060728-05 Revised 8/8/06 ii Copyright 2006 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite 335 Midvale,

More information

User Manual. Thermo Scientific Orion

User Manual. Thermo Scientific Orion User Manual Thermo Scientific Orion Orion Star Com Software Program 68X637901 Revision A April 2013 Contents Chapter 1... 4 Introduction... 4 Star Com Functions... 5 Chapter 2... 6 Software Installation

More information

VRC 7900/8900 Avalanche Enabler User s Manual

VRC 7900/8900 Avalanche Enabler User s Manual VRC 7900/8900 Avalanche Enabler User s Manual WLE-VRC-20030702-02 Revised 7/2/03 ii Copyright 2003 by Wavelink Corporation All rights reserved. Wavelink Corporation 6985 South Union Park Avenue, Suite

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

Addendum Advanced POS Printer Drivers

Addendum Advanced POS Printer Drivers Addendum Advanced POS Printer Drivers Overview With the introduction of version 4.0, The General Store now supports the use of advanced, manufacturer s printer drivers for certain point of sale printers.

More information

USB Driver. Installation Manual

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

More information

DUKANE Intelligent Assembly Solutions

DUKANE Intelligent Assembly Solutions PC Configuration Requirements: Configuration Requirements for ipc Operation The hardware and operating system of the PC must comply with a list of minimum requirements for proper operation with the ipc

More information

Software User Guide UG-461

Software User Guide UG-461 Software User Guide UG-461 One Technology Way P.O. Box 9106 Norwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com ezlinx icoupler Isolated Interface Development Environment

More information

Installing Global Logger USB Drivers

Installing Global Logger USB Drivers Installing Global Logger USB Drivers For 32-bit Windows 8, skip to the section labeled, Continue with Driver Installation. For 64-bit Windows 8, start the process here. At the time of this writing, the

More information

Using HyperTerminal with Agilent General Purpose Instruments

Using HyperTerminal with Agilent General Purpose Instruments Using HyperTerminal with Agilent General Purpose Instruments Windows HyperTerminal can be used to program most General Purpose Instruments (not the 531xx series counters) using the RS-232 Serial Bus. Instrument

More information

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2

HYPERION SYSTEM 9 N-TIER INSTALLATION GUIDE MASTER DATA MANAGEMENT RELEASE 9.2 HYPERION SYSTEM 9 MASTER DATA MANAGEMENT RELEASE 9.2 N-TIER INSTALLATION GUIDE P/N: DM90192000 Copyright 2005-2006 Hyperion Solutions Corporation. All rights reserved. Hyperion, the Hyperion logo, and

More information

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE

RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE RSM Web Gateway RSM Web Client INSTALLATION AND ADMINISTRATION GUIDE Installation and Administration Guide RSM Web Client and RSM Web Gateway 17 August, 2004 Page 1 Copyright Notice 2004 Sony Corporation.

More information

UX Mail Fax Features. Empowered by Innovation. P/N 0913251 Rev 1, September 15, 2008 Printed in U.S.A. V4.21

UX Mail Fax Features. Empowered by Innovation. P/N 0913251 Rev 1, September 15, 2008 Printed in U.S.A. V4.21 Empowered by Innovation UX Mail Fax Features P/N 0913251 Rev 1, September 15, 2008 Printed in U.S.A. V4.21 For additional resources, visit UX5000 on the web at http://www.necux5000.com. This manual has

More information

Allworx OfficeSafe Operations Guide Release 6.0

Allworx OfficeSafe Operations Guide Release 6.0 Allworx OfficeSafe Operations Guide Release 6.0 No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopy,

More information

hp digital home networking wireless USB network adapter hn210w quick start guide

hp digital home networking wireless USB network adapter hn210w quick start guide hp digital home networking wireless USB network adapter hn210w quick start guide Revision #: 15 Page: 1 of 11 Printed: 08/15/01 04:44 PM The Hewlett-Packard Company makes no warranty of any kind with regard

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1

In-System Programmer USER MANUAL RN-ISP-UM RN-WIFLYCR-UM-.01. www.rovingnetworks.com 1 RN-WIFLYCR-UM-.01 RN-ISP-UM In-System Programmer 2012 Roving Networks. All rights reserved. Version 1.1 1/19/2012 USER MANUAL www.rovingnetworks.com 1 OVERVIEW You use Roving Networks In-System-Programmer

More information

UFR II Driver Guide. UFR II Driver Ver. 2.20 ENG

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

More information

HP A-IMC Firewall Manager

HP A-IMC Firewall Manager HP A-IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW101-20110805 Legal and notice information Copyright 2011 Hewlett-Packard Development Company, L.P. No part of this

More information

POS-X Stock Manager User s Guide

POS-X Stock Manager User s Guide POS-X Stock Manager User s Guide Version 1.3 Copyright 2005 POS-X Inc. All rights reserved. POS-X.com 1-800-790-8657 1 POS-X Stock Manager User s Guide Stock Manager Version 1.1.67 POS-X Inc. Telephone:

More information

APPLICATION. Using the PB-100 to Make Calls and Announcements From a Database. Using the PB-100 for All-Call Dialing

APPLICATION. Using the PB-100 to Make Calls and Announcements From a Database. Using the PB-100 for All-Call Dialing APPLICATION Note TELECOM SOLUTIONS FOR THE 21ST CENTURY Using the PB-100 for All-Call Dialing March 22, 2002 Features Compatible with Windows 95, 98, ME, NT 4.0, 2000 Male sub-d 9 pin cable provided 20

More information

EPSON Scan Server & EPSON TWAIN Pro Network

EPSON Scan Server & EPSON TWAIN Pro Network EPSON Scan Server & EPSON TWAIN Pro Network EPSON Scan Server & EPSON TWAIN Pro Network SCANNER UTILITY PROGRAMS All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

Java Point-Of-Sale Software

Java Point-Of-Sale Software epnjpos v3 Java Point-Of-Sale Software epnjpos v3 Installation and User Guide, Version 3.0 epnjpos v3 Java Point-Of-Sale Software 1 Overview... 1 2 Requirements... 2 3 Equipment... 3 4 epnjpos Set Up...

More information

SiI3132 SATARAID5 Quick Installation Guide (Windows version)

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,

More information

XConsole GUI setup communication manual September 2010.

XConsole GUI setup communication manual September 2010. XConsole GUI setup communication manual September 2010. XConsole is compatible with Microsoft XP, Vista and Windows 7. The software will also work if using Boot camp on a Mac. IMPORTANT NOTES: - Do NOT

More information

Printer Support Guide. FedEx Ship Manager Software

Printer Support Guide. FedEx Ship Manager Software Printer Support Guide FedEx Ship Manager Software Printer FAQs Installing Printer Drivers How do I download and install the Zebra printer drivers? To download and install the current Zebra printer drivers

More information

Getting Started. rp5800, rp5700 and rp3000 Models

Getting Started. rp5800, rp5700 and rp3000 Models Getting Started rp5800, rp5700 and rp3000 Models Copyright 2011 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice. Microsoft, Windows, and Windows

More information

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide

National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide National Fire Incident Reporting System (NFIRS 5.0) NFIRS Data Entry/Validation Tool Users Guide NFIRS 5.0 Software Version 5.3 Prepared for: Directorate of Preparedness and Response (FEMA) Prepared by:

More information

Matisse Installation Guide for MS Windows. 10th Edition

Matisse Installation Guide for MS Windows. 10th Edition Matisse Installation Guide for MS Windows 10th Edition April 2004 Matisse Installation Guide for MS Windows Copyright 1992 2004 Matisse Software Inc. All Rights Reserved. Matisse Software Inc. 433 Airport

More information

User Management Resource Administrator. UMRA Example Projects. Service Management

User Management Resource Administrator. UMRA Example Projects. Service Management User Management Resource Administrator UMRA Example Projects UMRA example projects Copyright 2005, Tools4Ever B.V. All rights reserved. No part of the contents of this user guide may be reproduced or transmitted

More information

Installing S500 Power Monitor Software and LabVIEW Run-time Engine

Installing S500 Power Monitor Software and LabVIEW Run-time Engine EigenLight S500 Power Monitor Software Manual Software Installation... 1 Installing S500 Power Monitor Software and LabVIEW Run-time Engine... 1 Install Drivers for Windows XP... 4 Install VISA run-time...

More information

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc.

Legal Notes. Regarding Trademarks. 2012 KYOCERA Document Solutions Inc. Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01 User's Guide Using RFDBManager For 433 MHz / 2.4 GHz RF Version 1.23.01 Copyright Notice Copyright 2005 Syntech Information Company Limited. All rights reserved The software contains proprietary information

More information

FD40 User Guide. Version 16.0 June 2015

FD40 User Guide. Version 16.0 June 2015 FD40 User Guide Version 16.0 June 2015 First Data Merchant Solutions is a trading name of First Data Europe Limited, a private limited company incorporated in England (company number 02012925) with a registered

More information

Plug-in Installation Instruction Xenon 1900/1902 Scanner

Plug-in Installation Instruction Xenon 1900/1902 Scanner Plug-in Installation Instruction Xenon 1900/1902 Scanner Table of Contents Introduction...2 Installing EZConfig-Scanning Software...3 Some features related to Xenon 1902:...5 Installing Plug-in...6 Licensing

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

Control Technology Corporation CTC Monitor User Guide Doc. No. MAN-1030A Copyright 2001 Control Technology Corporation All Rights Reserved Printed in USA The information in this document is subject to

More information

SHARP Digital Signage Software Pro PN-SS05 OPERATION MANUAL

SHARP Digital Signage Software Pro PN-SS05 OPERATION MANUAL SHARP Digital Signage Software Pro PN-SS05 Version 4.1 OPERATION MANUAL Contents Introduction... 2 Precautions on Use...2 Trademarks...2 How to Read this Manual...3 Definitions...3 Installing/Launching...

More information

PKZIP 6.0. Command Line for Windows Getting Started Manual

PKZIP 6.0. Command Line for Windows Getting Started Manual PKZIP 6.0 Command Line for Windows Getting Started Manual Copyright 2000-2002 PKWARE, Inc. All Rights Reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval

More information

Dell Statistica 13.0. Statistica Enterprise Installation Instructions

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

More information

Modbus RTU (RS-485) TCP/IP (Ethernet)

Modbus RTU (RS-485) TCP/IP (Ethernet) Eaton Innovative Technology PEM PC Software Installation and Operation Instruction Manual: IM01005006E Rev. 2 March 2007 Modbus RTU (RS-485) TCP/IP (Ethernet) Effective Date 3/2007 For more information

More information

MS830 / MS833 Barcode Reader v1.0 9-December-2014

MS830 / MS833 Barcode Reader v1.0 9-December-2014 MS830 / MS833 Barcode Reader v1.0 9-December-2014 Publication Information 2014 Imagine Communications Corp. Proprietary and Confidential. Imagine Communications considers this document and its contents

More information

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 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.

More information

HP AppPulse Mobile. Adding HP AppPulse Mobile to Your Android App

HP AppPulse Mobile. Adding HP AppPulse Mobile to Your Android App HP AppPulse Mobile Adding HP AppPulse Mobile to Your Android App Document Release Date: April 2015 How to Add HP AppPulse Mobile to Your Android App How to Add HP AppPulse Mobile to Your Android App For

More information

AXIS Camera Station Quick Installation Guide

AXIS Camera Station Quick Installation Guide AXIS Camera Station Quick Installation Guide Copyright Axis Communications AB April 2005 Rev. 3.5 Part Number 23997 1 Table of Contents Regulatory Information.................................. 3 AXIS Camera

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Connecting your Omega/BetaPAT PLUS to a PC via a USB

Connecting your Omega/BetaPAT PLUS to a PC via a USB Connecting your Omega/BetaPAT PLUS to a PC via a USB Install software Windows XP and below Insert the disc into your computers disc drive and run through the setup wizard. Windows Vista & 7 1. Insert the

More information

OfficeServ Link. User Guide. Version 2.1 June 2005

OfficeServ Link. User Guide. Version 2.1 June 2005 OfficeServ Link User Guide Version 2.1 June 2005 OfficeServ Link Version 2.1 User Guide This manual should be read before the installation and operation of the OfficeServ Link Software. COPYRIGHT This

More information

Thor VM1. Quick Start Guide. Vehicle-Mount Computer. with Microsoft Windows Embedded CE 6 or Windows Embedded Standard 2009 Operating System

Thor VM1. Quick Start Guide. Vehicle-Mount Computer. with Microsoft Windows Embedded CE 6 or Windows Embedded Standard 2009 Operating System Thor VM1 Vehicle-Mount Computer with Microsoft Windows Embedded CE 6 or Windows Embedded Standard 2009 Operating System Quick Start Guide VM1-QS Rev A 4/12 Setting up the Thor VM1 Please have the following

More information

Wrist Audio Player Link Soft for Macintosh. User s Guide

Wrist Audio Player Link Soft for Macintosh. User s Guide Wrist Audio Player Link Soft for Macintosh User s Guide Trademarks Macintosh and Mac OS are registered trademarks of Apple Computer Inc. All other product, service and company names mentioned herein may

More information

Exeba -ATS. User Guide. Escan Technologies Corporation

Exeba -ATS. User Guide. Escan Technologies Corporation Escan Technologies Corporation Exeba -ATS User Guide Escan Technologies Corp. 12140 Severn Way Riverside, CA 92503 Phone (909) 270-0043 Fax (909) 270-0920 1 ESCAN TECHNOLOGIES CORPORATION Exeba -ATS User

More information

ProSafe Plus Switch Utility

ProSafe Plus Switch Utility ProSafe Plus Switch Utility User Guide 350 East Plumeria Drive San Jose, CA 95134 USA September 2010 202-10524-03 v1.0 ProSafe Plus Switch Utility User Guide 2010 NETGEAR, Inc. All rights reserved. No

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

Model 288B Charge Plate Graphing Software Operators Guide

Model 288B Charge Plate Graphing Software Operators Guide Monroe Electronics, Inc. Model 288B Charge Plate Graphing Software Operators Guide P/N 0340175 288BGraph (80207) Software V2.01 100 Housel Ave PO Box 535 Lyndonville NY 14098 1-800-821-6001 585-765-2254

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Systems, Inc. Notice The information in this publication is subject to change without notice. THIS PUBLICATION IS PROVIDED AS IS WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING ANY

More information

How To Install Outlook Addin On A 32 Bit Computer

How To Install Outlook Addin On A 32 Bit Computer Deployment Guide - Outlook Add-In www.exclaimer.com Contents About This Guide... 3 System Requirements... 4 Software... 4 Installation Files... 5 Deployment Preparation... 6 Installing the Add-In Manually...

More information

Version 6.0 USER MANUAL

Version 6.0 USER MANUAL X-Charge Version 6.0 USER MANUAL X-Charge Version 6.0 10/10/2005 User Manual 4 Copyright 2005 by CAM Commerce Solutions, Inc. All rights reserved worldwide. This manual, as well as the software described

More information

Data-Tracker PLUS and Data-Viewer PLUS Software User s Guide

Data-Tracker PLUS and Data-Viewer PLUS Software User s Guide Data-Tracker PLUS and Data-Viewer PLUS Software User s Guide Version 1.1 Data-Tracker PLUS and Data-Viewer PLUS User s Guide Overview Data-Tracker PLUS is a software program designed and developed to interface

More information

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features

Addonics T E C H N O L O G I E S. NAS Adapter. Model: NASU2. 1.0 Key Features 1.0 Key Features Addonics T E C H N O L O G I E S NAS Adapter Model: NASU2 User Manual Convert any USB 2.0 / 1.1 mass storage device into a Network Attached Storage device Great for adding Addonics Storage

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

ScanShell.Net Install Guide

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

More information