Contactless Card Read/Write Module YW-201 User s Manual

Size: px
Start display at page:

Download "Contactless Card Read/Write Module YW-201 User s Manual"

Transcription

1 Cotactless Card Read/Write Module YW-201 User s Maual (versio 1.4) Eglish WEB: MSN& Zhou21c@126.com PHONE: MOBILE: MANAGER: Mr Zhou Cotactless Card, RFID Page 1 / 15

2 Cotet 1 Summary YW-200 Series Module YW-201 Characteristic Fuctio specificatio Pi Fuctio Dimesio Protocols UART Protocols of Commads IIC Protocol Switch of Uart ad IIC Commad List Commad test sample request card read block write block dowload key iitial purse read purse icremet of purse decremet of purse purse backup iitial purse iitial purse purse backup from 1 to read purse card halt read RC500EEPROM write RC500EEPROM module IDLE module set Applicatio About the Atea Order...15 Cotactless Card, RFID Page 2 / 15

3 1 Summary YW-201 cotactless card Read/Write module was desiged o high itegrated reader ICs for cotactless commuicatio o 13.56MHz of Philips.YW-201 itegrates MF RC500 RF base statio. Egieers eed ot take care how to cotrol MF RC500 RF base statio. Just sed commad to module over IIC or UART. YW-200 series cotactless card Read/Write module support ISO14443-A Mifare Oe S50,S70,UltraLight,MifarePro,ISO14443-B SR176, ISO15693,I CODE SL2 ad the other compatible card. 2 YW-200 Series Module Type Card Protocol YW-201 ISO14443-A +5V IIC,UART(TTL) YW-202 ISO14443-A ISO14443-B Vcc Iterface Card supported This Page +3.3V~+5V IIC,UART(TTL) YW-203 ISO V~+5V IIC,UART(TTL) YW-204 ISO14443-A ISO14443-B ISO V~+5V IIC,UART(TTL) Mifare S50,S70, Mifare Pro Mifare S50,S70, Mifare Pro, ISO14443-B SR176 ICode SL2, ISO15693 Mifare S50,S70, Mifare Pro, ISO14443-B SR176,ICode SL2, ISO YW-201 Characteristic Completely operatio of Mifare Oe through simple commad set. Cotactless Card, RFID Page 3 / 15

4 Commuicatio Protocol: 1. UART: Baud Rate 19200bps 2. IIC:Max rate 400Kbps Auto request card: Whe the card put ito atea, the pi CARDIN will be low. Package: DIP32. Power supply :+4.5~+5.5V. Read Card distace 5~10cm.(Deped o the atea) You ca get C51 source code example with theh module. 4 Fuctio specificatio 4.1 Pi Fuctio Pic 1 Pi fuctio [Table 1]: Pi Fuctio Descriptio 1 RX Atea Receive 2 TGND Atea GND 12 NC Not Use 13 NC Not Use 14 CARDIN Card I/Out Idicate(Oly whe auto request) 0:Card I. 1:Card Out. 15 TXD/SDA UART TXD/ IIC SDA 16 RXD/SCL UART RXD/ IIC SCL 17 VCC +5V VCC Cotactless Card, RFID Page 4 / 15

5 18 GND GND 19 PORTSEL Commuicatio Protocol Selector ( 0: IIC, 1: UART ) 20 NC Not Use 21 NC Not Use 31 TX1 Atea Output 1 32 TX2 Atea Output 2 Table Dimesio Pic 2 5 Protocols 5.1 UART Protocols of Commads Uart Protocols of Commads use data blocks.the format of data block : 1) Format of TXD(MCU YW-201 Module) Descriptio Number of Byte [STX] [LEN] [CMD] [DATA] [CHK] [ETX] 0x02 The Package Commad Cotet of Legth bytes CheckSum 0x Table 2 Cotactless Card, RFID Page 5 / 15

6 a) Asychroism half duplex, 1 Start bit + 7 Data bits + 1 Stop bit. b) The default trasfer speed is bit/s. c) Block Header STX=0x02, Block Ed ETX=0x03. From header to ed,but ot iclude the header STX ad the ed ETX, if there is 0x02,0x03 or 0x10, the must add 0x10 before it. d) Block Header STX=0x02. e) Package Legth: the byte from Legth itself to Checksum, but ot iclude the added byte 0x10 due to 0x02,0x03 or 0x10. f) Commad: Refer to the Commad List. g) The Cotet of bytes: the parameter. h) CheckSum: XOR result from [Legth] to the last byte of [Cotet], but ot iclude the added byte 0x10 due to 0x02,0x03 or 0x10. i) Block Ed ETX=0x02. Example: CMD: 0x10,DATA: Block Header:0x02 LEN:(=1Byte(Le) +1Byte(CMD)+1Byte(DATA)+1Byte(CHK)) CMD:0x10,0x10. (Add 0x01 before 0x10) DATA: CHECKSUM:0x14(=^0x10^) Package Sed:0x02,,0x10,0x10,,0x14,0x03. 2) Respod Format(YW-201module MCU) Cotet Num of Byte [STX] [LEN] [CMD] [STATUS] [DATA] [CHK] [ETX] : The Package 0x02 Commad Success Cotet of CheckSum 0x03 Legth :Fail bytes Table 3 Cotactless Card, RFID Page 6 / 15

7 a) Asychroism half duplex, 1 Start bit + 7 Data bits + 1 Stop bit. b) The default trasfer speed is bit/s. c) Block Header STX=0x02, Block Ed ETX=0x03. From header to ed,but ot iclude the header STX ad the ed ETX, if there is 0x02,0x03 or 0x10, the must add 0x10 before it. d) Block Header STX=0x02. e) Package Legth: the byte from Legth itself to Checksum, but ot iclude the added byte 0x10 due to 0x02,0x03 or 0x10. f) Commad: Refer to the Commad List.Whe the MCU sed the commad to the module, the module sed back this commad to the MCU. g) Operatio result. Success:. Fail:. h) Durig the commuicatio, commad cotet. i) CheckSum: XOR result from [Legth] to the last byte of [Cotet], but ot iclude the added byte 0x10 due to 0x02,0x03 or 0x10. j) Block Ed ETX=0x IIC Protocol 1) Format of TXD(MCU YW-201 Module) Cotet Num of Byte [Address of module](w/r) Write:0xA0 Read:0xA1 [LEN] [CMD] [DATA] [CHK] Package Legth Table 4 Commad The Cotet of bytes CheckSum a) Address of module (W/R): b) Whe Write to module, the Address is 0xA0. c) Whe Read from module, the Address is 0xA1. d) Package Legth: the byte from Legth itself to Checksum. Cotactless Card, RFID Page 7 / 15

8 e) Commad: Refer to the Commad List. f) The Cotet of bytes: the parameter. g) CheckSum: XOR result from [Legth] to the last byte of [DATA]. 2) Respod Format(YW-201module MCU) Cotet Num of Byte [LEN] [CMD] [STATUS] [DATA] [CHK] The Package Legth Commad Cotet CheckSum : Fail of bytes Table 5 h) Package Legth: the byte from Legth itself to Checksum. i) Commad: Refer to the Commad List. j) Operatio result. Success:. Fail:. k) The Cotet of bytes: the parameter. l) CheckSum: XOR result from [Legth] to the last byte of [DATA]. 5.3 Switch of Uart ad IIC YW-201 Cotactless card read/write module support UART ad IIC, they ca be switched by the port PORTSEL PORTSEL = 1(High), UART is selected. PORTSEL = 0(Low), IIC is selected. 6 Commad List [CMD Name] [Dir ] [LEN ] [CMD ] [STATUS ad DATA] [Descriptio] System Commad 1 Modue Sed 0x01 4 combiatio with bit0 ad bit1: Cotactless Card, RFID Page 8 / 15

9 Settig 0x01 0x02 0x03 Atea Status(BIT0) 0:Tur off Atea 1:Tur o Atea Auto Request(BIT1) 0:Tur off Auto Request 1:Tur o Auto Request 0x01 :Fail Sed 0x03 0x02 2 Power Settig 0x02 :Fail Cotactless card Commad 3 Request Card Sed 0x10 0x08 0x10 0x01 Seri al No Request card mode: : request all card i atea area 0x01: request card that have ot halted i atea area : Request success + Card Serial No(4 bytes). : Request Fail. Key Set(1Byte)+Block No(1Byte) + Key(6Bytes) Sed 0x0B 0x11 8Byte Key Mode(BIT1)-> 4 Read Block 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7) 0x14 0x11 Dat a : Success, 16 bytes of data retur. : Fail Write 5 Block Sed 0x1B 0x12 24bytes Key set(1byte)+block No(1Byte)+ Key(6Bytes)+ Data(16Bytes) Cotactless Card, RFID Page 9 / 15 Key Mode(BIT1)->

10 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7) 0x12 :Fail Key Set(1Byte)+Idex of Sector(1Byte) +Key(6Bytes) 6 Read Sector Sed 0x0B 0x13 8bytes Key Mode(BIT1)-> 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7 ) Dat 0x44 0x13 a :success, 64bytes of data retur. 0x13 :Fail Key Set(1Byte)+Idex of Block(1Byte)+ Key(6Bytes)+Purse Iitial Value (4Bytes,LSB) 7 Iitiali ze purse Sed 0x0F 0x14 12Bytes Key Mode(BIT1)-> 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7) 0x14 :Fail Key Set(1Byte)+Idex of Block(1Byte)+ Key(6Bytes) 8 Read purse Sed 0x0B 0x15 8Bytes Key Mode(BIT1)-> 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7 ) Cotactless Card, RFID Page 10 / 15

11 0x08 0x15 Dat a : Success, 4bytes of purse value(lsb) : Fail Key Set(1Byte)+Idex of Block(1Byte)+ Key(6Bytes) + value of decremet(4bytes,lsb) 9 decreme t Sed 0x0F 0x16 12Byes Key Mode(BIT1)-> 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7 ) 0x16 :Fail Key Set(1Byte)+Idex of Block(1Byte)+ Key(6Bytes) + value of Icremet(4Bytes,LSB) Icreme Sed 0x0F 0x17 12Bytes Key Mode(BIT1)-> 10 t 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7 ) 0x17 :Fail Key Set(1Byte)+Idex of Block(1Byte)+ Idex of Block Backup(1Byte)+Key(6Byte) Key Mode(BIT1)-> 11 Purse backup Sed 0x0C 0x18 9Bytes 1:Use key dowloaded. b.idex of Key Dowloaded(BIT2~BIT7 ) ps: the idex of block ad the backup block must be i the same sector. 0x0C 0x18 Cotactless Card, RFID Page 11 / 15

12 :Fail Sed 0x03 0x19 12 Card Halt 0x19 :Fail Idex of key(1byte Sed 0x0A 0x1A,0~31)+ Key Key 13 Dowloa (6Bytes) d 0x1A :Fail Address(2Bytes)+Legth(1Bytes) 14 Read RC500 EEPROM Sed 0x06 0x1B +4 0x1B Dat a Ps: Address: High byte afrot Legth: ot more tha 16 :success, (Legth) bytes of data retur. : fail Address(2Bytes)+Data(Bytes) 15 Write RC500 Sed +5 0x1C N data bytes Ps: Address: High byte afrot Data:ot more tha 16 bytes. EEPROM 0x1C :Fail Table 6 Tips Tur o the atea before the operatio of cotactless card. Cotactless Card, RFID Page 12 / 15

13 7 Commad test sample Samples below are based o uart protocol. 6.1.request card Sed: Receive: D 56 A2 57 F read block Sed:02 0B E FF FF FF FF FF FF Receive: write block Sed:02 1B E FF FF FF FF FF FF Receive: dowload key Sed:02 0A 1A 00 FF FF FF FF FF FF Receive:02 0A 1A 00 FF FF FF FF FF FF iitial purse Sed:02 0F D FF FF FF FF FF FF Receive: read purse Sed:02 0B D FF FF FF FF FF FF Receive: F icremet of purse Sed:02 0F D FF FF FF FF FF FF Receive: decremet of purse Sed:02 0F D FF FF FF FF FF FF Receive: purse backup iitial purse 1 Sed:02 0F D FF FF FF FF FF FF Receive: Cotactless Card, RFID Page 13 / 15

14 6.9.2 iitial purse 2 Sed:02 0F C FF FF FF FF FF FF Receive: purse backup from 1 to 2 Sed:02 0C D 3C FF FF FF FF FF FF Receive: C read purse 2 Sed:02 0B C FF FF FF FF FF FF Receive: FF E card halt Sed: A 03 Receive: D read RC500EEPROM Sed: B D 03 Receive: B F write RC500EEPROM Sed: C FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF Receive: C module IDLE Sed: Receive: module set Sed: (tur off atea) Receive: Sed: (tur o atea) Receive: Cotactless Card, RFID Page 14 / 15

15 8 Applicatio Pic 3 9 About the Atea For higher capability, we ca select YW-300 atea module o the system of YW-201 Cotactless card module.for more iformatio about YW-300 atea module, please visit. 10 Order Web: Phoe: Cell phoe: Zhou21c@126.com Cotactless Card, RFID Page 15 / 15

JMY504M User's Manual

JMY504M User's Manual JMY504M User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

JMY505G User's Manual

JMY505G User's Manual JMY505G User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/28 Please read this manual carefully before using. If any problem, please mail to: jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

JMY501H User's Manual

JMY501H User's Manual JMY501H User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/27 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION...

MF1-RW-TTL-PCB Mhz Mifare ISO14443A reader/writer module with TTL interface CONTENT 1. MAIN FEATURES...,, PINNING INFORMATION... MF1-RW-TTL-PCB1 13.56Mhz Mifare ISO14443A reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES......,,...2 2. PINNING INFORMATION........2 3. BAUD RATE SETTING.........3 4. COMMUNICATION

More information

GM 500A Mifare Read/Write Module V1.0 GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual

GM 500A Mifare Read/Write Module V1.0 GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual GM 500A Mifare 13.56MHz Read/Write Protocols Interface (I2C/UART) User s Manual CHAPTER 1. INTRODUCTION TO THE DMLPC2148A.Net DEVELOPMENT BOARD INTRODUCTION GM 500A Contactless card Read/Write module was

More information

JMY607H User's Manual

JMY607H User's Manual JMY607H User's Manual (Revision 3.42) Jinmuyu Electronics Co. LTD 2011/6/27 Please read this manual carefully before using. If any problem, please mail to: Jinmuyu@vip.sina.com Contents 1 Product introduction...

More information

JMY6804 IC Card Reader

JMY6804 IC Card Reader NFC & MIFARE & ISO14443A & ISO14443B & ISO15693 IC CARD MODULE JMY6804 IC Card Reader User s manual (Revision 1.00) Jinmuyu Electronics Co. LTD 2017/10/20 Please read this manual carefully before using.

More information

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5

15693-RW-TTL-PCB1 CONTENT 1. MAIN FEATURES PINNING INFORMATION BAUD RATE SETTING COMMUNICATION PROTOCOL...5 15693-RW-TTL-PCB1 13.56Mhz ISO15693 reader/writer module with TTL interface RFID MODULE CONTENT 1. MAIN FEATURES...3 2. PINNING INFORMATION......4 3. BAUD RATE SETTING......5 4. COMMUNICATION PROTOCOL......5

More information

RFID MODULE Mifare Read/Write Module SL025B User Manual Version 1.1 Jun 2010 StrongLink

RFID MODULE Mifare Read/Write Module SL025B User Manual Version 1.1 Jun 2010 StrongLink RFID MODULE Mifare Read/Write Module User Manual Version 1.1 Jun 2010 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1.

More information

DTNFCSS UART YES Internal DTNFCUS USB YES Internal

DTNFCSS UART YES Internal DTNFCUS USB YES Internal NFC OEM Read/Write Module: DTNFCxx The DTNFCxx OEM NFC module combines in a single package both NFC controller and secure smart card controller. This Module supports Mifare family (ISO 14443A), FeliCa,

More information

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design

CSC 220: Computer Organization Unit 11 Basic Computer Organization and Design College of Computer ad Iformatio Scieces Departmet of Computer Sciece CSC 220: Computer Orgaizatio Uit 11 Basic Computer Orgaizatio ad Desig 1 For the rest of the semester, we ll focus o computer architecture:

More information

JMY600 Series IC Card Module

JMY600 Series IC Card Module NFC & MIFARE & ISO14443A & ISO14443B & ISO15693 & ISO7816 IC CARD MODULE JMY600 Series IC Card Module General Technical Manual (Revision 5.31) Jinmuyu Electronics Co. LTD April 22, 2018 Please read this

More information

RFID MODULE Mifare Reader / Writer SL032 User Manual Version 3.1 July 03, 2017 StrongLink

RFID MODULE Mifare Reader / Writer SL032 User Manual Version 3.1 July 03, 2017 StrongLink RFID MODULE Mifare Reader / Writer SL032 User Manual Version 3.1 July 03, 2017 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL...

More information

K-NET bus. When several turrets are connected to the K-Bus, the structure of the system is as showns

K-NET bus. When several turrets are connected to the K-Bus, the structure of the system is as showns K-NET bus The K-Net bus is based o the SPI bus but it allows to addressig may differet turrets like the I 2 C bus. The K-Net is 6 a wires bus (4 for SPI wires ad 2 additioal wires for request ad ackowledge

More information

RFID MODULE. Mifare Read/Write Module. CM030 User Manual. Version 2.1 Apr 2010 chenmingcard

RFID MODULE. Mifare Read/Write Module. CM030 User Manual. Version 2.1 Apr 2010 chenmingcard RFID MODULE Mifare Read/Write Module CM030 User Manual Version 2.1 Apr 2010 chenmingcard www.chenmingcard.com 1 1 CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1.

More information

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.4 Nov 2011 StrongLink

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.4 Nov 2011 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 2.4 Nov 2011 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1. Clock and Data Transitions:... 5 3-2.

More information

JMY600 Series IC Card Module

JMY600 Series IC Card Module MIFARE & ISO14443A & ISO14443B & ISO7816 & ISO15693 IC CARD MODULE JMY600 Series IC Card Module MIFARE 1K Card Operation Guide (Revision 1.02) Jinmuyu Electronics Co., LTD March 31, 2015 Please read this

More information

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink

RFID MODULE Mifare Reader / Writer SL031 User Manual Version 3.0 Jan 2018 StrongLink RFID MODULE Mifare Reader / Writer User Manual Version 3.0 Jan 2018 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 5 3. BAUD RATE SETTING... 6 4. COMMUNICATION PROTOCOL... 6 4-1. COMMUNICATION

More information

ICS Regent. Communications Modules. Module Operation. RS-232, RS-422 and RS-485 (T3150A) PD-6002

ICS Regent. Communications Modules. Module Operation. RS-232, RS-422 and RS-485 (T3150A) PD-6002 ICS Reget Commuicatios Modules RS-232, RS-422 ad RS-485 (T3150A) Issue 1, March, 06 Commuicatios modules provide a serial commuicatios iterface betwee the cotroller ad exteral equipmet. Commuicatios modules

More information

Card Dispensing/Collecting Machine

Card Dispensing/Collecting Machine A 1 OF 36 2010. 03. 02. Card Dispensing/Collecting Machine Series. 3,,. http://www.securetech-corp.com E-mail : sales@securetech-corp.com A 2 OF 36 2010. 03. 02. REVISION HISTORY No DATE DESCRIPTION REV

More information

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 3.1 Jan, 2018 StrongLink

RFID MODULE Mifare Reader / Writer SL030 User Manual Version 3.1 Jan, 2018 StrongLink RFID MODULE Mifare Reader / Writer SL030 User Manual Version 3.1 Jan, 2018 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. Device Operation... 5 3-1. CLOCK AND DATA TRANSITIONS:...

More information

Avid Interplay Bundle

Avid Interplay Bundle Avid Iterplay Budle Versio 2.5 Cofigurator ReadMe Overview This documet provides a overview of Iterplay Budle v2.5 ad describes how to ru the Iterplay Budle cofiguratio tool. Iterplay Budle v2.5 refers

More information

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz

Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight. Fast data transfer - Contactless communication up to 106 KHz SM132-USB 13.56 MHz RFID Mifare Read / Write USB Module DATA SHEET Complete Read/Write module including antenna Supports ISO14443A Mifare Classic 1K, Mifare Classic 4K, Mifare Ultralight USB Interface

More information

YHY502CTG++ DATASHEET MHz RFID Mifare Read/Write Module. YHY502CTG++ Datasheet Revision 2.0 Oct, 2009 Page 1 of 21

YHY502CTG++ DATASHEET MHz RFID Mifare Read/Write Module. YHY502CTG++ Datasheet Revision 2.0 Oct, 2009 Page 1 of 21 YHY5CTG++ Datasheet Revision 2.0 Oct, 29 Page 1 of 21 YHY5CTG++ 13.56MHz RFID Mifare Read/Write Module DATASHEET Complete Read/Write module with built-in transceiver antenna Auto checks for presence of

More information

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS

Desktop Reader and Wall Reader Adaptor USER MANUAL DOCUMENT REVISIONS Desktop Reader and Wall Reader Adaptor USER MANUAL Version: 2.31 Distribution: SALTO customers DOCUMENT REVISIONS Version Date Modifications 1.2 5/03/2004 1.3 11/03/2004 Note on Wall Reader Adaptor about

More information

Fingerprint_Protocol_All_English

Fingerprint_Protocol_All_English Fingerprint_Protocol_All_English 1. Protocol Format Port:UART - TTL, 19200bps, 1 Start bit, 1 Stop bit, None check bit 1.1 Data length = 8 bytes,data format as follow: Command 0xF5 CMD P1 P2 P3 Response

More information

RFM-13X SERIES RF CARD READER/WRITER MODULE

RFM-13X SERIES RF CARD READER/WRITER MODULE SPECIFICTION Page 1/7 RFM-13X SERIES RF CRD REDER/WRITER MODULE SPECIFICTION Page 2/7 CONTENTS 1. OVERVIEW 2. BSIC SPECIFICTION 3. SPECIFICTION 4. INTERFCE DEFINITION 5. COMMUNICTION PROTOCOL SPECIFICTION

More information

ACR122S Serial NFC Reader

ACR122S Serial NFC Reader ACR122S Serial NFC Reader Communication Protocol Subject to change without prior notice Table of Contents 1.0. Introduction... 4 1.1. Serial Interface... 4 1.2. Bi-Color LED... 4 1.3. Buzzer... 4 1.4.

More information

Using VTR Emulation on Avid Systems

Using VTR Emulation on Avid Systems Usig VTR Emulatio o Avid Systems VTR emulatio allows you to cotrol a sequece loaded i the Record moitor from a edit cotroller for playback i the edit room alog with other sources. I this sceario the edit

More information

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features

CAN / RS485. Product Description. Technical Reference Note. Interface Adapter. Special Features CAN / Interface Adapter For SHP Series Total Power: < 1 Watts Input Voltage: 5V Internal Outputs: CAN,, USB, I 2 C Special Features Input Protocols: 1) using Modbus 2) CAN using modified Modbus Output

More information

TELETERM M2 Series Programmable RTU s

TELETERM M2 Series Programmable RTU s Model C6xC ad C6xC Teleterm MR Radio RTU s DATASHEET Cofigurable Iputs ad Outputs 868MHz or 900MHz radio port 0/00 Etheret port o C6Cx ISaGRAF 6 Programmable microsd Card Loggig Low power operatio Two

More information

C1098 JPEG Module User Manual

C1098 JPEG Module User Manual C1098 JPEG Module User Manual General Description C1098 is VGA camera module performs as a JPEG compressed still camera that can be attached to a wireless or PDA host. Users can send out a snapshot command

More information

USB TO PARALLEL USB to DB25 Parallel Adapter Cable

USB TO PARALLEL USB to DB25 Parallel Adapter Cable USB TO PARALLEL USB to DB25 Parallel Adapter Cable User Maual XUPP25 www.hamletcom.com Dear Customer, thaks for choosig a Hamlet product. Please carefully follow the istructios for its use ad maiteace

More information

MOTIF XF Extension Owner s Manual

MOTIF XF Extension Owner s Manual MOTIF XF Extesio Ower s Maual Table of Cotets About MOTIF XF Extesio...2 What Extesio ca do...2 Auto settig of Audio Driver... 2 Auto settigs of Remote Device... 2 Project templates with Iput/ Output Bus

More information

Data Communication Protocol Host Computer to FAS-A

Data Communication Protocol Host Computer to FAS-A Data Communication Protocol Host Computer to FAS-A Overview This section codifies the communication protocol between an FAS-A and a host computer. Utilizing these protocols the host computer can 1) acquire

More information

Application Programming Interface

Application Programming Interface Application Programming Interface ACR122 NFC Reader Advanced Card Systems Ltd. Website: www.acs.com.hk Email: info@acs.com.hk Table of Contents 1.0 Introduction...3 1.1 Features...3 1.2 USB Interface...3

More information

User s Manual Closer to Real, Zigbee Module ZIG-100. Wireless Communication. ROBOTIS CO.,LTD

User s Manual Closer to Real, Zigbee Module ZIG-100. Wireless Communication. ROBOTIS CO.,LTD User s Manual 2006-07-06 Closer to Real, Wireless Communication ROBOTIS CO.,LTD. www.robotis.com +82-2-2168-8787 Contents 1. Page 02 2. Zigbee Setting Page 06 3. PC Interface Zig Board Schematic Page 10

More information

TELETERM M2 Series Programmable RTU s

TELETERM M2 Series Programmable RTU s DATASHEET Cofigurable Iputs ad Outputs 868, 900 or 58MHz radio port operatig i licesefree bads 0/00 Etheret port o C6Cx ISaGRAF 6 Programmable microsd Card Loggig Low power operatio Two serial ports (icl.

More information

Using the Keyboard. Using the Wireless Keyboard. > Using the Keyboard

Using the Keyboard. Using the Wireless Keyboard. > Using the Keyboard 1 A wireless keyboard is supplied with your computer. The wireless keyboard uses a stadard key arragemet with additioal keys that perform specific fuctios. Usig the Wireless Keyboard Two AA alkalie batteries

More information

RF Card Issuing Machine with

RF Card Issuing Machine with B 1 OF 44 2008. 11. 26. RF Card Issuing Machine with Thermal Rewritable Printer Securetech Peripherals Inc B 2 OF 44 2008. 11. 26. REVISION HISTORY No DATE DESCRIPTION REV PAGE F/W Name 1 2008.10.. First

More information

OEM-MICODE (MIFARE ICODE)

OEM-MICODE (MIFARE ICODE) Data Sheet OEMMICODE.PDF 7 Pages Last Revised 09/08/ OEMMICODE (MIFARE ICODE) Reader Board The OEMMICODE Reader Board is a complete Read/Write system for ISO4443A Mifare k, 4k, Ultralight and ISO5693 ICODE

More information

Micro RWD MF-IC (Mifare/ICODE/ISO14443B) Reader (low power version with auxiliary outputs)

Micro RWD MF-IC (Mifare/ICODE/ISO14443B) Reader (low power version with auxiliary outputs) Data Sheet MF_ICBprot_030518.pdf 43 Pages Last Revised 03/05/2018 Micro RWD MF-IC (Mifare/ICODE/ISO14443B) Reader (low power version with auxiliary outputs) The MicroRWD MF-IC module is a complete contactless

More information

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter

Forcom Technology Co., Ltd. Intelligent RS-485/422 to RS-232 converter Forcom Technology Co., Ltd. Tel: +886-2-77296880 Fax: +8862-27055495 e-mail: info@forcomtech.com.tw URL: http://www.forcomtech.com.tw Intelligent RS-485/422 to RS-232 converter Model No.: R32TR1 AD-INT

More information

USR-TCP Hard version: V1.1 File version: V

USR-TCP Hard version: V1.1 File version: V RS232/RS485 to convert module USR-TCP232-24 Hard version: V1.1 File version: V1.2 2011-08-18 RS232/RS485 to convert module is an Equipment for convert TCP or UDP socket data to RS232 or RS485, easy to

More information

Chapter 4 The Datapath

Chapter 4 The Datapath The Ageda Chapter 4 The Datapath Based o slides McGraw-Hill Additioal material 24/25/26 Lewis/Marti Additioal material 28 Roth Additioal material 2 Taylor Additioal material 2 Farmer Tae the elemets that

More information

Basic allocator mechanisms The course that gives CMU its Zip! Memory Management II: Dynamic Storage Allocation Mar 6, 2000.

Basic allocator mechanisms The course that gives CMU its Zip! Memory Management II: Dynamic Storage Allocation Mar 6, 2000. 5-23 The course that gives CM its Zip Memory Maagemet II: Dyamic Storage Allocatio Mar 6, 2000 Topics Segregated lists Buddy system Garbage collectio Mark ad Sweep Copyig eferece coutig Basic allocator

More information

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2.

CONFIGURATION: The Reader, LED Indicator, pin numbers for the 9-pin connector and the 25-pin adapter are shown in Figure 1-2. FEATURES: Major features of the Swipe Reader are as follows: Powered through the USB port no external power supply required Hardware Compatible with PC or any computer or terminal with an RS-232 interface

More information

Card Issuing Machine for Magnetic, Contact & IC Card

Card Issuing Machine for Magnetic, Contact & IC Card SPECIFICATION L 1 OF 68 2006. 10. 31. Card Issuing Machine for Magnetic, Contact & IC Card SPECIFICATION L 2 OF 68 2006. 10. 31. REVISION HISTORY No DATE DESCRIPTION REV PAGE F/W Name 1 2001.01.. Ver 2.00

More information

IXS-6600-C IXS-6700-C

IXS-6600-C IXS-6700-C INTEGRATED ROUTING SYSTEM PACK IXS-6600-C IXS-6700-C INTEGRATED ROUTING SYSTEM IXS-6600 IXS-6700 IKS-6030M IKS-A6011 IKS-A6015 IKS-A6050 IKS-A6061 IKS-V6010M IKS-V6010SD IKS-V6050M IKS-V6050SD IKS-V6060M

More information

Card Issuing Station For Magnetic, Contact & IC Card

Card Issuing Station For Magnetic, Contact & IC Card 91000090 SPECIFICATION B 1 OF 56 2007. 10. 01. Card Issuing Station For Magnetic, Contact & IC Card KYTronics Corp.,Ltd 3 rd Floor, A-Dong, Twin Town-Bldg, 703-2. Gojan-Dong, AnSan-City, Kyung Ki-Do, Korea

More information

1. SWITCHING FUNDAMENTALS

1. SWITCHING FUNDAMENTALS . SWITCING FUNDMENTLS Switchig is the provisio of a o-demad coectio betwee two ed poits. Two distict switchig techiques are employed i commuicatio etwors-- circuit switchig ad pacet switchig. Circuit switchig

More information

REV6 Multi Sector MIFARE Reader/Writer Data Sheet

REV6 Multi Sector MIFARE Reader/Writer Data Sheet 716-52 REV6 Multi Sector MIFARE Reader/Writer Data Sheet Overview The 716-52 REV6 multi sector MIFARE Reader/Writer is an intelligent 13.56MHz contactless reader writer designed to operate with the Mifare

More information

USB-SD MP3 Module Manual

USB-SD MP3 Module Manual USB-SD MP3 Module Manual WT9501M03 www.elechouse.com Copyright reserved by elechouse Features www.elechouse.com Can play 8 ~ 320Kbps MP3 audio files; Support maximum capacity of 32G Byte SD card; Support

More information

AN-946 APPLICATION NOTE

AN-946 APPLICATION NOTE A-946 APPLICATIO OTE One Technology Way P.O. Box 9106 orwood, MA 02062-9106, U.S.A. Tel: 781.329.4700 Fax: 781.461.3113 www.analog.com Flash/EE Memory Programming via LI Protocol 6 by Aude Richard ITRODUCTIO

More information

SURVEYING INSTRUMENTS SDR33 SOKKIA ELECTR ONIC FIELD BOOKS NOW EVEN MORE RUGGED PERFORMANCE. from The World Leader in Data Collection

SURVEYING INSTRUMENTS SDR33 SOKKIA ELECTR ONIC FIELD BOOKS NOW EVEN MORE RUGGED PERFORMANCE. from The World Leader in Data Collection SURVEYING INSTRUMENTS TM SOKKIA SDR33 ELECTR ONIC FIELD BOOKS ELECTRONIC NOW EVEN MORE RUGGED PERFORMANCE from The World Leader i Data Collectio PUT RUGGED, DEPENDABLE POWER IN THE PALM OF YOUR HAND You

More information

Efficiency and Fitness of Embedded Flash Storage

Efficiency and Fitness of Embedded Flash Storage The Idustrial Flash Storage Expert. Efficiecy ad Fitess of Embedded Flash Storage By Chaso Li Email: Chaso.Li@embestor.com EmBestor Techology Ic. http://www.embestor.com Sata Clara, CA 1 Outlie The Idustrial

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System ad Software Architecture Descriptio (SSAD) Diabetes Health Platform Team #6 Jasmie Berry (Cliet) Veerav Naidu (Project Maager) Mukai Nog (Architect) Steve South (IV&V) Vijaya Prabhakara (Quality

More information

YHY630CTU ISO15693 RFID Reade/Write module

YHY630CTU ISO15693 RFID Reade/Write module DATASHEET 1. Supported cards: ISO 15693:Tag_it(2k) HF-1/I.CODE SLI / I.CODE SLI-S/ I.CODE SLI-L, SRF55V10P 2. Special Features: Complete Read/Write module with built-in transceiver antenna Contactless

More information

PowerView. Model AP9215. User s Manual

PowerView. Model AP9215. User s Manual PowerView Model AP9215 User s Maual Thak You! Thak you for selectig the America Power Coversio PowerView. It has bee desiged for may years of reliable, maiteace-free service i combiatio with your America

More information

REV5 Multi Sector MIFARE Reader/Writer Module Data Sheet

REV5 Multi Sector MIFARE Reader/Writer Module Data Sheet 723-52 REV5 Multi Sector MIFARE Reader/Writer Module Data Sheet General Description The 723-52 multi sector MIFARE Reader/Writer Module is a fully encapsulated device containing all the electronics required

More information

EE 459/500 HDL Based Digital Design with Programmable Logic. Lecture 13 Control and Sequencing: Hardwired and Microprogrammed Control

EE 459/500 HDL Based Digital Design with Programmable Logic. Lecture 13 Control and Sequencing: Hardwired and Microprogrammed Control EE 459/500 HDL Based Digital Desig with Programmable Logic Lecture 13 Cotrol ad Sequecig: Hardwired ad Microprogrammed Cotrol Refereces: Chapter s 4,5 from textbook Chapter 7 of M.M. Mao ad C.R. Kime,

More information

Micro RWD MF (Mifare) Low Power Version (with auxiliary data outputs)

Micro RWD MF (Mifare) Low Power Version (with auxiliary data outputs) Data Sheet MFPROT_LP.pdf 35 Pages Last Revised 09/08/11 Micro RWD MF (Mifare) Low Power Version (with auxiliary data outputs) The MicroRWD MF LP (Low Power) module is a complete read and write solution

More information

QBridge. I2C, SPI, CAN Control Software User s Manual. Date: Rev 1.3

QBridge. I2C, SPI, CAN Control Software User s Manual. Date: Rev 1.3 QBridge I2C, SPI, CAN Control Software User s Manual Date: 9-10-2005 Rev 1.3 1. Introduction...1 1.1. What QBridge can do?... 1 1.2. Disclaimer... 1 1.3. Operational Format... 1 1.4. QBridge-V2... 1 2.

More information

3D Model Retrieval Method Based on Sample Prediction

3D Model Retrieval Method Based on Sample Prediction 20 Iteratioal Coferece o Computer Commuicatio ad Maagemet Proc.of CSIT vol.5 (20) (20) IACSIT Press, Sigapore 3D Model Retrieval Method Based o Sample Predictio Qigche Zhag, Ya Tag* School of Computer

More information

BL75R06SM 8K-bit EEPROM Contactless smart card chip

BL75R06SM 8K-bit EEPROM Contactless smart card chip Description BL75R06SM consists of the RF-Interface, the Digital Control Unit and the 8 Kbit EEPROM. Operating distance is up to 10cm(depending on antenna geometry). The communication layer complies to

More information

Video character generator OM9024

Video character generator OM9024 Video character generator OM9024 Hardware Version: V1.1 File Version: V2.0 AV Video Interface as the default interface, you can choose BNC interface. Application areas: Safety monitoring system Security

More information

ACR120 Contactless Reader/Writer

ACR120 Contactless Reader/Writer ACR120 Contactless Reader/Writer Technical Specifications Subject to change without prior notice Table of Contents 1.0. Introduction... 3 2.0. Features... 4 3.0. Typical Applications... 5 4.0. Technical

More information

MR7622 Series USB HID Keyboard Simulator IC Card Reader

MR7622 Series USB HID Keyboard Simulator IC Card Reader MIFARE & ISO14443A & ISO14443B & ISO15693 KEYBOARD SIMULATOR IC CARD READER MR7622 Series USB HID Keyboard Simulator IC Card Reader User s Manual (Revision 4.01) Jinmuyu Electronics Co. LTD May 7, 2015

More information

Test of TRF7970A Breakout Board V1 with BusPirateV3

Test of TRF7970A Breakout Board V1 with BusPirateV3 Hardware requirement: Test of TRF7970A Breakout Board V1 with BusPirateV3 BusPirate V3 or V4 (shortcut BP). TRF7970A BreakOut Board V1 (shortcut TRF). Hardware Configuration for SPI mode with ChipSelect

More information

CTx / CTx-II. Ultra Compact SD COFDM Concealment Transmitters. Features: Options: Accessories: Applications:

CTx / CTx-II. Ultra Compact SD COFDM Concealment Transmitters. Features: Options: Accessories: Applications: Ultra Compact SD COFDM Cocealmet Trasmitters Features: Optimized for size Broadcast quality video H.264 Part 10 2 moo audio chaels Very low power cosumptio Remote cotrol via micro USB Bluetooth * Adroid

More information

Lecture 3. RTL Design Methodology. Transition from Pseudocode & Interface to a Corresponding Block Diagram

Lecture 3. RTL Design Methodology. Transition from Pseudocode & Interface to a Corresponding Block Diagram Lecture 3 RTL Desig Methodology Trasitio from Pseudocode & Iterface to a Correspodig Block Diagram Structure of a Typical Digital Data Iputs Datapath (Executio Uit) Data Outputs System Cotrol Sigals Status

More information

L5355 Modbus Plus Communications Interface

L5355 Modbus Plus Communications Interface L5355 Modbus Plus Commuicatios Iterface Techical Maual HA470897 Issue 2 Copyright SSD Drives Ic 2005 All rights strictly reserved. No part of this documet may be stored i a retrieval system, or trasmitted

More information

Device: MOD This document Version: 1.0. Matches module version: v3 [29 June 2016] Date: 23 October 2017

Device: MOD This document Version: 1.0. Matches module version: v3 [29 June 2016] Date: 23 October 2017 Device: MOD-1025 This document Version: 1.0 Matches module version: v3 [29 June 2016] Date: 23 October 2017 Description: UART (async serial) to I2C adapter module MOD-1025 v3 datasheet Page 2 Contents

More information

ACR128U Dual- Interface Reader

ACR128U Dual- Interface Reader ACR128U Dual- Interface Reader Application Programming Interface Subject to change without prior notice Table of Contents 1.0. Introduction... 5 1.1. Features...5 2.0. Terms Used... 6 3.0. Architecture

More information

The Idea. Leader Election. Outline. Why Rings? Network. We study leader election in rings. Specification of Leader Election YAIR. Historical reasons

The Idea. Leader Election. Outline. Why Rings? Network. We study leader election in rings. Specification of Leader Election YAIR. Historical reasons The Idea Leader Electio Network We study leader electio i rigs Why Rigs? Outlie Specificatio of Leader Electio Historical reasos origial motivatio: regeerate lost toke i toke rig etworks Illustrates techiques

More information

Security of Bluetooth: An overview of Bluetooth Security

Security of Bluetooth: An overview of Bluetooth Security Versio 2 Security of Bluetooth: A overview of Bluetooth Security Marjaaa Träskbäck Departmet of Electrical ad Commuicatios Egieerig mtraskba@cc.hut.fi 52655H ABSTRACT The purpose of this paper is to give

More information

Specification. for. Serial Interface DN-C635

Specification. for. Serial Interface DN-C635 Date 2003-01-28 1 page of 39 Specification for Serial Interface DN-C635 Denon, Ltd. Date 2003-01-28 2 page of 39 Histories Rev. Date Name Description 1.0 Jan.,28, 03 J.Watanabe Date 2003-01-28 3 page of

More information

Serial Communication. Simplex Half-Duplex Duplex

Serial Communication. Simplex Half-Duplex Duplex 1.5. I/O 135 Serial Communication Simplex Half-Duplex Duplex 136 Serial Communication Master-Slave Master Master-Multi-Slave Master Slave Slave Slave (Multi-)Master Multi-Slave Master Slave Slave Slave

More information

PN532 NFC RFID Module User Guide

PN532 NFC RFID Module User Guide PN532 NFC RFID Module User Guide Version 3 Introduction NFC is a popular technology in recent years. We often heard this word while smart phone company such as Samsung or HTC introduces their latest high-end

More information

IS-IS in Detail. ISP Workshops

IS-IS in Detail. ISP Workshops IS-IS i Detail ISP Workshops These materials are licesed uder the Creative Commos Attributio-NoCommercial 4.0 Iteratioal licese (http://creativecommos.org/liceses/by-c/4.0/) Last updated 27 th November

More information

RF900 LoRa Telemetry module V1.0

RF900 LoRa Telemetry module V1.0 1. General RF900 is a low cost, medium power, high performance transparent two way semi-duplex LoRa modulation transceiver with operation at 169/433/868/915 Mhz. It integrates with high speed MCU from

More information

1 Enterprise Modeler

1 Enterprise Modeler 1 Eterprise Modeler Itroductio I BaaERP, a Busiess Cotrol Model ad a Eterprise Structure Model for multi-site cofiguratios are itroduced. Eterprise Structure Model Busiess Cotrol Models Busiess Fuctio

More information

Web OS Switch Software

Web OS Switch Software Web OS Switch Software BBI Quick Guide Nortel Networks Part Number: 213164, Revisio A, July 2000 50 Great Oaks Boulevard Sa Jose, Califoria 95119 408-360-5500 Mai 408-360-5501 Fax www.orteletworks.com

More information

Fundamentals of. Chapter 1. Microprocessor and Microcontroller. Dr. Farid Farahmand. Updated: Tuesday, January 16, 2018

Fundamentals of. Chapter 1. Microprocessor and Microcontroller. Dr. Farid Farahmand. Updated: Tuesday, January 16, 2018 Fudametals of Chapter 1 Microprocessor ad Microcotroller Dr. Farid Farahmad Updated: Tuesday, Jauary 16, 2018 Evolutio First came trasistors Itegrated circuits SSI (Small-Scale Itegratio) to ULSI Very

More information

Interfacing with ANT General Purpose Chipsets and Modules

Interfacing with ANT General Purpose Chipsets and Modules Interfacing with General Purpose Chipsets and Modules D00000794 Rev 1.3 Dynastream Innovations Inc. July 6, 2007 P +1 403.932.4620 F +1 403.932.6521 2 of 16 Copyright Information and Usage Notice This

More information

Fujitsu LifeBook C Series

Fujitsu LifeBook C Series Fujitsu LifeBook C Series BIOS Guide LifeBook C Series Model: C-6611 C-6631 C-7631 Documet Date: 10/29/01 Documet Part Number: FPC58-0625-01 FUJITSU PC CORPORATION LifeBook C Series BIOS C Series BIOS

More information

HMC1022 Digital Compass

HMC1022 Digital Compass Key Features Based on Honeywell s HMC1022 solid-state magnetic sensor Choice of 2 Interface Options (UART/I2C) Standard Pin Headers come soldered Plug and Play Module SPECIFICATIONs Angular Measuring Range

More information

Lecture 12: PI/T parallel I/O, part II

Lecture 12: PI/T parallel I/O, part II Lecture 12: PI/T parallel I/O, part II Terms ad defiitios PI/T modes of operatio Modes ad sub-modes A example i C lauae Microprocessor-based System Desi Wriht State Uiversity 1 Term ad symbol defiitios

More information

Out the box. dataloggers. easy to configure easy data streaming easy choice. connect, simply configure and go

Out the box. dataloggers. easy to configure easy data streaming easy choice. connect, simply configure and go Out the box dataloggers easy data collectio easily prove easy to cofigure easy data streamig easy choice coect, simply cofigure ad go The stadard Rebel Compact (CT) is a small robust data logger ideal

More information

Kiosk and ticket printer TPTCM. 60 mm / 112 mm. User Manual

Kiosk and ticket printer TPTCM. 60 mm / 112 mm. User Manual Kiosk ad ticket priter 60 mm / 112 mm User Maual www.custom.it All rights reserved. Total or partial reproductio of this maual i whatever form, whether by prited or electroic meas, is forbidde. While guarateeig

More information

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation

Improvement of the Orthogonal Code Convolution Capabilities Using FPGA Implementation Improvemet of the Orthogoal Code Covolutio Capabilities Usig FPGA Implemetatio Naima Kaabouch, Member, IEEE, Apara Dhirde, Member, IEEE, Saleh Faruque, Member, IEEE Departmet of Electrical Egieerig, Uiversity

More information

Logosol Joystick Node LS-731

Logosol Joystick Node LS-731 Features 2 and 3 axis models Travel ±20 deg Non contact hall effect joystick Mechanical MTBF 15,000,000 cycles 3 pushbuttons Up to 2 stick pushbuttons 8 LEDs Member of Logosol s distributed motion control

More information

PRE32 RS232 protocol v1.21 Tomas Andersson

PRE32 RS232 protocol v1.21 Tomas Andersson PRE32 RS232 protocol 2014-11-07 v1.21 Tomas Andersson Description This document describes the RS232 protocol used to control the PRE32 device. Command structure Commands are sent to the device using the

More information

RD220 Serial USB RFID Reader Protocol Manual

RD220 Serial USB RFID Reader Protocol Manual RD220 Serial USB RFID Manual Document Version 1.0 Revision History Revision Date Firmware Version Description/ Change / Updated / Comment 1.0 January 2013 0103 1 st Release Page 1 of 31 Contents 1. Protocol

More information

HF RFID SMART RFID YHY523R. RFID Reader/Writer Module. Product data sheet VER

HF RFID SMART RFID YHY523R. RFID Reader/Writer Module. Product data sheet VER HF RFID SMART RFID Module Product data sheet VER 1.0 2013-10-16 CONTENT 1.Introduction...4 2.Gengral description...4 3.Features...4 4.Application information...5 5.Quick reference data...5 6.Ordering information...6

More information

ACR128U Dual- Interface Reader

ACR128U Dual- Interface Reader ACR128U Dual- Interface Reader Application Programming Interface Subject to change without prior notice Table of Contents 1.0. Introduction... 5 1.1. Features...5 2.0. Terms Used... 6 3.0. Architecture

More information

G2 T. Specification Sheet G2T-001 G2T Touchscreen Mainframes Accepts G2 Plug-in Modules Four Sizes: 2RU, 3RU, 6RU and 8RU

G2 T. Specification Sheet G2T-001 G2T Touchscreen Mainframes Accepts G2 Plug-in Modules Four Sizes: 2RU, 3RU, 6RU and 8RU G2 T Geeral The G2T Maiframes are part of our field-prove G2 family of products ad replaces the G2S maiframes. The mai differece is the all ew frot pael touchscree desig which replaces the older VF display

More information

Software Guide PEG-NR70V/E

Software Guide PEG-NR70V/E v Software Guide PEG-R70V/E Click the lik to access the maual. Itroductio CLIÉ Demo Audio Player CLIÉ Camera PictureGear Pocket gmovie MS Gate MS Autoru MS Backup World Alarm Clock CLIÉ Remote Commader

More information

TPMC Channel Serial Interface RS232/RS422. Version 1.0. User Manual. Issue August 2014

TPMC Channel Serial Interface RS232/RS422. Version 1.0. User Manual. Issue August 2014 The Embedded I/O Company TPMC461 8 Channel Serial Interface RS232/RS422 Version 1.0 User Manual Issue 1.0.6 August 2014 TEWS TECHNOLOGIES GmbH Am Bahnhof 7 25469 Halstenbek, Germany www.tews.com Phone:

More information

Elementary Educational Computer

Elementary Educational Computer Chapter 5 Elemetary Educatioal Computer. Geeral structure of the Elemetary Educatioal Computer (EEC) The EEC coforms to the 5 uits structure defied by vo Neuma's model (.) All uits are preseted i a simplified

More information