Parallel Text-based LCM

Size: px
Start display at page:

Download "Parallel Text-based LCM"

Transcription

1 Parallel Text-based LCM Implementation Manual March 16, 2015 Version: 1.0.1

2 Revision History Version Date Changes /27/2014 Initial release /16/2015 Apply the new template This document contains proprietary information of Lanner Electronics Inc. and is not to be disclosed or used except in accordance with applicable agreements. Copyright All Rights Reserved. Copyright 2015 Lanner Electronics Inc. All rights reserved. The information in this document is proprietary and confidential to Lanner Electronics Inc. No part of this document may be reproduced in any form or by any means or used to make any derivative work (such as translation, transformation, or adaptation) without the express written consent of Lanner Electronics Inc. Lanner Electronics Inc. reserves the right to revise this document and to make changes in content from time to time without obligation on the part of Lanner Electronics Inc. to provide notification of such revision or change. The information in this document is furnished for informational use only, is subject to change without notice, and should not be construed as a commitment by Lanner Electronics Inc. Lanner Electronics Inc. assumes no responsibility or liability for any errors or inaccuracies that may appear in this document or any software that may be provided in association with this document. ii

3 Table of Contents Revision History... ii TABLE OF CONTENTS... III ABOUT THIS DOCUMENT... IV PURPOSE... IV INTENDED AUDIENCE... IV CONVENTIONS USED... IV CHAPTER 1. INTRODUCTION OVERVIEW OF LANNER LCM... 2 CHAPTER 2. BUILDING AND INSTALLING THE PROGRAM BUILD PARALLEL TEXT-BASED LCM INSTALL THE DRIVER FOR PARALLEL TEXT-BASED LCM... 5 CHAPTER 3. EXECUTING THE SAMPLE PROGRAM PLCM_TEST Corresponding Commands for plcm_test functions PLCM_CURSOR_CHAR TEST CHAPTER 4. LCM CONTROL FUNCTIONS REQUEST CODES FOR PARALLEL TEXT-BASED LCM CHAPTER 5. VIRTUALIZATION IMPLEMENTED BY PARALLEL PORT PASS THROUGH USING VIRTUALIZATION ON LINUX EXECUTING THE SAMPLE PROGRAM ppdev_test Corresponding Commands for ppdev_test functions APPENDIX A FILES FUNCTION DESCRIPTION OF THE PROGRAM PACKAGE iii

4 About this Document Purpose The purpose of this document is to provide implementation information for Lanner Parallel Text-based LCM functionalities. Intended Audience This document is for individuals who install and configure networking appliances with the above mentioned functionality. Conventions Used Followings are all the special characters and typographical conventions used in this manual: Convention Press Enter Meaning Means press the Enter or Return key or its equivalent on your computer. Note: introduces important additional information. Caution: warns that a failure to follow the recommended procedure could result in loss of data or damage to equipment. iv

5 v

6

7 About this user s manual In this user s manual, it will not only tell you how to correctly build the Parallel Text-based LCM step-by-step but many explanation of sample program tests as well as the related illustrations are also shown in both virtualization and non-virtualization environment. Overview of this user s manual Chapter 1 Introduction describes the features of Parallel Text-based LCM Chapter 2 Building and Installing the Program Chapter 3 Executing the Sample Program Chapter 4 LCM Control Functions Chapter 5 Virtualization Implemented by Parallel Port Pass Through 1

8 Introduction 1 Introduction 1.1 Overview of Lanner LCM Lanner 's LCM (LCD Message Display Module) is a general purpose message display which can be programmed to display certain messages. For different connector interfaces, our LCM supports 4 different types, including Parallel Text-based LCM, Parallel Graphic-based LCM, Serial Text-based LCM as well as USB and Serial Text or Graphic-based LCM. A software development kit contained in each LCM helps system designers efficiently design the system to support LCM functionality. Among all of the LCMs we had mentioned above, the Parallel Text-based LCM connects to the parallel port of the motherboard. The LCD screen can display 2 lines, 16 (or 20) characters per line. In the environment of virtualization, furthermore, the Parallel Text-based LCM also can be implemented. For more details on other LCMs, please refer to the related manual. 2

9 Building and Installing the Program 2 Building and Installing the Program 2.1 Build Parallel Text-based LCM To build program source code on Linux platform, please use the following steps as a guideline: 1. Extract the source file: # tar -xzvf plcm_drv_v0xx.tgz (0XX is the version of the program.) 2. Change directory to the extracted folder: # cd plcm_drv_v0xx (0XX is the version of the program.) Note: Apply our Parallel Text-based LCM to the environment of virtualization, please use the version 013 or above of the program. To realize the implementation methods of virtualization by parallel port pass through, you can see Chapter Type make to build source code: # make After compiling, the executable programs (plcm_test, plcm_cursor_char, ppdev_test, Test) and the driver (plcm_drv.ko) will appear in the program s folder. For further information of these files, please read Appendix A Files Function Description of the Program Package. 3

10 Building and Installing the Program Note: The OS supported by Parallel Text-based LCM function includes platforms based on Linux Kernel series 2.4.x, Linux Kernel series 2.6.x and Linux Kernel series 3.0.x or above. 4

11 Building and Installing the Program 2.2 Install the Driver for Parallel Text-based LCM Install the driver and create a node in the /dev directory by: 1. # insmod plcm_drv.ko (refer to *) 2. # mknod /dev/plcm_drv c (refer to **) Note: *: Once the message of insmod: error inserting 'plcm_drv.ko': -1 Input/output error appears, please check that whether the major number is repeated or not. **: The major number needed with the mknod command varies with different software versions; please look up the Readme file for this value. 5

12 Executing the Sample Program 3 Executing the Sample Program This chapter contains sample executable programs that you could test on your platform. It demonstrates some useful functionality that the LCM provides. Note that the installation needs to be completed before proceeding with these executions. 3.1 plcm_test Run the command below for testing the Parallel Text-based LCM functions. #./plcm_test Then, this program will run through the following functions in sequence: Backlight Off/On (turning off/on the backlight of the LCM display, see the figures below) Backlight Off Backlight On 6

13 Executing the Sample Program Display Off (turning off the LCM display, see the figure below) Display Off Cursor Off/On (NOT showing/showing the cursor on the LCM display, see the figures below) Cursor Off Cursor On Blinking off/on (turning off/on the cursor blinking, see the figures below) Blinking Off Blinking On Writing (displaying the specific sentences, see the figure below) Writing 7

14 Executing the Sample Program Reading (reading the specific sentence, see the figure below) Reading CGram Test (displaying the user-stored characters, see the figure below) CGram Test Keypad Testing (Get the keypad input: the 1st button is read in as Left, the 2 nd button is read in as Up, the 3 rd button is read in as Right, and the 4 th button is read in as Down) Left Up Right Down 8

15 Executing the Sample Program Corresponding Commands for plcm_test functions Instead of using this plcm_test executable program to test the LCM with a series of functions, you can directly input the specific command to have its corresponding function worked on your LCM. This will be much more convenient once you would like to merely execute the Keypad Testing, for example, among all functions as we had mentioned in Section 3.1. All of these corresponding commands provided by our LCM for plcm_test are shown as Table 3-1. Options -On -Off -LCM1 -LCM2 Description of Command Turn on the backlight of the LCM display. To execute, please type: #./plcm_test -On Turn off the backlight of the LCM display. To execute, please type: #./plcm_test -Off Writing Lanner@Taiwan in line1. To execute, please type: #./plcm_test -LCM1 Writing in line 2. To execute, please type: #./plcm_test -LCM2 Figure of LCM Display 9

16 Executing the Sample Program -Keypad Get the keypad input: the 1st button is read in as Left, the 2nd button is read in as Up, the 3rd button is read in as Right, and the 4th button is read in as Down. To execute, please type: #./plcm_test -Keypad Left Up Right Table 3-1 Down 10

17 Executing the Sample Program 3.2 plcm_cursor_char Run the command below for cursor shift & single text update. #./plcm_cursor_char Then, this program will provide the following menu to interact with you. Input 1~6 to choose the desired item from available options. Each option of this menu is described below: Insert line (select Item 1 to set the starting line as either line 1 or line 2, see the figures below) Line 1 Line 2 Move cursor right (select Item 2 to move the cursor to the right, see the figure below) The cursor is moved to the right side 11

18 Executing the Sample Program Move cursor left (select Item 3 to move the cursor to the left, see the figure below) The cursor is moved to the left side Add a char (select Item 4 to display a character on the LCM screen, see the figure below) Display the inputted chars Clean display (select Item 5 to clear up the LCM display, see the figure below) Clear up the display Leave (select Item 6 to exit the program, see the figure below) 12

19 Executing the Sample Program 3.3 Test This program is a testing script and runs through the following procedures in sequence: rmmod plcm_drv (remove the kernel mode driver module) insmod plcm_drv.ko(install the kernel mode driver module)./plcm_test(execute the driver testing program)./plcm_test -stop(stop executing the driver testing program) rmmod plcm_drv(remove the kernel mode driver module) To execute, please type: #./Test 13

20 LCM Control Functions 4 LCM Control Functions 4.1 Request Codes for Parallel Text-based LCM Lanner provides device-dependent request codes in PLCM driver that you can use within your program to control the LCM. To use these request codes, simply include the plcm_ioctl.h file in your program. And use the function ioctl to call these codes. For example, ioctl (user_defined driver pointer, PLCM_IOCTL_BACKLIGHT, 1) For more details on these request codes, please refer to Table 4-1. Request codes Description Description of Value PLCM_IOCTL_ BACKLIGHT Turn on/off the backlight 1 stands for Backlight On 0 stands for Backlight Off PLCM_IOCTL_SET_ LINE Set the cursor on the destined line 1 stands for Line 1 2 stands for Line 2 PLCM_IOCTL_ CLEARDISPLAY PLCM_IOCTL_ RETURNHOME Clear all display on the LCM screen Set cursor to the position of line one and character one (Home position) 14

21 LCM Control Functions PLCM_IOCTL_ ENTRYMODE_ID PLCM_IOCTL_ ENTRYMODE_SH PLCM_IOCTL_ DISPLAY_D PLCM_IOCTL_ DISPLAY_C PLCM_IOCTL_ DISPLAY_B PLCM_IOCTL_ SHIFT_SC PLCM_IOCTL_ SHIFT_RL Set cursor to move to either left or right when entering a character Shift the LCM screen for more display LCM display on/off LCM cursor on/off LCM cursor blinking on/off Make the LCM screen shift or cursor shift Control LCM cursor to shift right or left 1 stands that LCM cursor will be shifted right when writing 0 stands that LCM cursor will be shifted left when writing 1 stands that the current LCM screen is shifted. 0 stands that LCM screen is stayed on. 1 stands for Display On 0 stands for Display Off 1 stands for Cursor On 0 stands for Cursor Off 1 stands for Blinking On 0 stands for Blinking Off 1 stands for Screen Shift 0 stands for Cursor Shift 1 stands for Cursor Shift Right 0 stands for Cursor Shift Left PLCM_IOCTL_ GET_KEYPAD Get the keypad input PLCM_IOCTL_ INPUT_CHAR Display a character on the LCM screen Table

22 Virtualization Implemented by Parallel Port Pass Through 5 Virtualization Implemented by Parallel Port Pass Through 5.1 Using Virtualization on Linux By the utilization of the parallel port pass through, the Parallel Text-based LCM implements the following three kinds of virtualization in the Guest OS. QEMU/KVM Xen VMWare Player Here, we take the Fedora 20 x86_64 operation system for instance to explain 3 virtualization respectively for parallel port pass through. Use the procedures listed below for step-by-step instructions separately based on your case. 16

23 Virtualization Implemented by Parallel Port Pass Through In case of QEMU/KVM or Xen, please use the following steps as a guideline to implement the virtualization : (1) Make sure that the Guest OS has been installed. (2) Add the following 4 lines into the xml file (for example, add to /etc/libvirt/qemu/<yourvirtualmachine>.xml in linux KVM) : <parallel type='dev'> <source path='/dev/parport0'/> <target port='0'/> </parallel> (3) Open a terminal in the Guest OS and then issue the following commands to install linux kernel drivers. # modprobe parport # modprobe parport_pc # modprobe ppdev (4) Check that whether the /dev/parport0 exists or not. You may not find proper /dev/parport0 in the device list, please reconfirm the setup of xml file in the Guest OS. (5) Reboot the Guest OS. Note: It is necessary for you to insmod parport.ko, parport_pc.ko and ppdev.ko linux kernel drivers in virtualization environment before executing the ppdev_test testing program. 17

24 Virtualization Implemented by Parallel Port Pass Through In case of VMWare Player, please use the following steps as a guideline to implement the virtualization: (1) Make sure that the Guest OS has been installed. (2) To set up the parallel port pass through, please enter VMWare Player Virtual Machine Setting VMWare Player's setting page to select /dev/parport0 as parallel port device.(see the figure below) (3) Open a terminal in the Guest OS and then issue the following commands to install linux kernel drivers. # modprobe parport # modprobe parport_pc # modprobe ppdev 18

25 Virtualization Implemented by Parallel Port Pass Through (4) Check that whether the /dev/parport0 exists or not. You may not find proper /dev/parport0 in the device list, please reconfirm the setup of VMWare Player's setting page described in Step 2. (5) Reboot the Guest OS. Note: It is still necessary for you to insmod parport.ko, parport_pc.ko and ppdev.ko linux kernel drivers in virtualization environment before executing the ppdev_test testing program. 19

26 Virtualization Implemented by Parallel Port Pass Through 5.2 Executing the Sample Program This section contains sample executable program that you could test on your Guest OS in virtualization environment. It demonstrates some useful functionality that the LCM provides. Note that the installation needs to be completed before proceeding with these executions ppdev_test Copy the file of plcm_drv_v0xx.tgz to the Guest OS, and issue the following commands to compile. Make sure that the program you use is version 013 or above. # tar -xzvf plcm_drv_v0xx.tgz (0XX is the version of the program.) # cd plcm_drv_v0xx (0XX is the version of the program.) # make After compiling, run the command below in the Guest OS for testing the Parallel Text-based LCM functions. #./ppdev_test Then, this program will run through the following functions in sequence. Backlight Off/On (turning off/on the backlight of the LCM display, see the figures below) Backlight Off Backlight On Display Off (turning off the LCM display, see the figure below) Display Off 20

27 Virtualization Implemented by Parallel Port Pass Through Cursor Off/On (NOT showing/showing the cursor on the LCM display, see the figures below) Cursor Off Cursor On Blinking off/on (turning off/on the cursor blinking, see the figures below) Blinking Off Blinking On Writing (displaying the specific sentences, see the figure below) Writing Reading (reading the specific sentence, see the figure below) Reading 21

28 Virtualization Implemented by Parallel Port Pass Through CGram Test (displaying the user-stored characters, see the figure below) CGram Test Keypad Testing (Get the keypad input: the 1st button is read in as Left, the 2 nd button is read in as Up, the 3 rd button is read in as Right, and the 4 th button is read in as Down) Left Up Right Down 22

29 Virtualization Implemented by Parallel Port Pass Through Corresponding Commands for ppdev_test functions Like the plcm_test executable program, you can directly input the specific command to have the corresponding function of ppdev_test worked on your LCM. This will be much more convenient once you would like to merely execute the Keypad Testing, for example, among all functions as we had mentioned in Section 5.2. All of these corresponding commands provided by our LCM for ppdev_test are shown as Table 5-1. Options -On -Off -LCM1 -LCM2 Description of Command Turn on the backlight of the LCM display. To execute, please type: #./ppdev_test -On Turn off the backlight of the LCM display. To execute, please type: #./ppdev_test -Off Writing in line1. To execute, please type: #./ppdev_test -LCM1 Writing in line 2. To execute, please type: #./ppdev_test -LCM2 Figure of LCM Display 23

30 Virtualization Implemented by Parallel Port Pass Through Left -Keypad Get the keypad input: the 1st button is read in as Left, the 2nd button is read in as Up, the 3rd button is read in as Right, and the 4th button is read in as Down. To execute, please type: #./ppdev_test -Keypad Up Right Table 5-1 Down 24

31 Appendix A Appendix A Files Function Description of the Program Package To get the correct usage of Parallel Text-based LCM, we suggest that you can read this section in order to have a clear understanding of the executable programs (plcm_test, plcm_cursor_char, ppdev_test, Test) and the driver (plcm_drv.ko) before operating it. Also refer to Chapter 3 and Chapter 5 to know how the former files work in our Parallel Text-based LCM. plcm_drv.ko The driver module of Kernel mode. plcm_test User mode driver testing program developed by Lanner. Able to be used to test LCM in the non-virtualization environment. Note: Between testing programs of plcm_test and ppdev_test that will be described below, it is highly recommended that you can use the former to do the test in the non-virtualization environment. plcm_cursor_char Driver testing program for cursor shift & single text update of User mode. ppdev_test Linux kernel standard driver testing program of User mode. parport.ko, parport_pc.ko and ppdev.ko these three linux kernel drivers need to be loaded before running this ppdev_test file. Able to be used to test LCM in both virtualization and non-virtualization environment. Test The testing script of User mode. 25

32

33 Lanner Electronics Inc. 7F, No.173, Sec.2, Datong Rd. XiZhi District, New Taipei City 221, Taiwan Tel: Fax:

UPort 2000 Series User s Manual

UPort 2000 Series User s Manual User s Manual Second Edition, December 2012 www.moxa.com/product 2012 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be

More information

Application Note AN-225

Application Note AN-225 Application Note AN-225 Installing and Testing a PCI / PCIe UART Serial Port Using a Custom MaxLinear Driver in Linux Introduction This Application Note covers how to load custom PCI/PCIe UART drivers,

More information

Voice Mail System Personal Mailbox Management Manual. Version 1.2 July 2003 Proprietary

Voice Mail System Personal Mailbox Management Manual. Version 1.2 July 2003 Proprietary Voice Mail System Personal Mailbox Management Manual Version 1.2 July 2003 Proprietary 2003 ITS Telecom All rights reserved. The information disclosed herein is proprietary to ITS Telecom and may not be

More information

PEM-FDR. 56 Gb/s FDR InfiniBand card User Guide

PEM-FDR. 56 Gb/s FDR InfiniBand card User Guide PEM-FDR 56 Gb/s FDR InfiniBand card User Guide E9426 First Edition July 2014 Copyright 2014 ASUSTeK COMPUTER INC. All Rights Reserved. No part of this manual, including the products and software described

More information

SIMCom_3G_Linux_Driver_Applica tion Note_V1.00

SIMCom_3G_Linux_Driver_Applica tion Note_V1.00 _Applica tion Note_V1.00 Document Title: _Application Note Version: 1.00 Date: 2013-12-25 Status: Document Control ID: Release _Application Note_V1.00 General Notes SIMCom offers this information as a

More information

Universal PCI Remap Parallel Communication Board

Universal PCI Remap Parallel Communication Board USER S MANUAL Universal PCI Remap Parallel Communication Board English Version First Edition, April 2010 SUNIX Co., Ltd. Tel : +886-2-8913-1987 Fax: +886-2-8913-1986 Http://www.sunix.com.tw info@sunix.com.tw

More information

PCI Express Parallel Communication Board

PCI Express Parallel Communication Board USER S MANUAL PCI Express Parallel Communication Board English Version Second Edition, March 2014 SUNIX Co., Ltd. Tel: +886-2-8913-1987 Fax: +886-2-8913-1986 Http://www.sunix.com info@sunix.com PCI Express

More information

StorTrends 3400 Software Re-Installation Procedure for StorTrends itx (version 2.8)

StorTrends 3400 Software Re-Installation Procedure for StorTrends itx (version 2.8) StorTrends 3400 Software Re-Installation Procedure for StorTrends itx (version 2.8) MAN-3400-ITX28-INST 11/16/2012 Copyright 1985-2012 American Megatrends, Inc. All rights reserved. American Megatrends,

More information

Configuring TwinCAT 3 for use with the Class 6 EtherCAT SmartMotor

Configuring TwinCAT 3 for use with the Class 6 EtherCAT SmartMotor Copyright Notice 2012-2016, Moog Inc., Animatics. Configuring TwinCAT 3 for use with the Class 6 EtherCAT SmartMotor,. This document, as well as the software described in it, is furnished under license

More information

48-B-5-09-KIT 5-Wire Resistive Controller (RS232) Specification Guide

48-B-5-09-KIT 5-Wire Resistive Controller (RS232) Specification Guide 48-B-5-09-KIT 5-Wire Resistive Controller (RS232) Specification Guide Document Number: 6500321 Rev. 1.0 Pg. 1 The information provided in this document is intended as a guide only and is subject to change

More information

Version /05/2012

Version /05/2012 Version 4.10 04/05/2012 Table of Contents Manual Overview D-Link reserves the right to revise this publication and to make changes in the content hereof without obligation to notify any person or organization

More information

UART Application Kit for Digi Embedded Linux User's Manual

UART Application Kit for Digi Embedded Linux User's Manual UART Application Kit for Digi Embedded Linux User's Manual Digi document reference number: 90000920_A Digi International Inc. 2008. All Rights Reserved. The Digi logo is a registered trademark of Digi

More information

Complete guide to use the AM42XX in Target mode (boot from PCI Express) Document Revision 1.2 November 2009 AN09001

Complete guide to use the AM42XX in Target mode (boot from PCI Express) Document Revision 1.2 November 2009 AN09001 Complete guide to use the AM42XX in Target mode (boot from PCI Express) Document Revision 1.2 November 2009 Customer Service Contact Information: Kontron Canada, Inc. Kontron Modular Computer GMBH 4555

More information

PMC-BiSerial-III SDLC 8-Channel SDLC Interface

PMC-BiSerial-III SDLC 8-Channel SDLC Interface DYNAMIC ENGINEERING 150 DuBois St. Suite C Santa Cruz CA 95060 831-457-8891 Fax 831-457-4793 http://www.dyneng.com sales@dyneng.com Est. 1988 Software User s Guide (Linux) PMC-BiSerial-III SDLC 8-Channel

More information

2011 Horizon Software International, LLC All Right Reserved. Horizon Software International, LLC 2915 Premiere Parkway Suite 300 Duluth, GA 30097

2011 Horizon Software International, LLC All Right Reserved. Horizon Software International, LLC 2915 Premiere Parkway Suite 300 Duluth, GA 30097 Upgrade Guide The information in this document is subject to change without notice and does not represent a commitment on the part of Horizon. The software described in this document is furnished under

More information

TELEPHONE USER GUIDE

TELEPHONE USER GUIDE TELEPHONE USER GUIDE NOTICE The information contained in this document is believed to be accurate in all respects but is not warranted by Mitel Networks Corporation (MITEL ). The information is subject

More information

48-B KIT 4/5/8-Wire Combo Resistive Controller Specification Guide

48-B KIT 4/5/8-Wire Combo Resistive Controller Specification Guide 48-B-458-02-KIT 4/5/8-Wire Combo Resistive Controller Specification Guide Document Number: 6500271 Rev. 1.1 Pg. 1 The information provided in this document is intended as a guide only and is subject to

More information

MP-6100 User s Manual

MP-6100 User s Manual MP-6100 User s Manual Edition 1.0 2009/8/25 Copyright Copyright 2009 all rights reserved. This document is copyrighted and all rights are reserved. The information in this document is subject to change

More information

Lenovo XClarity Essentials UpdateXpress User Guide

Lenovo XClarity Essentials UpdateXpress User Guide Lenovo XClarity Essentials UpdateXpress User Guide Version 2.2.0 Note Before using this documentation and the products it supports, read the information in Appendix B Notices on page 19. This edition applies

More information

eturboware 4.x For Windows 2000/XP User s Guide Part No: M , Ver:1.0

eturboware 4.x For Windows 2000/XP User s Guide Part No: M , Ver:1.0 eturboware 4.x For Windows 2000/XP User s Guide Part No: M3-000016, Ver:1.0 The information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

PCIeBiSerial-L3com1 One-Channel Half Duplex Interface

PCIeBiSerial-L3com1 One-Channel Half Duplex Interface DYNAMIC ENGINEERING 150 DuBois St. Suite C Santa Cruz CA 95060 831-457-8891 Fax 831-457-4793 http://www.dyneng.com sales@dyneng.com Est. 1988 Software User s Guide (Linux) PCIeBiSerial-L3com1 One-Channel

More information

User s Manual for H4S & NetPoint 2.2

User s Manual for H4S & NetPoint 2.2 User s Manual for H4S & NetPoint 2.2 2015 BIGPOND TECHNOLOGY Co., Ltd. All rights reserved. www.sunde.net.pk USER MANUAL FOR NETPOINT2.2 AND H4S 1 2015 BIGPOND TECHNOLOGY Co., Ltd. All rights reserved.

More information

SUNDE. User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1

SUNDE. User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1 SUNDE User s Manual for NetPoint2.2 & H4S USER MANUAL FOR NETPOINT2.2 AND H4S 1 2015 Huiyuan Co., Ltd. All rights reserved. www.sundenc.com THANK YOU FOR PURCHASING SUNDE NETWORK TERMINAL. PLEASE READ

More information

Control Application Software Data Pack

Control Application Software Data Pack Control Application Software Data Pack Rev 1.0 SW v1.0.0 INTRODUCTION This data pack describes installation and operation of the BrightEye PC Control Application Software option. The BrightEye PC remote

More information

Deviser Part No.: TC500-DL Deviser Instruments, Inc. All rights reserved.

Deviser Part No.: TC500-DL Deviser Instruments, Inc. All rights reserved. TC500 Ethernet Cabling Certifier Operation Manual Version 1.13 Deviser Part No.: TC500-DL Deviser Instruments, Inc. All rights reserved. Warranty This instrument is guaranteed for a period of 2 years

More information

AOC-STG-I2 USER'S GUIDE

AOC-STG-I2 USER'S GUIDE AOC-STG-I2 USER'S GUIDE Rev. 1.0 Add-on Card User's Guide The information in this User s Manual has been carefully reviewed and is believed to be accurate. The vendor assumes no responsibility for any

More information

Release Note MPI/XMP-Linux Support Package

Release Note MPI/XMP-Linux Support Package 33 South La Patera Lane Santa Barbara, CA 93117-3214 ph (805) 681-3300 fax (805) 681-3311 tech@motioneng.com Release Note MPI/XMP-Linux Support Package MPI/XMP-Linux Library Version: 20030620.1.1 Revised

More information

User s Guide. Creative Desktop Wireless 8000

User s Guide. Creative Desktop Wireless 8000 User s Guide Creative Desktop Wireless 8000 Information in this document is subject to change without notice and does not represent a commitment on the part of Creative Technology Ltd. No part of this

More information

HP StorageWorks 4000/6000/8000 Enterprise Virtual Array connectivity for Sun Solaris installation and reference guide

HP StorageWorks 4000/6000/8000 Enterprise Virtual Array connectivity for Sun Solaris installation and reference guide HP StorageWorks 4000/6000/8000 Enterprise Virtual Array connectivity for Sun Solaris installation and reference guide Part number: 5697-5263 First edition: May 2005 Legal and notice information Copyright

More information

MultiMobile USB. Quick Start Guide MT9234MU. V.92 Portable USB Modem

MultiMobile USB. Quick Start Guide MT9234MU. V.92 Portable USB Modem MultiMobile USB V.92 Portable USB Modem MT9234MU Quick Start Guide MultiMobile USB Quick Start Guide MT9234MU 82100283L Rev. D Copyright This publication may not be reproduced, in whole or in part, without

More information

Lenovo XClarity Provisioning Manager User Guide

Lenovo XClarity Provisioning Manager User Guide Lenovo XClarity Provisioning Manager User Guide Fifth Edition (October 2018) Copyright Lenovo 2017, 2018. LIMITED AND RESTRICTED RIGHTS NOTICE: If data or software is delivered pursuant to a General Services

More information

Keil TM MDK-ARM Quick Start for. Holtek s HT32 Series Microcontrollers

Keil TM MDK-ARM Quick Start for. Holtek s HT32 Series Microcontrollers Keil TM MDK-ARM Quick Start for Holtek s Microcontrollers Revision: V1.10 Date: August 25, 2011 Table of Contents 1 Introduction... 5 About the Quick Start Guide... 5 About the Keil MDK-ARM... 6 2 System

More information

GNU17V3 Setup Guide. Rev.2.0

GNU17V3 Setup Guide. Rev.2.0 GNU17V3 Setup Guide Rev.2.0 Evaluation board/kit and Development tool important notice 1. This evaluation board/kit or development tool is designed for use for engineering evaluation, demonstration, or

More information

UG MCAP II & ecap II Smartware & USB Drivers Installation

UG MCAP II & ecap II Smartware & USB Drivers Installation MCAP II & ecap II Smartware & USB Drivers Installation Sept 4, 2008 Copyright 2008 by QEI Inc. ALL RIGHTS RESERVED NOTICE The information in this document has been carefully checked and is believed to

More information

CSTA Gatekeeper Installation and Configuration Guide

CSTA Gatekeeper Installation and Configuration Guide CSTA Gatekeeper Installation and Configuration Guide Order Number: 05-1417-002 Software/Version: CSTA Gatekeeper Version 1.1 INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS.

More information

How to use Linux driver

How to use Linux driver How to use Linux driver - 1 - Document Title: How to use Linux driver Version: 1.2 Date: 2015-12-23 Status: Author Release aaron General Notes SIMCom offers this information as a service to its customers,

More information

Corinex AV200 Powerline Ethernet Wall Mount

Corinex AV200 Powerline Ethernet Wall Mount Corinex AV200 Powerline Ethernet Wall Mount AV200 Powerline Wall Mount Quick Start Guide Copyright This document, as well as the software described in it, is furnished under license and may be used or

More information

BIOS Update and Management. Motherboard

BIOS Update and Management. Motherboard BIOS Update and Management Motherboard E13571 Revised Edition V4 October 2017 Copyright 2017 ASUSTeK COMPUTER INC. All Rights Reserved. No part of this manual, including the products and software described

More information

MP-878D Series. Mini-PCI Video Capture Card. User s Manual. Edition Release Date /01/ /06/ /09/22

MP-878D Series. Mini-PCI Video Capture Card. User s Manual. Edition Release Date /01/ /06/ /09/22 MP-878D Series Mini-PCI Video Capture Card User s Manual Edition Release Date 1.0 2007/01/25 1.1 2008/06/10 1.2 2008/09/22 Copyright Copyright 2008, all rights reserved. This document is copyrighted and

More information

Model : AF D220/AF D310/AF D320. Copyright 2010 First Byte Technology Co., Ltd. All Rights Reserved.

Model : AF D220/AF D310/AF D320. Copyright 2010 First Byte Technology Co., Ltd. All Rights Reserved. HARD DRIVE DOCK User s Manual Model : AF D220/AF D310/AF D320 www.fbt.com.tw t SATA to USB 2.0/USB 20/USB30/ 3.0/eSATA Copyright 2010 First Byte Technology Co., Ltd. All Rights Reserved. Table of Contents

More information

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer.

Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Tzunami Deployer FileNet Exporter Guide Supports extraction of FileNet contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Content PREFACE... II INTENDED AUDIENCE...

More information

ADP-PSE4 PoE Module User s Manual

ADP-PSE4 PoE Module User s Manual ADP-PSE4 PoE Module User s Manual Edition. 208/0/ Copyright Copyright 207, all rights reserved. This document is copyrighted and all rights are reserved. The information in this document is subject to

More information

Watchdog Reference Guide

Watchdog Reference Guide Panel Computer & HMI IB32/ IB70/ IBWW IH70/ IH32/ IHWW IV32/ IV70 This Reference Guide explains how to enable Watchdog on Winmate Panel PC & HMI Watchdog Reference Guide Document Part Number: 9152111I100X

More information

2 Setting up the RDMA Framework for Development

2 Setting up the RDMA Framework for Development Spring Term 2015 ADVANCED COMPUTER NETWORKS Project P1: Introduction to RDMA Programming Assigned on: 16 April 2015 Due by: 29 April 2015, 23:59 1 Introduction The goal of this project is to give an introduction

More information

c-systems Software, Inc. to KubotaLink Interface

c-systems Software, Inc. to KubotaLink Interface c-systems Software, Inc. to KubotaLink Interface Revision 35.12.1 The software and/or databases described in this document are furnished under a license agreement or nondisclosure agreement. No part of

More information

Uninstalling And Manually Install Vmware Tools Ubuntu Guest

Uninstalling And Manually Install Vmware Tools Ubuntu Guest Uninstalling And Manually Install Vmware Tools Ubuntu 12.04 Guest VMware Tools in an Ubuntu 14.04 Guest. Use the guest OS provided Open VM Tools or install the VMware Tools, as needed. Installing the additional

More information

ADP-PSE4 PoE Module User s Manu al

ADP-PSE4 PoE Module User s Manu al ADP-PSE4 PoE Module User s Manu al Edition 1.0 2017/9/30 Copyright Copyright 2017, all rights reserved. This document is copyrighted and all rights are reserved. The information in this document is subject

More information

CA DLP. NBA Release Notes. Release 14.0

CA DLP. NBA Release Notes. Release 14.0 CA DLP NBA Release Notes Release 14.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

TIBCO FTL Message Switch Installation

TIBCO FTL Message Switch Installation TIBCO FTL Message Switch Installation Software Release 5.0.0 June 2016 Two-Second Advantage 2 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED

More information

Blackbox ProTM User Guide

Blackbox ProTM User Guide Blackbox ProTM User Guide Rugged External Desktop USB C (3.1 Gen2) enclosure Proprietary Notice and Disclaimer Unless noted otherwise, this document and the information herein disclosed are proprietary

More information

DEVELOPMENT GUIDE VAB-630. Linux BSP v

DEVELOPMENT GUIDE VAB-630. Linux BSP v DEVELOPMENT GUIDE VAB-630 Linux BSP v1.0.1 100-09182017-114400 Copyright Copyright 2017 VIA Technologies Incorporated. All rights reserved. No part of this document may be reproduced, transmitted, transcribed,

More information

Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer

Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer Tzunami Deployer HPE Content Exporter Guide Supports migration of EMC HPE Content Manager into Microsoft SharePoint using Tzunami Deployer Version 3.2 Table of Contents PREFACE... II INTENDED AUDIENCE...

More information

PISO-Encoder600/Encoder300

PISO-Encoder600/Encoder300 PISO-Encoder600/Encoder300 6-axis/3axis 32-bit Encoder Card Linux Software Manual Warranty All products manufactured by ICP DAS are warranted against defective materials for a period of one year from the

More information

EN-9235TX-32 Quick Installation Guide

EN-9235TX-32 Quick Installation Guide EN-9235TX-32 Quick Installation Guide 09-2012 / v2.0 1 COPYRIGHT Copyright Edimax Technology Co., Ltd. all rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored

More information

CASEWARE FINANCIALS IFRS

CASEWARE FINANCIALS IFRS CASEWARE FINANCIALS IFRS VERSION 12.00 Getting Started Guide - Copyright 2014 CaseWare International Inc.- 1 Copyright and Trademark Notice Copyright. 2014 CaseWare International Inc. ( CWI ). All Rights

More information

MCS9865 Linux Driver User Manual

MCS9865 Linux Driver User Manual MCS9865 Linux Driver User Manual Table of Contents 1.Introduction... 2 2.Drivers Location... 2 3.Serial Port Installation... 2 4.Serial Port Settings... 5 5.Parallel port installation... 6 6.ISA ports

More information

UPort 1200/1400/1600 Quick Installation Guide

UPort 1200/1400/1600 Quick Installation Guide 1200/1400/1600 Quick Installation Guide USB-to-Serial Converter Edition 9.0, November 2018 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777

More information

Intellex Digital Video Management System. Installing a CD-RW in Intellex

Intellex Digital Video Management System. Installing a CD-RW in Intellex Intellex Digital Video Management System Installing a CD-RW in Intellex 2 Intellex Digital Video Management System Notice Copyright The information in this manual was current when published. The manufacturer

More information

HTCA-6200 User Manual

HTCA-6200 User Manual HTCA-6200 User Manual Rev 0.1 August 29 th, 2016 Revision History Rev Date Descriptions 0.1 2016/08/29 Preliminary This document contains proprietary information of Lanner Electronics Inc. and is not to

More information

USB Personal Video Recorder. USB Hybrid TV Tuner. (USB2.0 / 1.1 PNP TV Capture Box) UAD-880 User s Guide

USB Personal Video Recorder. USB Hybrid TV Tuner. (USB2.0 / 1.1 PNP TV Capture Box) UAD-880 User s Guide USB Personal Video Recorder USB Hybrid TV Tuner (USB2.0 / 1.1 PNP TV Capture Box) UAD-880 User s Guide User s Notice No part of this manual, including the products and software described in it, may be

More information

EE100 EEPROM On Board and Off line Programmer Specification

EE100 EEPROM On Board and Off line Programmer Specification EE100 EEPROM On Board and Off line Programmer Specification V0.3 The Innovative solution to update the EEPROM on board and Offline EEPROM supported: SPI, I2C and Microwire EEPROM Voltages supported: 5V

More information

UPort 1200/1400/1600 Quick Installation Guide

UPort 1200/1400/1600 Quick Installation Guide 1200/1400/1600 Quick Installation Guide USB-to-Serial Converter Edition 8.0, November 2016 Technical Support Contact Information www.moxa.com/support Moxa Americas: Toll-free: 1-888-669-2872 Tel: 1-714-528-6777

More information

Intelligent Tiered Storage Acceleration Software for Windows 10

Intelligent Tiered Storage Acceleration Software for Windows 10 for Windows 10 QUICK START GUIDE April 2018 2018 Advanced Micro Devices, Inc. All rights reserved. AMD, the AMD logo, Ryzen, Threadripper, and combinations thereof are trademarks are of Advanced Micro

More information

Projected Capacitive Input (PCI) User Guide

Projected Capacitive Input (PCI) User Guide Projected Capacitive Input (PCI) User Guide Version: 1.3 Released date: 2014 / 11 Preface Disclaimer The information in this document is subject to change without notice. The manufacturer makes no representations

More information

KN1000. KVM over IP. Altusen Enterprise Solutions

KN1000. KVM over IP. Altusen Enterprise Solutions KN1000 KVM over IP The KN1000 provides remote BIOS-level access to servers or over-ip capability to KVM switches that do not have built in over-ip functionality. It allows operators to monitor and access

More information

ADP-PD. PoE+ Module. User s Manual. Edition /2/21

ADP-PD. PoE+ Module. User s Manual. Edition /2/21 ADP-PD PoE+ Module User s Manual Edition.2 208/2/2 Copyright Copyright 207, all rights reserved. This document is copyrighted and all rights are reserved. The information in this document is subject to

More information

UPort 1100 Series User s Manual

UPort 1100 Series User s Manual Fourth Edition, April 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. The software described in this manual is furnished under a license agreement

More information

MP-954. User s Manual. Edition /10/23

MP-954. User s Manual. Edition /10/23 MP-954 User s Manual Edition 1.1 2009/10/23 Copyright Copyright 2009 all rights reserved. This document is copyrighted and all rights are reserved. The information in this document is subject to change

More information

T A B L E O F C O N T E N T S

T A B L E O F C O N T E N T S Linux driver - Binary rpm/source rpm user guide and known limitation T A B L E O F C O N T E N T S 1. OVERVIEW... 2 2. DRIVER COMPILATION STEPS... 2 3. OS SUPPORT MATRIX... 2 4. RELEASE CONTENTS... 5 5.

More information

VMware Workstation 4 What s New Requirements Installation Guest OS Installation Documentation Troubleshooting Prev Contents Last Next Installing VMware Tools The following sections describe how to install

More information

Future Technology Devices International Ltd. OSX. Document Reference No.: FT_ Version 1.0 Issue Date:

Future Technology Devices International Ltd. OSX. Document Reference No.: FT_ Version 1.0 Issue Date: Future Technology Devices International Ltd. Application Note AN_134 FTDI Drivers Installation guide for MAC OSX Document Reference No.: FT_000201 Version 1.0 Issue Date: 2009-11-06 The purpose of this

More information

INSTRUCTION MANUAL FOR AMCT-1

INSTRUCTION MANUAL FOR AMCT-1 INSTRUCTION MANUAL FOR AMCT-1 REVISIO N NO: 1.1 Customer s Approval: PREPARED BY (RD ENGINEER) CHECKED BY APPROVED BY SIGNATURE DATE Orient Display (N.A.) Ltd. 145 Royal Crest Court, Unit 42, Markham,

More information

Application Note AN_145. Vinculum-II Toolchain. Installation Guide

Application Note AN_145. Vinculum-II Toolchain. Installation Guide Future Technology Devices International Ltd. Application Note AN_145 Vinculum-II Toolchain Installation Guide Document Reference No. FT_000285 Version 1.0 Issue Date: 2010-05-26 The purpose of this application

More information

NCA-1011 User Manual

NCA-1011 User Manual NCA-1011 User Manual Rev 1.1 September 30 th, 2016 Revision History Rev Date Descriptions 0.1 2016/07/25 Preliminary 1.0 2016/07/28 Official release 1.1 2016/09/30 Modified msata to msata mini This document

More information

UPort 1100 Series User s Manual

UPort 1100 Series User s Manual Fifth Edition, May 2009 www.moxa.com/product 2009 Moxa Inc. All rights reserved. Reproduction without permission is prohibited. The software described in this manual is furnished under a license agreement

More information

Synway Voice Board. Synway Information Engineering Co., Ltd.

Synway Voice Board. Synway Information Engineering Co., Ltd. Synway Voice Board Synway Information Engineering Co., Ltd www.synway.net Contents Contents...i Copyright Declaration...ii Chapter 1 Driver Installation...1 1.1 Brief Introduction... 1 1.2 Driver Installation

More information

BIT660 Data Archiving

BIT660 Data Archiving BIT660 Data Archiving. COURSE OUTLINE Course Version: 11 Course Duration: 3 Day(s) SAP Copyrights and Trademarks 2017 SAP SE or an SAP affiliate company. All rights reserved. No part of this publication

More information

Product Guide Version: 1.0

Product Guide Version: 1.0 ATCOM Analog Card AX-1600P Product Guide Version: 1.0 The Installation of AX-1600P with Trixbox 2.8.0.3 Content CONTACT ATCOM... 2 CHAPTER 1 THE INTRODUCTION OF AX-1600P... 3 CHAPTER 2 HARDWARE INTRODUCTION...3

More information

Tzunami Deployer Confluence Exporter Guide

Tzunami Deployer Confluence Exporter Guide Tzunami Deployer Confluence Exporter Guide Supports extraction of Confluence Enterprise contents and migrate to Microsoft SharePoint using Tzunami Deployer. Version 3.2 Table of Contents PREFACE... II

More information

Digital Storage Oscilloscope

Digital Storage Oscilloscope Digital Storage Oscilloscope GDS-1000B / GDS-2000E/ GDS-2000A/ GDS-3000 Series FIRMWARE AND KERNEL UPGRADE GUIDE GW INSTEK PART NO. N/A ISO-9001 CERTIFIED MANUFACTURER This guide contains proprietary information,

More information

T A B L E O F C O N T E N T S

T A B L E O F C O N T E N T S Linux driver - Binary rpm/source rpm user guide and known limitation T A B L E O F C O N T E N T S 1. OVERVIEW... 2 2. DRIVER COMPILATION STEPS... 2 3. OS SUPPORT MATRIX... 2 4. RELEASE CONTENTS... 5 5.

More information

OCTVQE Zaptel Echo Canceller (PRELIMINARY)

OCTVQE Zaptel Echo Canceller (PRELIMINARY) OCTVQE - Zaptel Echo Canceller User s Guide (Preliminary) OCTVQE Zaptel Echo Canceller (PRELIMINARY) User s Guide Revision 1.9 OctWare Inc. www.octware.net 4101, Molson St., Suite 300 Montreal Quebec H1Y

More information

epaystub for Canadian Payroll 2016

epaystub for Canadian Payroll 2016 epaystub for Canadian Payroll 2016 An application for Microsoft Dynamics TM GP 2016 Furthering your success through innovative business solutions Copyright Manual copyright 2017 Encore Business Solutions,

More information

Mobile Physician Desktop

Mobile Physician Desktop Mobile Physician Desktop Installation and Configuration Guide Version 4.5 Copyright 2000-2004 Vianeta Communications all rights reserved This manual contains Vianeta trade secrets, and is intended solely

More information

Microsoft Dynamics GP. Extender User s Guide

Microsoft Dynamics GP. Extender User s Guide Microsoft Dynamics GP Extender User s Guide Copyright Copyright 2009 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of the user. Without

More information

OpenGL ES 2.0 SDK for Android. Mali. User Guide. Version: Copyright 2011 ARM. All rights reserved. ARM DUI 0587A (ID120411)

OpenGL ES 2.0 SDK for Android. Mali. User Guide. Version: Copyright 2011 ARM. All rights reserved. ARM DUI 0587A (ID120411) Mali OpenGL ES 2.0 SDK for Android Version: 1.0.0 User Guide Copyright 2011 ARM. All rights reserved. ARM DUI 0587A () Mali OpenGL ES 2.0 SDK for Android User Guide Copyright 2011 ARM. All rights reserved.

More information

DEPLOYMENT ROADMAP May 2015

DEPLOYMENT ROADMAP May 2015 DEPLOYMENT ROADMAP May 2015 Copyright and Disclaimer This document, as well as the software described in it, is furnished under license of the Instant Technologies Software Evaluation Agreement and may

More information

EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N REV A05

EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N REV A05 EMC CLARiiON Server Support Products for Windows INSTALLATION GUIDE P/N 300-002-038 REV A05 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2004-2006

More information

GV-Joystick. User's Manual

GV-Joystick. User's Manual GV-Joystick User's Manual Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. JKV10-C 2012 GeoVision, Inc. All rights reserved.

More information

RAID Configuration Guide. Motherboard

RAID Configuration Guide. Motherboard RAID Configuration Guide Motherboard E14794 Revised Edition V4 August 2018 Copyright 2018 ASUSTeK COMPUTER INC. All Rights Reserved. No part of this manual, including the products and software described

More information

QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x.

QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x. QLogic QLA4010/QLA4010C/QLA4050/QLA4050C/ QLA4052C/QMC4052/QLE4060C/QLE4062C iscsi Driver for Linux Kernel 2.6.x This software license applies only to QLogic customers. QLogic Corporation. All rights reserved.

More information

TotalShredder USB. User s Guide

TotalShredder USB. User s Guide TotalShredder USB User s Guide Copyright Notice No part of this publication may be copied, transmitted, stored in a retrieval system or translated into any language in any form or by any means without

More information

Installation under Linux

Installation under Linux Installation under Linux Version 5.5.1 Installation Guide Imprint Silicon Software GmbH Steubenstraße 46 68163 Mannheim, Germany Tel.: +49 (0) 621 789507 0 Fax: +49 (0) 621 789507 10 2018 Silicon Software

More information

Upgrade Squirrel V1.5 to V6.0. July 17, 2012

Upgrade Squirrel V1.5 to V6.0. July 17, 2012 Upgrade Squirrel V1.5 to V6.0 July 17, 2012 Squirrel V1.5 to V6.0 Upgrade Record of Revisions Date Reference: Page, Paragraph Doc Rev # Squirrel Build Comments Sept 8/09 Initial Release Apr 30/12 Appendix

More information

Warning! This monitor is equipped with Mini USB port, signals and power is obtained from standard USB 2.0 or USB 3.0 port. Do not expose this unit in

Warning! This monitor is equipped with Mini USB port, signals and power is obtained from standard USB 2.0 or USB 3.0 port. Do not expose this unit in User Manual / Installation Guide Model No. P070UG Warning! This monitor is equipped with Mini USB port, signals and power is obtained from standard USB 2.0 or USB 3.0 port. Do not expose this unit in the

More information

Intel Setup and Configuration Service Lite

Intel Setup and Configuration Service Lite Intel Setup and Configuration Service Lite Release Notes Version 6.0 Document Release Date: February 4, 2010 Information in this document is provided in connection with Intel products. No license, express

More information

CDC-1522A/PCI CDC-2522A/PCI CDC-3522A/PCI. Version 1.0

CDC-1522A/PCI CDC-2522A/PCI CDC-3522A/PCI. Version 1.0 Synway CDC Series CDC-1522A/PCI CDC-2522A/PCI CDC-3522A/PCI Version 1.0 www.synway.net Contents Contents...i Copyright Declaration...ii Software License Agreement...iii Revision History...iv Preface...v

More information

User Guide. SimpleSafe. Flash Drive Security Software. For SimpleTech flash drives: Bonzai Xpress (STI-UFDBXA/XXX) SimpleTech USB 2.

User Guide. SimpleSafe. Flash Drive Security Software. For SimpleTech flash drives: Bonzai Xpress (STI-UFDBXA/XXX) SimpleTech USB 2. User Guide SimpleSafe Flash Drive Security Software For SimpleTech flash drives: Bonzai Xpress (STI-UFDBXA/XXX) Napster (NAP-USB2FD/XXX) SimpleTech USB 2.0 (STI-USB2FD/XXX) Disclaimers SimpleTech, Inc.

More information

Dell Storage Compellent Integration Tools for VMware

Dell Storage Compellent Integration Tools for VMware Dell Storage Compellent Integration Tools for VMware Version 4.0 Administrator s Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your

More information

Synway Voice Board. Synway Information Engineering Co., Ltd.

Synway Voice Board. Synway Information Engineering Co., Ltd. Synway Voice Board Synway Information Engineering Co., Ltd www.synway.net Contents Contents...i Copyright Declaration...ii Chapter 1 Driver Installation...1 1.1 Brief Introduction... 1 1.2 Driver Installation

More information