USB Disk/SD Card R/W Controller with RS232 User s Guide

Size: px
Start display at page:

Download "USB Disk/SD Card R/W Controller with RS232 User s Guide"

Transcription

1 USB Disk/SD Card R/W Controller with RS232 User s Guide Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1

2 Table of Contents USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE Chapter 1. Overview Overview Features Applications... 2 Chapter 2. Hardware Detail USB Disk - RS SD Card - RS Chapter 3. Communication Protocols...6 Chapter 4. Function Code Function Code System Status Inquiry Time Inquiry and Setting Date Inquiry and Setting UART Baud Rate Inquiry and Setting Directory Creation Current Directory Inquiry and Modification View Directory Delete Directory Open File Close File Write to File Read File Move File Pointer Delete File Timely Log Data View and Set The Flag of Stopping Writing to File How to Use Command Notes Chapter 5. Mechanical Drawing...14 Chapter 6. Contact Us Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page i

3 USB Disk/SD Card R/W Controller with RS232 NOTES: Product Version : Ver 1.0 Document Version : Ver 1.1 DB-DP11118& DB-DP11119_Ver1.1_Page ii Sure Electronics Inc

4 Chapter 1. Overview USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE 1.1 Overview Thanks for using USB Disk or SD card R/W controllers by Sure Electronics. This item is a portable, compact and high performance USB Flash Disk or SD card W/R controller with aluminium alloy housing. With RS232 port provided, you can easily do operations to USB flash disks or SD card, such as view USB flash disk s or SD card s information, write to or read files, delete folders, modify the directory, etc., by writing commands on PC via UART communication software. Set by corresponding commands, this controller can also be used as a data logger for logging data at a specified period in many applications, such as weather station recording, soil moisture level recording and so on. It needs to be powered by supply from 9V to 12V through a 6.20mm dia power port. In addition, a CR2032 lithium cell provided in the accessory needs to be installed on the PCB to ensure the system clock s normal working after power down. TABLE 1-1 R/W CONTROLLER SERIES Product No. Product Name DB-DP11118 USB Flash Disk W/R Controller with RS232 DB-Dp11119 SD Card R/W Controller with RS232 FIGURE 1-1 OVERVIEW OF DB-DP Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 1

5 USB Disk/SD Card R/W Controller with RS232 FIGURE 1-2 OVERVIEW OF DB-DP11119 FIGURE 1-3 ACCESSORIES 1.2 Features Support mass storage protocols and all non-encrypted USB disk and SD card Support Bulk-Only transfer protocol Support FAT12, FAT16 and FAT32 file management system Provide RS232 level interface and internal TTL level interface The range of standard baud rate: 4800bps to bps; default baud rate after power on: 9600bps All interfaces are ESD-safe ensuring stable performance Sample code for PIC24 Storage Demo Board (DB-DP11122) is provided 1.3 Applications Weather station recording Soil moisture level recording Log GPS information DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc

6 Chapter 2. Hardware Detail USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE 2.1 USB Disk - RS Power supply Input voltage range DC: 9V to 12V Polarity: positive (internal) and negative (external) 2. USB port: USB-A port (as shown in figure 2-2) 3. RS232 port: DB-9 female port FIGURE 2-1 PORTS TABLE 2-1 PINS OF DB-9 FEMALE PORT Pin Name Pin Name 1 NC 6 NC 2 TXD 7 NC 3 RXD 8 NC 4 NC 9 NC 5 GND LED indicators: FIGURE 2-2 LED INDICATORS Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 3

7 USB Disk/SD Card R/W Controller with RS232 TABLE 2-2 LED INDICATORS LED Mark Color Status Description Power Green ON Normal power supply OFF No power Active Yellow ON USB disk inserted OFF USB disk not inserted Status Red ON Files are opened and USB disk can t be pulled out OFF Files are closed and USB disk can be pulled out 2.2 SD Card - RS Power Supply: Input voltage range DC: 9 to 12V Polarity: positive (internal) and negative (external) 2. SD card interface: Standard SD card socket 3. RS232 port: DB-9 female port FIGURE 2-3 PORTS TABLE 2-3 PINS OF DB-9 FEMALE PORT Pin Name Pin Name 1 NC 6 NC 2 TXD 7 NC 3 RXD 8 NC 4 NC 9 NC 5 GND LED indicators: DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc

8 Hardware Detail FIGURE 2-4 LED INDICATORS TABLE 2-4 LED INDICATORS LED Mark Color Status Description Power Green ON Normal power supply OFF No power Active Yellow ON SD card inserted OFF SD card not inserted Status Red ON Files are opened and SD card can t be pulled out OFF Files are closed and SD card can be pulled out Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 5

9 USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE Chapter 3. Communication Protocols MCU communicates with the controller via RS232 port. A simple transfer protocol as follows is developed to make sure the reliable data transmission. MCU here is used as the master device and the controller as the slave device. Data transmission between the master device and the slave device is in a way of command string. The master device sends request command strings and the slave device returns response strings. TABLE 3-1 SERIAL PORT PARAMETERS Baud Rate Data Bit Stop Bit Parity Flow Control No No No No No No No No No No No No No No No No DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc.

10 Chapter 4. Function Code USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE 4.1 Function Code TABLE 4-1 FUNCTION CODE Operation Name Command Description Get the relative system information, such as System Status UART baud rate, date, time, status of USB disk STATUS Inquiry or SD card, the number of files opened, the version of firmware and so on Time Inquiry and View the current system time; modify the current TIME Setting system time and save it into EEPROM Date Inquiry and View the current system date; set the current DATE Setting system date and save it into EEPROM UART Baud Rate View UART baud rate; set UART baud rate and BAUDRATE Inquiry and Setting save it into EEPROM Directory Creation MD Create new directory in USB disk or SD card Current Directory View or modify the current directory in USB disk Inquiry and CD or SD card Modification Directory Inquiry DIR View folders and files under the specified directory in USB disk or SD card Delete Directory RD Delete specified folders in USB disk or SD card Open File FOPEN Open the specified file in USB disk or SD card Close File FCLOSE Close the opened file in USB disk or SD card Write to File FWRITE Write to the opened file in USB disk or SD card Read File FREAD Read the opened file in USB disk or SD card Move File Pointer FSEEK Read or move the position of file pointer in the opened file Delete File FDEL Delete the specified files in USB disk or SD card Timely Data Logging LOGFILE Automatically log data from UART port at specified time View and Set the If there s STOPFLAG, stop FWRITE or LOGFILE Flag of Stopping STOPFLAG and view, set STOPFLAG Writing to File How to Use Command HELP Basic instructions for using each command 4.2 System Status Inquiry Command: STATUS Current baudrate: 4800/9600/14400/19200/38400/56000/57600/ Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 7

11 USB Disk/SD Card R/W Controller with RS232 Current date and time: year/month/day/hour/minute/second (Ex: :05:39) USB disk or SD card exists or not If USB disk or SD card exists named Sure Electronics, it will return Media name: Sure Electronics. If USB disk or SD card doesn t exist, it will return No media present. File opened number: 0/1 Version: Time Inquiry and Setting 1. Inquiry Command: TIME Current time: hh:mm:ss (Ex: 22:15:59) 2. Setting Command: TIME [hh:mm:ss] If command is correct, it will return Success: Set time successfully. If command isn t correct, it will return Invalid time specified. Legal time is from 00:00:00 to 23:59: Date Inquiry and Setting 1. Inquiry Command: DATE Current date: yyyy-mm-dd (Ex: ) 2. Setting Command: DATE [yyyy-mm-dd] If command is correct, it will return Success: Set date successfully. If command isn t correct, it will return Error: Invalid date specified. Legal date is from to UART Baud Rate Inquiry and Setting 1. Inquiry Command: BAUDRATE If command is correct, it will return Current baudrate: 4800/9600/14400/19200/38400/56000/57600/ (one of the values). If command isn t correct, it will return Warning: BAUDRATE is illegal. 2. Setting Command: BAUDRATE [4800/9600/14400/19200/38400/56000/57600/115200] (one of the values). If command is correct, it will return Success: Set baudrate successfully. If command isn t correct, it will return Error: Invalid baudrate specified. Legal baudrate is 4800, 9600, 14400, 19200, 38400, 56000, 57600, Directory Creation Command: MD [\path\name] If command is correct, it will return Success: Make directory successfully. DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc

12 Function Code If USB disk or SD card doesn t exist or command isn t correct, it may return one of the following results: Warning: No media present. Warning: Parameter required. Warning: The same directory has existed. Warning: The file with the same name has existed. Warning: Illegal path or directory name. Error: Make directory unsuccessfully. 4.7 Current Directory Inquiry and Modification 1. Inquiry Command: CD If command is correct, it will return the current directory. 2. Modification Command: CD [\path\name] If command is correct, it will turn to the directory [\path\name]. It may return Error: The system cannot find the path specified. 4.8 View Directory Command: DIR [\path\name] If command is correct, it will return the information of folders and files under [\path\name]. If the directory is abnormal, it will return Error: DIR fails. If there re no folders or files, it will return Warning: No files or directories. 4.9 Delete Directory Command: RD [\path\name] If command is correct, it will return Success: Remove directory successfully. If command doesn t include parameters, it will return Warning: Parameter required. If the directory to be deleted is abnormal, it will return Error: Remove directory unsuccessfully Open File Command: FOPEN [\path\name] If command is correct, it will return Success: Open File Successfully. If USB disk or SD card doesn t exist or command isn t correct, it may return one of the following results: Warning: No media present Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 9

13 USB Disk/SD Card R/W Controller with RS232 Warning: Parameter required. Warning: You only cannot open more than one file. Warning: The directory with the same name has existed. Error: Open file unsuccessfully Close File Command: FCLOSE If command is correct, it will return Success: Close file successfully. If there re no files, it will return Warning: No file has been opened. If files can t be closed, it will return Error: Close file unsuccessfully Write to File 1. Command written at the beginning of the file: FWRITE SET If command is correct, it will return nothing. If no file is opened, it will return Warning: No file has been opened. Can not use FWRITE command. If there re parameters included in command, it will return Error: No parameter required. If there re illegal parameters included in command, it will return Warning: Only support FWRITE from SET, CUR or END(default). If it fails to write to files, it will return Error: Write file unsuccessfully. 2. Command written at the current position: FWRITE CUR If command is correct, it will return nothing. If no file is opened, it will return Warning: No file has been opened. Can not use FWRITE command. If there re parameters included in command, it will return Error: No parameter required. If there re illegal parameters included in command, it will return Warning: Only support FWRITE from SET, CUR or END(default). If it fails write to files, it will return Error: Write file unsuccessfully. 3. Command written at the end of a file: FWRITE END (default). If command is correct, it will return nothing. If no file is opened, it will return Warning: No file has been opened. Can not use FWRITE command. If there re parameters included in command, it will return Error: No parameter required. If there re illegal parameters included in command, it will return Warning: Only support FWRITE from SET, CUR or END(default). DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc

14 Function Code If it fails write to files, it will return Error: Write file unsuccessfully Read File Command: FREAD [place] [length] If command is correct, it will return data in a required length. If no file is opened, it will return Warning: No file has been opened. Can not use FREAD command. If command doesn t include parameters, it will return Warning: Parameter required. If the position from which the content is read is wrong, it will return Warning: Only support FREAD from SET or CUR(default). If the length is not between 0x and 0xFFFFFFFF, it will return Error: FREAD length must be between 0x ~ 0xFFFFFFFF. If the file can t be read from the beginning, it will return Error: There is something wrong with the file. Can not do FREAD from SET. If the file can t be read from the ending, it will return Warning: The file has reached the end. If the length to be read exceeds the file s size, it will return Warning: FREAD length is past the file's size. We will just read to the file's end. If the file can t be read, it will return Error: Read file unsuccessfully Move File Pointer 1. Inquiry Command: FSEEK If command is correct, it will return Success: Your current position in the file is 0xXX. If no file is opened, it will return Warning: No file has been opened. Can not use FSEEK command. 2. Move Pointer Command: FSEEK [place] [length] If command is correct, it will return Success: Seek file successfully. Your current position in the file is 0xXX. If no file is opened, it will return Warning: No file has been opened. Can not use FREAD command. If the place chosen is wrong, it will return Error: You only can choose the seeking place from SET, CUR or END. If the command doesn t include parameter Length, it will return Error: Length required. If the length of fseek isn t between 0x and 0xFFFFFFFF, it will return Error: Offset must be between 0x ~ 0xFFFFFFFF. If fseek is wrong, it will return Error: Seek file unsuccessfully Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 11

15 USB Disk/SD Card R/W Controller with RS Delete File Command: FDEL [\path\name] If command is correct, it will return Success: Remove file successfully. If the command doesn t include parameters, it will return Warning: Parameter required. If the file to be deleted is write-protected, it will return Warning: Write Protected! Can not remove this file. If the file to be deleted can t be found, it will return Error: Can not find the file. If the name of the file to be deleted, it will return Error: Invalid filename. If the file to be deleted is opened, it will return Error: This file has been opened, please close it firstly. If what to be deleted is a folder, it will return Error: This is a directory. Please use RD command to remove it. If the file can t be deleted, it will return Error: Remove file fails Timely Log Data 1. Command for timely logging data at a specified period: LOGFILE [TS:hh:mm] [TE:hh:mm] [\path\name] If command is correct, it will return Success: LOGFILE command has been set successfully. If the command doesn t include parameters, it will return Warning: Parameter required. If the starting time is incorrect, it will return Warning: Logfile's start time is required, which should be between TS:00:00 to TS:23:59. If the ending time is incorrect, it will return Warning: Logfile's end Time is required, which should be between TE:00:00 to TE:23:59. If the starting time is later than the ending time or the starting time and the ending time are not in the same day, it will return Warning: Logfile's Start Time and End Time must be in the same day. And the End Time must be after the Start Time. If the place where the file is saved is not specified, it will return Warning: The file name stored data is required. If the file path or the file name is incorrect, it will return Warning: Illegal log file path or file name. 2. Command for logging data all the day: LOGFILE [\path\name] If command is correct, it will return Success: LOGFILE command has been set successfully. If the command doesn t include parameters, it will return Warning: Parameter required. If the place where the file is saved is not specified, it will return Warning: The file name stored data is required. If the file path or the file name is incorrect, it will return Warning: Illegal log file path or file name. DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc

16 4.17 View and Set The Flag of Stopping Writing to File 1. Inquiry Command: STOPFLAG If command is correct, it will return Current STOPFLAG:. If command is incorrect, it will return Warning: STOPFLAG is illegal. 2. Set Command: STOPFLAG [sign] Function Code If command is correct, it will return Success: Set STOPFLAG successfully. If the length of the parameter exceeds 15 characters, it will return Warning: The maximal length of STOPFLAG is 15 characters. If the setting fails, it will return Error: Set STOPFLAG unsuccessfully How to Use Command Command: HELP or? It will return the basic instructions for using each command Notes SET: the beginning of a file CUR: the current position in a file END: the ending of a file Note: Only uppercase letters are supported Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 13

17 USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE Chapter 5. Mechanical Drawing FIGURE 6-1 DIMENSION OF THE FRONT PANEL (DB-DP11118) FIGURE 6-2 DIMENSION OF THE FRONT PANEL (DB-DP11119) DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc.

18 USB Disk/SD Card R/W Controller with RS232 FIGURE 6-3 DIMENSION OF THE BACK PANEL FIGURE 6-4 DIMENSION OF THE SIDE PANEL (DB-DP11119) Sure Electronics Inc. DB-DP11118& DB-DP11119_Ver1.1_Page 15

19 Chapter 6. Contact Us USB DISK/SD CARD R/W CONTROLLER WITH RS232 USER S GUIDE Sure Electronics Co., Ltd. East zone, 3F, Building 6 Jingang Technology Innovation Center No.108 Ganjiabian Rd (ZIP: ) Qixia District Nanjing P.R.China Tel: Fax: Website: customerservice@sure-electronics.com DB-DP11118& DB-DP11119_Ver1.1_Page Sure Electronics Inc.

Wifi Web Server Module w TF Socket User s Guide

Wifi Web Server Module w TF Socket User s Guide Wifi Web Server Module w TF Socket User s Guide 2004-2010 Sure Electronics Inc. MB-CM14117_Ver1.0 WIFI WEB SERVER MODULE W TF SOCKET USER S GUIDE Table of Contents Chapter 1. Overview...1 1.1 Overview...

More information

High Power LED Driver Series User s Guide

High Power LED Driver Series User s Guide High Power LED Driver Series User s Guide 2004-2010 Sure Electronics Inc. LE-LL15113-LE-LL14113_Ver1.0 Table of Contents Chapter 1. Overview...1 1.1 Overview... 1 1.2 Features... 2 1.3 Applications...

More information

Testing Data Radio Modem with Serial Port Tool V1.20

Testing Data Radio Modem with Serial Port Tool V1.20 Testing Data Radio Modem with Serial Port Tool V1.20 This document demonstrates how to test the communication of data radio modem with tool Advanced Serial Port Monitor from AGG Software and USB board.

More information

VF2F. USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit. Future Technology Devices International Ltd. Preliminary - Subject to Change

VF2F. USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit. Future Technology Devices International Ltd. Preliminary - Subject to Change Future Technology Devices International Ltd. VF2F USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit http://www.vinculum.com Copyright Future Technology Devices International Ltd. 2006 1. Introduction

More information

F2103 GPRS DTU USER MANUAL

F2103 GPRS DTU USER MANUAL F2103 GPRS DTU USER MANUAL Add:J1-J2,3rd Floor,No.44,GuanRi Road,SoftWare Park,XiaMen,China 1 Zip Code:361008 Contents Chapter 1 Brief Introduction of Product... 3 1.1 General... 3 1.2 Product Features...

More information

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual

MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual MCB3101 (Class I) WiRobot Serial Bluetooth Wireless Module User Manual Version: 1.0.1 Dec. 2005 Table of Contents I. Introduction 2 II. Operations 2 II.1. Theory of Operation 2 II.2. Configuration (PC-PC

More information

Advanced Data Capture and Control Systems

Advanced Data Capture and Control Systems Advanced Data Capture and Control Systems Tronisoft Limited Email: sales@tronisoft.com Web: www.tronisoft.com RS232 To 3.3V TTL User Guide RS232 to 3.3V TTL Signal Converter Modules P/N: 9651 Document

More information

Bluetooth Audio Receiver Board Starter Version User s Guide

Bluetooth Audio Receiver Board Starter Version User s Guide Bluetooth Audio Receiver Board Starter Version User s Guide 2004-2013 Sure Electronics Inc. AA-AS41111_Ver1.0 Bluetooth Audio Receiver Starter To keep the product in a best working condition and having

More information

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter

BIT COMMANDER. Serial RS232 / RS485 to Ethernet Converter BIT COMMANDER Serial RS232 / RS485 to Ethernet Converter (Part US2000A) Copyrights U.S. Converters 1 Contents Overview and Features... 3 Functions..5 TCP Server Mode... 5 Httpd Client Mode.5 TCP Auto mode....6

More information

Using IDENT M System T with Modbus/TCP

Using IDENT M System T with Modbus/TCP Using IDENT M System T with Modbus/TCP Introduction The Pepperl+Fuchs IDENT M System T consists of two models MTT3000-F180-B12- V45-MON, which is a read only unit and the MTT6000-F120-B12-V45 which is

More information

0832 Dot Matrix Green Display Information Board User s Guide

0832 Dot Matrix Green Display Information Board User s Guide 0832 Dot Matrix Green Display Information Board User s Guide DE-DP105_Ver1.0 0832 DOT MATRIX GREEN DISPLAY INFORMATI BOARD USER S GUIDE Table of contents Chapter1.Overview... 1 1.1. Welcome... 1 1.2. Quick

More information

Digital Photo Bank / Portable HDD Pan Ocean E350 User Manual

Digital Photo Bank / Portable HDD Pan Ocean E350 User Manual Digital Photo Bank / Portable HDD Pan Ocean E350 User Manual Installing a hard disk 1. Power off the unit. 2. Remove the bottom cover from the unit by removing four screws. 3. Insert the 2.5 HDD to the

More information

USR-TCP232-T Hard Version: V2.0 Doc Version: V1.1 2011-08-16

USR-TCP232-T Hard Version: V2.0 Doc Version: V1.1 2011-08-16 RS232 Serial TO Ethernet convert Module USR-TCP232-T Hard Version: V2.0 Doc Version: V1.1 2011-08-16 Jinan USR Technology Co., Ltd. works on LAN and WAN and wireless for MCU to Ethernet Solutions, Ethernet,

More information

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 1.0 Introduction A Technical Application Note from Doppler System July 5, 1999 Version 3.x of the DDF6000, running version

More information

6 X 100Watt Class-D Audio Amplifier Board- TDA7498 User s Guide

6 X 100Watt Class-D Audio Amplifier Board- TDA7498 User s Guide 6 X 100Watt Class-D Audio Amplifier Board- TDA7498 User s Guide 2004-2012 Sure Electronics Inc. AA-AB34181_Ver1.0 6 X 100Watt Class-D Audio Amplifier Board TDA7498 To keep the product in a best working

More information

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL

RN-WIFLY-EVAL-UM. WiFly Evaluation Kit. 2012 Roving Networks. All rights reserved. RN-WIFLY-EVAL-UM Version 1.32r 10/9/2012 USER MANUAL WiFly Evaluation Kit 2012 Roving Networks. All rights reserved. Version 1.32r 10/9/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks evaluation kits,

More information

How To Connect A Directsofl To A Powerpoint With An Acd With An Ctel With An Dm-Tel Modem On A Pc Or Ipad Or Ipa (Powerpoint) With A Powerline 2 (Powerline

How To Connect A Directsofl To A Powerpoint With An Acd With An Ctel With An Dm-Tel Modem On A Pc Or Ipad Or Ipa (Powerpoint) With A Powerline 2 (Powerline Application Note Last reviewed: 03/17/2008 AN-KEP-003.doc Page 1 of 23 Introduction... 1 Recommended s and ports to use... 1 Cable Wiring... 2 MDM-TEL Configuration ( Wizard)... 3 Direct Logic Communications

More information

GV- RK1352 Card Reader

GV- RK1352 Card Reader GV- RK1352 Card Reader The GV-RK1352 is a card reader with keypad, designed to recognize PIN codes, identification cards or both. Featured with the Wiegand and RS-485 outputs, the unit can be connected

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

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0

M72. Quectel Cellular Engine. EVB User Guide M72_EVB_UGD_V1.0 M72 Quectel Cellular Engine EVB User Guide M72_EVB_UGD_V1.0 Document Title EVB User Guide Version 1.0 Date 2011-05-18 Status Document Control ID Release M72_EVB_UGD_V1.0 General Notes Quectel offers this

More information

User Manual. AS-Interface Programmer

User Manual. AS-Interface Programmer AS-Interface Programmer Notice: RESTRICTIONS THE ZMD AS-INTERFACE PROGRAMMER HARDWARE AND ZMD AS-INTERFACE PROGRAMMER SOFTWARE IS DESIGNED FOR IC EVALUATION, LABORATORY SETUP AND MODULE DEVELOPMENT ONLY.

More information

Red Box and Flarm interface for LX 5000 with optionally SD-card interface and IGC approved flight recorder User manual

Red Box and Flarm interface for LX 5000 with optionally SD-card interface and IGC approved flight recorder User manual LX Red Box and Flarm interface for LX 5000 with optionally SD-card interface and IGC approved flight recorder User manual 1 Introduction...3 2 Technical data...3 2.1 Part list...4 2.1.1 Flarm Red Box...4

More information

USB to RS-422/485 Serial Adapter

USB to RS-422/485 Serial Adapter USB to RS-422/485 Serial Adapter User Manual Ver. 2.00 All brand names and trademarks are properties of their respective owners. Contents: Chapter 1: Introduction... 3 1.1 Product Introduction... 3 1.2

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

RN-XV-RD2 Evaluation Board

RN-XV-RD2 Evaluation Board RN-XV-RD2 Evaluation Board 2012 Roving Networks. All rights reserved. -1.01Version 1.0 9/28/2012 USER MANUAL OVERVIEW This document describes the hardware and software setup for Roving Networks RN-XV-RD2

More information

SIM808 V2.2.5 user manual V1.2. Electrodragon.com

SIM808 V2.2.5 user manual V1.2. Electrodragon.com SIM808 V2.2.5 user manual V1.2 Electrodragon.com time Descriptions version 2015/7/6 initial V1.2 Getting Started A little preparation goes a long way, so make sure you ve covered the following points:

More information

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs

How To Use An Adh8012 Gsm Gprs Module With A Gsm 2.2.2 (Gsm) Gpros (Gsp) Gpls (Geo) Gsp (Gpl) Gs ADH Technology Co. Ltd. ADH8012 GSM GPRS Modem User s Manual www.adh-tech.com.tw sales@adh-tech.com.tw Page 1 Content ADH8012 GSM GPRS Modem User s Manual... 1 1. Introduction... 3 2. Product concept...

More information

Bluetooth to Serial Adapter

Bluetooth to Serial Adapter Bluetooth to Serial Adapter Third Edition, Oct 2007 Version 3.0 771-BTS1009C3-001 Contents 1.0 Features....P.2 2.0 Package Content....P.2 3.0 Hard Drives Requirement.P.2 4.0 Specifications.P.3 5.0 Pin

More information

ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION

ENET-710. ENET-710 - Ethernet Module ENET-710 JAN / 06 FOUNDATION ENET-710 ENET-710 - Ethernet Module JAN / 06 ENET-710 FOUNDATION E N E T 7 1 0 ME smar www.smar.com Specifications and information are subject to change without notice. Up-to-date address information is

More information

Alcalde # 1822 Col. Miraflores C.P. 44270 Guadalajara, Jal. Mexico MX 01 (33) 3854-5975 y 3823-4349 USA 001 (619)- 884-94-93 (San Diego, CA.

Alcalde # 1822 Col. Miraflores C.P. 44270 Guadalajara, Jal. Mexico MX 01 (33) 3854-5975 y 3823-4349 USA 001 (619)- 884-94-93 (San Diego, CA. Tu Sitio de Automatización! Description Modbus is very wide known protocol in the industrial manufacturing and environment monitoring fields. It is suit master-slave or query-response distributed I/O applications.

More information

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System

Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System Using a Laptop Computer with a USB or Serial Port Adapter to Communicate With the Eagle System ECU DB9 USB 20-060_A.DOC Page 1 of 18 9/15/2009 2009 Precision Airmotive LLC This publication may not be copied

More information

CENTRONICS interface and Parallel Printer Port LPT

CENTRONICS interface and Parallel Printer Port LPT Course on BASCOM 8051 - (37) Theoretic/Practical course on BASCOM 8051 Programming. Author: DAMINO Salvatore. CENTRONICS interface and Parallel Printer Port LPT The Parallel Port, well known as LPT from

More information

DT105X / PB105 Series

DT105X / PB105 Series DT105 / Series Cash Drawer Trigger & Printer Beeper User's Manual TM951031-05 Contents Information... 1 Technical And Operational Description... 3 Connections Load Test Specifications......... 5 7 8 Communication

More information

Bluetooth Serial Adapter

Bluetooth Serial Adapter RN-BT-SRL-UM Bluetooth Serial Adapter 0 Roving Networks. All rights reserved. RN-BT-SRL-UM-.0 Version.0 //0 USER MANUAL RN-BT-SRL-UM-.0 OVERVIEW Roving Networks offers a variety of Bluetooth serial adapters

More information

RC2200DK Demonstration Kit User Manual

RC2200DK Demonstration Kit User Manual Demonstration Kit User Manual Table of contents TABLE OF CONTENTS... 1 QUICK INTRODUCTION... 2 INTRODUCTION... 3 DEMONSTRATION BOARD... 4 POWER SUPPLY SECTION... 5 RS-232 INTERFACE... 6 CONNECTORS... 7

More information

HT580 User Reference Guide. Version 1.0

HT580 User Reference Guide. Version 1.0 Version 1.0 NOTICE 1. Li-Ion Battery Pack The HT580 Portable Terminal and the Li-Ion Battery Pack are packaged separately. You will have to install the Battery Pack when you receive your terminal. Please

More information

DECT Module UM-9802 Datasheet

DECT Module UM-9802 Datasheet UWIN TECHNOLOGIES CO., LTD. DECT Module UM-9802 Datasheet V2.1 1 UWIN TECHNOLOGIES CO., LTD. Contents 1. Introduction... 3 2. Features... 3 3. DECT Module Application... 3 4. DECT Module function block...

More information

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server

LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Products: EFA with EFA Scan, DVRM and DVMD with Realtime Monitor or Stream Explorer DVMD-B1 LAN / WAN Connection Of Instruments with Serial Interface By Using a Terminal Server Remote control of test and

More information

USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks

USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks USER MANUAL GUIMGR Graphical User Interface Manager for FRM301/FRM401 Media Racks CTC Union Technologies Co., Ltd. Far Eastern Vienna Technology Center (Neihu Technology Park) 8F, No. 60 Zhouzi St. Neihu,

More information

MANUAL PC1000R INFO@APART-AUDIO.COM

MANUAL PC1000R INFO@APART-AUDIO.COM MANUAL PC1000R INFO@APART-AUDIO.COM Features The APart PC1000R is a professional multisource CD/USB/SD card music player, equipped with balanced and unbalanced analog outputs, coaxial and optical digital

More information

Omron I/O Driver (Series 2) Programmable Serial Interface Card

Omron I/O Driver (Series 2) Programmable Serial Interface Card Omron I/O Driver (Series 2) Programmable Serial Interface Card USER MANUAL Rev. P1.55 June 8, 2012 DeltaV is a trademark of Emerson Process Management, Inc Emerson Process Management, Inc. 1998, 1999.

More information

Future Technology Devices International Ltd. VF2F2. USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit. http://www.vinculum.

Future Technology Devices International Ltd. VF2F2. USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit. http://www.vinculum. Future Technology Devices International Ltd. VF2F2 USB Flash Disk File-to-file Transfer Vinculum Evaluation Kit http://www.vinculum.com Copyright Future Technology Devices International Ltd. 2007 1. Introduction

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

Bluetooth UART/RS232 Module

Bluetooth UART/RS232 Module Introduction BLUEMORE600 is a professional, slim, wireless module ready for integration in brand new or existing electronic products. Based on CSR chipset BC03MM it s fully compatible for Serial Port profiles.

More information

VDIP1. Vinculum VNC1L Module. Datasheet

VDIP1. Vinculum VNC1L Module. Datasheet Future Technology Devices International Ltd. VDIP1 Vinculum VNC1L Module Datasheet Version 1.02 Issue Date: 2010-05-31 Future Technology Devices International Ltd (FTDI) Unit 1, 2 Seaward Place, Centurion

More information

LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION

LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION RS-422/485 PCI Card User Manual English No. 51200 (2 Port) No. 51202 (4 Port) No. 51204 (8 Port) www.lindy.com LINDY ELECTRONICS LIMITED & LINDY-ELEKTRONIK GMBH - SECOND EDITION (Nov 2005) 1.0 Introduction

More information

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0

L16. Quectel GNSS Engine. EVB User Guide L16_EVB_UGD_V1.0 L16 GNSS Engine EVB User Guide L16_EVB_UGD_V1.0 Document Title L16 EVB User Guide Version 1.0 Date 2012-07-18 Status Document Control ID Released L16_EVB_UGD_V1.0 General Notes offers this information

More information

mdm-mp3 minidirector with MP3 Player

mdm-mp3 minidirector with MP3 Player minidirector with MP3 Player User Manual December 15, 2014 V1.02 Copyright Light O Rama, Inc. 2007, 2008 Table of Contents Introduction... 4 What s in the Box... 4 Hardware Utility Version... 5 Important

More information

LTM-1338B. Plus Communications Manual

LTM-1338B. Plus Communications Manual LTM-1338B Plus Communications Manual 2000. Best Power, Necedah, Wisconsin All rights reserved. Best Power The System Setup option from the Main Menu on the front panel is passwordprotected. The default

More information

PRT3 Printer Module: ASCII Protocol Programming Instructions

PRT3 Printer Module: ASCII Protocol Programming Instructions PRT3 Printer Module: ASCII Protocol Programming Instructions We hope this product performs to your complete satisfaction. Should you have any questions or comments, please visit www.paradox.com and send

More information

A RF18 Remote control receiver MODULE

A RF18 Remote control receiver MODULE A RF18 Remote control receiver MODULE User Guide No part of this document may be reproduced or transmitted (in electronic or paper version, photocopy) without Adeunis RF consent. This document is subject

More information

Operating Instructions Serial Monitor 4040. ROBERT RIELE GmbH & Co KG

Operating Instructions Serial Monitor 4040. ROBERT RIELE GmbH & Co KG Operating Instructions Serial Monitor 4040 ROBERT RIELE GmbH & Co KG Software Version 1.0 Documentation Version 05.2005 1 Introduction to Serial Monitor 4040 The software Serial Monitor 4040 was developed

More information

PM1122 INT DIGITAL INTERFACE REMOTE

PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT DIGITAL INTERFACE REMOTE PM1122 INT front panel description: 1. Clear wireless remotes knob: push this button for more than 2 seconds to clear the list of all assigned wireless remote settings

More information

Connecting instruments serially to your computer

Connecting instruments serially to your computer Connecting instruments serially to your computer This TechNote will review how to connect instruments (GPS, Sounder, Heading Sensor ) to a computer. Important points such as electrical specification (RS-232

More information

WHQL Certification Approval...2 User Interface...3 SUNIX s COMLab..4

WHQL Certification Approval...2 User Interface...3 SUNIX s COMLab..4 INDEX WHQL Certification Approval...2 User Interface....3 SUNIX s COMLab..4 1.0 Introduction...5 2.0 Specification..5 2.1 Features 2.2 Universal Serial PCI Card 2.3 RS-232 Specification 2.4 Low Profile

More information

2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide

2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide 2-Port RS232/422/485 Combo Serial to USB2.0 Adapter (w/ Metal Case and Screw Lock Mechanism) Installation Guide 1. Introduction Thank you for purchasing this 2-Port RS232/422/485 Combo Serial to USB Adapter.

More information

Programmable set for Ethernet Modbus/TCP in IP67 TI-BL67-PG-EN-2

Programmable set for Ethernet Modbus/TCP in IP67 TI-BL67-PG-EN-2 Type code Ident no. 1545065 Number of channels 2 Dimensions (W x L x H) 108 x 145 x 77.5 mm CoDeSys-programmable acc. to IEC 61131-3 Cable max. 50 m between interface and read/write head 10/100 Mbps Male

More information

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00

L10. Quectel GPS Engine. EVB User Guide L10_EVB_UGD_V1.00 L10 GPS Engine EVB User Guide L10_EVB_UGD_V1.00 Document Title L10 EVB User Guide Version 1.00 Date 2009-7-20 Status Document Control ID Release L10_EVB_UGD_V1.00 General Notes offers this information

More information

LOVELINK III- Process Monitoring, Logging, Graphing, & Configuration

LOVELINK III- Process Monitoring, Logging, Graphing, & Configuration LOVELINK III- Process Monitoring, Logging, Graphing, & Configuration VERSION 1.00.00 USER MANUAL Updated 09/13/2002 Table of Contents Hardware/Software Requirements...2 Computer Requirements...2 Instrument

More information

=============================== WARNING

=============================== WARNING =============================== WARNING EXPLANATION OF GRAPHICAL SYMBOLS This symbol is intended to alert the user to the presence of unprotected dangerous voltage" within the product's enclosure that

More information

BE635 User Manual. Rev. V1.0. 2013-2014 Bolymin, Inc. All Rights Reserved.

BE635 User Manual. Rev. V1.0. 2013-2014 Bolymin, Inc. All Rights Reserved. BE635 User Manual Rev. V1.0 2013-2014 Bolymin, Inc. All Rights Reserved. Copyright Copyright 2013-2014 BOLYMIN, INC. All rights reserved. No part of the materials may be reproduced, copied or translated

More information

Vicon Flash Upgrade Software

Vicon Flash Upgrade Software INSTRUCTION MANUAL Notes Refer to XX134 NO. XX134-13-01 REV. 1212 Vicon Flash Upgrade Software It is possible to upgrade software for the SurveyorVFT and Surveyor -Mini Camera Domes through a PC using

More information

HAC-LM Series Low Power Data Radio Module

HAC-LM Series Low Power Data Radio Module HAC-LM Series Low Power Data Radio Module Version 3.0 SHENZHEN HAC TELECOM TECHNOLOGY CO., LTD Address : 3rd Area, 19 th Fl, Tower A, HaiSong Building, Tai Ran 9 th Rd, Futian, ShenZhen, China. Tel : +86-755-23981078

More information

RFID MODULE Mifare Reader / Writer SL025B User Manual Version 1.4 Nov 2012 StrongLink

RFID MODULE Mifare Reader / Writer SL025B User Manual Version 1.4 Nov 2012 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 1.4 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1. COMMUNICATION

More information

GSM Interfacing Board

GSM Interfacing Board Campus Component Pvt. Ltd. DISCLAIMER Information furnished is believed to be accurate and reliable at the time of publication. However, Campus Component Pvt. Ltd. assumes no responsibility arising from

More information

Modification of an AOR AR-8600 receiver to tune it with a ACECO FC-3002 frequency finder

Modification of an AOR AR-8600 receiver to tune it with a ACECO FC-3002 frequency finder Modification of an AOR AR-8600 receiver to tune it with a ACECO FC-3002 frequency finder Matthias DD1US updated June 2 nd 2011 Description of the ACECO FC-3002 unit: The ACECO FC-3002 is a handheld frequency

More information

TP32MTT.03 TP32MTT.03.1. [ GB ] Probes for soil thermal profile measurement

TP32MTT.03 TP32MTT.03.1. [ GB ] Probes for soil thermal profile measurement TP32MTT.03 [ GB ] Probes for soil thermal profile measurement [ GB ] [ GB ] Description Temperature measurement at 7 levels (TP32MTT.03) or 6 levels () In accordance with the requirements of the World

More information

Information Board User s Guide

Information Board User s Guide We are here just for you! Sure Electronics Dot Matrix Display Information Board User s Guide Product Name Product ID : Dot Matrix Display Information Board : DE-DP0 Product Version : Ver. Document Version

More information

Introduction. Features. Industrial 2 ports RS-422/485 with Surge PCI-Express Low Profile Serial Card

Introduction. Features. Industrial 2 ports RS-422/485 with Surge PCI-Express Low Profile Serial Card IPC-E2202SL Industrial 2 ports RS-422/485 with Surge PCI-Express Low Profile Serial Card Introduction SUNIX IPC-E2202SL, Industrial 2 ports RS-422/485 with Surge PCI-Express Low Profile Serial Card, allows

More information

USB over Gigabit Ethernet Module

USB over Gigabit Ethernet Module USB over Gigabit Ethernet Module M3868M4ME-A Address Talhofstr. 32 82205 Gilching, Germany Phone +49 (0)8105 73403 0 Mail Web info@display-solution.com www.display-solution.com M3868M4ME-A Data Sheet Elite

More information

PenMount 1302 PCI Control Board

PenMount 1302 PCI Control Board PCI Control Board control board is one of the cutting-edge innovations from PenMount A collectively integrated feature with USB / RS232 / UART / I²C interface supporting 8 to 104 projected capacitive touch

More information

Barcode Reader Connection Guide (COGNEX SLMP Connection)

Barcode Reader Connection Guide (COGNEX SLMP Connection) Barcode Reader Connection Guide (COGNEX SLMP Connection) CONTENTS SAFETY PRECAUTIONS... A- REVISIONS... A- INTRODUCTION About This Connection Guide... Required Modules and Devices... Input/output cables...

More information

Knowledge Base Article. Integrating ISONAS Access Control System with TagMaster LR-series RFID Readers

Knowledge Base Article. Integrating ISONAS Access Control System with TagMaster LR-series RFID Readers Knowledge Base Article Integrating ISONAS Access Control System with TagMaster LR-series RFID Readers Copyright 2009-2012, ISONAS Security Systems All rights reserved Table of Contents 1: INTRODUCTION...

More information

Introduction. New manuals are written like a slide show This approach is to have more diagrams and images to improve learning.

Introduction. New manuals are written like a slide show This approach is to have more diagrams and images to improve learning. Introduction New manuals are written like a slide show This approach is to have more diagrams and images to improve learning. We can adapt each slide to keep updated the document. It is very easy and fast.

More information

ACR880 GPRS Portable Smart Card Terminal

ACR880 GPRS Portable Smart Card Terminal ACR880 GPRS Portable Smart Card Terminal Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Supported Card Types... 5 3.1.

More information

User Manual Software for DSL Digital Speed Switch

User Manual Software for DSL Digital Speed Switch User Manual Software for DSL Digital Speed Switch Software version from 1.0.1 Baumer Hübner GmbH Max-Dohrn-Str. 2+4 D-10589 Berlin Phone +49 (0)30 690 03-0 Fax +49 (0)30 690 03-104 info@baumerhuebner.com

More information

AC-115 Compact Networked Single Door Controller. Installation and User Manual

AC-115 Compact Networked Single Door Controller. Installation and User Manual AC-115 Compact Networked Single Controller Installation and User Manual December 2007 Table of Contents Table of Contents 1. Introduction...5 1.1 Key Features... 6 1.2 Technical Specifications... 7 2.

More information

Manual Serial PCI Cards

Manual Serial PCI Cards Manual Serial PCI Cards W&T Models 13011, 13410 13411, 13610 13611, 13812 Version 1.4 Subject to error and alteration 37 01/2005 by Wiesemann & Theis GmbH Subject to errors and changes: Since we can make

More information

USER MANUAL PEN-01 ADAPTER TO PENDRIVE. Plik: 2015-12-21-PEN-01 PEN_45 GB

USER MANUAL PEN-01 ADAPTER TO PENDRIVE. Plik: 2015-12-21-PEN-01 PEN_45 GB USER MANUAL PEN-01 ADAPTER TO PENDRIVE Plik: 2015-12-21-PEN-01 PEN_45 GB 1. General description Adapter enables to save data send from measurement device (for example from scale) to USB memory pendrive.

More information

Matrix 510/520 User Guide

Matrix 510/520 User Guide Matrix 510/520 User Guide Introduction: Matrix 510/520 are ARM9-based Linux ready industrial computer. The key features are as follow: Matrix 520 Layout 1. ARM920T ARM Thumb Processor with 200MIPS at 180MHz,

More information

MARTECH SPI Tools. MARTECH SPI Tools User Manual v1.0. User Manual

MARTECH SPI Tools. MARTECH SPI Tools User Manual v1.0. User Manual MARTECH SPI Tools v1.0 Contents 1. Basic informations about the product...3 1.1 Memory types supported by SPI Tool...3 2. Main features and application possibilities...4 2.1 Technical Support activation...4

More information

USB Floppy USB Floppy Disk Emulator

USB Floppy USB Floppy Disk Emulator USB Floppy USB Floppy Disk Emulator Manual ipcas GmbH Phone: +49 (0)9131/ 7677-0 Gundstraße 15 Fax: +49 (0)9131/ 7677-78 D-91056 Erlangen Internet: http://www.ipcas.de Germany Email: info@ipcas.de Contents

More information

How to setup the UCW232C Serial WiFi adapter

How to setup the UCW232C Serial WiFi adapter How to setup the UCW232C Serial WiFi adapter (based on Windows 7, 32/64-bit) This step-by-step guide explains how to get started using the Serial RS232 WiFi Adapter part UCW232C and Serial RS485 / RS422

More information

SB-2000 USB Radio Interface Operating Manual CG Antenna Co. Ltd.

SB-2000 USB Radio Interface Operating Manual CG Antenna Co. Ltd. CG Antenna SB-2000 USB Radio Interface Operating Manual CG Antenna Co. Ltd. Shanghai, China FEATURES Connect your computer with USB port. No need serial or parallel port. Most of Radio programs are built

More information

Serial to Bluetooth Adapter

Serial to Bluetooth Adapter Serial to Bluetooth Adapter Serial (RS-232) to Bluetooth Class 1 Adapter ICRS232BT1 Actual product may vary from photo FCC Compliance Statement This equipment has been tested and found to comply with the

More information

Taurus - RAID. Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives. User Manual

Taurus - RAID. Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives. User Manual Dual-Bay Storage Enclosure for 3.5 Serial ATA Hard Drives User Manual v1.0 August 23, 2007 EN Table of Contents CHAPTER 1 - INTRODUCTION 1 CHAPTER 3 - SYSTEM SET UP 9 ICON KEY 1 THE TAURUS RAID 1 AVAILABLE

More information

CNC File Transfer Box. Connecting the CNC File Transfer. CNC Transfer Program

CNC File Transfer Box. Connecting the CNC File Transfer. CNC Transfer Program CNC File Transfer Box The CNC File Transfer connects a serial CNC device to the network so files can be easily transferred from a computer to the CNC equipment. Any computer on the network can transfer

More information

RS232 Programming and Troubleshooting Guide for Turbo Controls

RS232 Programming and Troubleshooting Guide for Turbo Controls RS232 Programming and Troubleshooting Guide for Turbo Controls This Troubleshooting guide is intended for the set up and troubleshooting of the control panels onboard RS232 output. Refer to the Installation

More information

INTELLIGENT CONTROL MODULE SA-2000-II HARDWARE MANUAL. Access Technologies International, Inc.

INTELLIGENT CONTROL MODULE SA-2000-II HARDWARE MANUAL. Access Technologies International, Inc. SA-2000-II HARDWARE MANUAL Access Technologies International, Inc. 1 Table of Contents 1. Introduction 3 2. Features 3 3. Specification 4 4. Identifying Supplied Parts 4 5. Panel Description 5 6. Connection

More information

HOW TO TRANSFER FILES BETWEEN EEN IDL7000 PVR AND USB2 DEVICE

HOW TO TRANSFER FILES BETWEEN EEN IDL7000 PVR AND USB2 DEVICE HOW TO TRANSFER FILES BETWEEN EEN IDL7000 PVR AND USB2 DEVICE CONTENTS CONTENTS...2 FOREWORD...3 TRANSFERRING FILES BETWEEN IDL7000M PVR AND USB2 DEVICE...4 CONNECTING AN EXTERNAL USB2 DEVICE...4 COPYING

More information

PCS0100en 02.2008. Persy Control Services B.V. Netherlands

PCS0100en 02.2008. Persy Control Services B.V. Netherlands P-Bus Gateway PBGW2.128 Universal gateway between the P-bus protocol and open standard protocols. The variety of available electrical interfaces on the gateway offers a wide range of possibilities for

More information

Practical Application How to Use a Flash Drive

Practical Application How to Use a Flash Drive Practical Application How to Use a Flash Drive Practical application How to Use a Flash Drive Page 1 of 6 About this Practical Application Prerequisite Skills To use this Application you will need be comfortable

More information

WeatherLink for Emergency Response Teams Addendum

WeatherLink for Emergency Response Teams Addendum WeatherLink for Emergency Response Teams Addendum Introduction This Streaming Data Logger is designed for use with the free CAMEO software developed by National Oceanic and Atmospheric Administration (NOAA)

More information

2 X 250Watt Class D Audio Amplifier Board IRS2092 User s Guide

2 X 250Watt Class D Audio Amplifier Board IRS2092 User s Guide 2 X 250Watt Class D Audio Amplifier Board IRS2092 User s Guide 2004-2013 Sure Electronics Inc. AA-AB32291_Ver1.0 2 X 250Watt Class D Audio Amplifier Board IR2092 Note: Please read this manual carefully

More information

udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet

udrive-usd-g1 Embedded DOS micro-drive Module Data Sheet 4D SYSTEMS udrie-usd-g1 Embedded DOS micro-drive Module Document Date: 2nd April 2009 Document Revision: 2.0 Page 1 of 9 udrie-usd-g1 Embedded DOS micro-drive 4D SYSTEMS Description Features The is an

More information

PC2400 EEPROM PROGRAMMER INSTRUCTION MANUAL

PC2400 EEPROM PROGRAMMER INSTRUCTION MANUAL PC2400 EEPROM PROGRAMMER INSTRUCTION MANUAL LAST UPDATE 23/09/09 LLOYD RESEARCH LTD., 7&7A BROOK LANE, WARSASH, SOUTHAMPTON, HANTS., SO31 9FH. Tel: +44 (0)1489 885515/574040 Fax: +44 (0)1489 885853 Internet:

More information

Hardware Manual RM CANview Ethernet

Hardware Manual RM CANview Ethernet Hardware Manual RM CANview Ethernet Table of Contents 1 Legal Regulations...3 2 About the Device...4 3 Disposal...4 4 Important Information for Using CANview Ethernet...5 4.1 How to Open the Protection

More information

M2M 3350 GSM/GPRS Modem User s Manual & Reference Guide Revision 1 June 2007

M2M 3350 GSM/GPRS Modem User s Manual & Reference Guide Revision 1 June 2007 M2M 3350 GSM/GPRS Modem User s Manual & Reference Guide Revision 1 June 2007 1999-2007 by Laipac Technology, Inc. All rights reserved The Specifications and information regarding the products in this manual

More information

Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr.

Objectives. Basics of Serial Communication. Simplex vs Duplex. CMPE328 Microprocessors (Spring 2007-08) Serial Interfacing. By Dr. CMPE328 Microprocessors (Spring 27-8) Serial Interfacing By Dr. Mehmet Bodur Objectives Upon completion of this chapter, you will be able to: List the advantages of serial communication over parallel communication

More information

Manual. CANcaseXL CANcaseXL log. Version 5.1 English

Manual. CANcaseXL CANcaseXL log. Version 5.1 English Manual CANcaseXL CANcaseXL log Version 5.1 English Imprint Vector Informatik GmbH Ingersheimer Straße 24 D-70499 Stuttgart The information and data given in this user manual can be changed without prior

More information