ACR1281U-C1 USB Dual Interface Reader
|
|
|
- Dayna Shaw
- 9 years ago
- Views:
Transcription
1 ACR1281U-C1 USB Dual Interface Reader Application Programming Interface V1.03 Subject to change without prior notice
2 Table of Contents 1.0. Introduction Features Architecture of ACR1281U-C Reader Block Diagram Communication between the PC/SC Driver and the ICC, PICC and SAM Hardware Description USB Communication Parameters Endpoints Contact Smart Card Interface Smart Card Power Supply VCC (C1) Card Type Selection Interface for Microcontroller-based Cards Contactless Smart Card Interface Carrier Frequency Card Polling User Interface Buzzer LED Software Design Contact Smart Card Protocol Memory Card 1/2/4/8/16 kbits I2C Card Memory Card 32/64/128/256/512/1024 kbits I2C Card Memory Card SLE4418/SLE4428/SLE5518/SLE Memory Card SLE4432/SLE4442/SLE5532/SLE Memory Card SLE4406/SLE4436/SLE5536/SLE Memory Card SLE Contactless Smart Card Protocol ATR Generation ATR Format for ISO Part 3 PICCs ATR Format for ISO Part 4 PICCs Pseudo APDUs for Contactless Interface Peripherals Control Get Firmware Version LED Control LED Status Buzzer Control Set Default LED and Buzzer Behaviors Read Default LED and Buzzer Behaviors Initialize Cards Insertion Counter Read Cards Insertion Counter Update Cards Insertion Counter Set Automatic PICC Polling Read Automatic PICC Polling Manual PICC Polling Set the PICC Operating Parameter Read the PICC Operating Parameter Set the Exclusive Mode Read the Exclusive Mode Set Auto PPS Read Auto PPS Set Antenna Field Read Antenna Field Status Set User Extra Guard Time Setting Page 2 of 81
3 Read User Extra Guard Time Set 616C Auto Handle Option Setting Read 616C Auto Handle Option Refresh Interface Status Appendix A. Basic Program Flow for Contactless Applications Appendix B. Access DESFire Tags (ISO ) Appendix C. Extended APDU Example Appendix D. Escape Example Appendix E. Supported Card Types Appendix F. ACR128 Compatibility List of Figures Figure 1 : ACR1281U-C1 Reader Block Diagram... 6 Figure 2 : ACR1281U-C1 Architecture... 6 List of Tables Table 1 : USB Interface Wiring... 7 Table 2 : Buzzer Event... 8 Table 3 : LED Indicator... 8 Table 4 : ISO Part 3 ATR Format Table 5 : ISO Part 4 ATR Format Table 6 : Mifare 1K Memory Map Table 7 : Mifare 4K Memory Map Table 8 : Mifare Ultralight Memory Map Table 9 : Supported Card Types Table 10 : ACR128U Compatibility Page 3 of 81
4 1.0. Introduction ACR1281U-C1 DualBoost II is the second generation of ACS s ACR128 DualBoost Reader. ACR1281U-C1 is a powerful and efficient dual interface smart card reader, which can be used to access ISO 7816 MCU cards and Mifare, ISO Type A and B Contactless Cards. It makes use of the USB CCID class driver and USB interface to connect to a PC and accept card commands from the computer application. ACR1281U-C1 acts as the intermediary device between the PC and the card. The reader, specifically to communicate with a contactless tag, MCU card, SAM card, or the device peripherals (LED or buzzer), will carry out a command issued from the PC. It has three interfaces namely the PICC, ICC and SAM interfaces, and all these interfaces follow the PC/SC specifications. The contact interface makes use of the APDU commands as defined in ISO 7816 specifications. For contact MCU card operations, refer to the related card documentation and the PC/SC specifications. This API document will discuss in detail how the PC/SC APDU commands were implemented for the contactless interface, contact memory card support and device peripherals of ACR1281U-C1. Page 4 of 81
5 2.0. Features The ACR1281U-C1 USB Dual Interface Reader has the following features: USB 2.0 Full Speed Interface CCID Compliance Contactless Smart Card Reader: o o o o o Read/write speed of up to 848 kbps Built-in antenna for contactless tag access, with card reading distance of up to 50 mm (depending on tag type) Supports ISO Part 4 Type A and B cards and Mifare series Built-in anti-collision feature (only one tag is accessed at any time) Supports extended APDU (max. 64 kbytes) Contact Smart Card Reader: o Supports ISO 7816 Class A, B and C (5 V, 3V and 1.8 V) o o o Supports microprocessor cards with T=0 or T=1 protocol Supports memory cards ISO 7816 compliant SAM slot Application Programming Interface: o o Supports PC/SC Supports CT-API (through wrapper on top of PC/SC) Built-in Peripherals: o o Two user-controllable LEDs User-controllable buzzer USB Firmware Upgradability Supports Android TM OS 3.1 and above Compliant with the following standards: o ISO o ISO 7816 o o o o o o CE FCC PC/SC CCID Microsoft WHQL RoHS Page 5 of 81
6 3.0. Architecture of ACR1281U-C Reader Block Diagram Figure 1: ACR1281U-C1 Reader Block Diagram 3.2. Communication between the PC/SC Driver and the ICC, PICC and SAM The protocol between ACR1281U-C1 and the PC is using CCID protocol. All the communication between ICC, PICC and SAM are PC/SC compliant. Figure 2: ACR1281U-C1 Architecture Page 6 of 81
7 4.0. Hardware Description 4.1. USB The ACR1281U-C1 connects to a computer through a USB following the USB standard Communication Parameters The ACR1281U-C1 connects to a computer through USB as specified in the USB Specification 2.0. The ACR1281U-C1 is working in full speed mode, i.e. 12 Mbps. Pin Signal Function 1 V BUS +5 V power supply for the reader 2 D- Differential signal transmits data between ACR1281U-C1 and PC 3 D+ Differential signal transmits data between ACR1281U-C1 and PC 4 GND Reference voltage level for power supply Table 1: USB Interface Wiring Note: In order for the ACR1281U-C1 to function properly through USB interface, the device driver should be installed Endpoints The ACR1281U-C1 uses the following endpoints to communicate with the host computer: Control Endpoint For setup and control purposes Bulk-OUT For commands to be sent from host to ACR1281U-C1 (data packet size is 64 bytes) Bulk-IN For response to be sent from ACR1281U-C1 to host (data packet size is 64 bytes) Interrupt-IN For card status message to be sent from ACR1281U-C1 to host (data packet size is 8 bytes) 4.2. Contact Smart Card Interface The interface between the ACR1281U-C1 and the inserted smart card follows the specifications of ISO with certain restrictions or enhancements to increase the practical functionality of the ACR1281U-C Smart Card Power Supply VCC (C1) The current consumption of the inserted card must not be any higher than 50 ma Card Type Selection Before activating the inserted card, the controlling PC always needs to select the card type through the proper command sent to the ACR1281U-C1. This includes both memory card and MCU-based cards. For MCU-based cards the reader allows to select the preferred protocol, T=0 or T=1. However, this selection is only accepted and carried out by the reader through the PPS when the card inserted in the reader supports both protocol types. Whenever a MCU-based card supports only one protocol type, T=0 or T=1, the reader automatically uses that protocol type, regardless of the protocol type selected by the application. Page 7 of 81
8 Interface for Microcontroller-based Cards For microcontroller-based smart cards only the contacts C1 (VCC), C2 (RST), C3 (CLK), C5 (GND) and C7 (I/O) are used. A frequency of 4.8 MHz is applied to the CLK signal (C3) Contactless Smart Card Interface The interface between the ACR1281U-C1 and the contactless card follows the specifications of ISO with certain restrictions or enhancements to increase the practical functionality of the ACR1281U-C Carrier Frequency The carrier frequency for ACR1281U-C1 is MHz Card Polling The ACR1281U-C1 automatically polls the contactless cards that are within the field. ISO Type A, ISO Type B and Mifare are supported User Interface Buzzer A monotone buzzer is used to show the Card Insertion and Card Removal events. Events Buzzer 1. The reader powered up and initialization success. Beep 2. Card Insertion Event (ICC or PICC) Beep 3. Card Removal Event (ICC or PICC) Beep Table 2: Buzzer Event LED The LEDs are used for showing the state of the contact and contactless interfaces. The Red LED is used for showing PICC status and Green LED for ICC. Reader States 1. No PICC Found or PICC present but not activated. Red LED PICC Indicator A single pulse per ~ 5 seconds Green LED ICC Indicator 2. PICC is present and activated ON - 3. PICC is operating Blinking - 4. ICC is present and activated - ON 5. ICC is absent or not activated - OFF 6. ICC is operating - Blinking Table 3: LED Indicator - Page 8 of 81
9 5.0. Software Design 5.1. Contact Smart Card Protocol Memory Card 1/2/4/8/16 kbits I2C Card Select Card Type This command powers up and down the selected card in the reader and performs a card reset. Class INS P1 P2 Lc Card Type Select Card Type FFh A4h 00h 00h 01h 01h Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Select Page Size This command chooses the page size to read the smart card. The default value is 8-byte page write. It resets to the default value whenever the card is removed, or the reader is turned off. Class INS P1 P2 Lc Page Size Select Page Size FFh 01h 00h 00h 01h Page Size: (1 Byte) 03h = 8-byte page write 04h = 16-byte page write 05h = 32-byte page write 06h = 64-byte page write 07h = 128-byte page write Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Page 9 of 81
10 Read Memory Card This command reads the memory card s content from a specified address. Class INS Read Memory Card FFh B0h Byte Address MSB LSB MEM_L Byte Address: Memory address location of the memory card (2 Bytes) MEM_L: Length of data to be read from the memory card (1 Byte) Byte 1 Byte N SW1 SW2 Result Byte (1 N): Data read from memory card SW1, SW2 = 90 00h if the operation is completed successfully Write Memory Card This command writes the memory card s content to a specified address. Class INS Byte Address MSB LSB MEM_L Byte 1 Byte N Write Memory Card FFh D0h Byte Address: Memory address location of the memory card (2 Bytes) MEM_L: Length of data to be read from the memory card (1 Byte) Byte (1 N): Data to be written to the memory card Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Page 10 of 81
11 Memory Card 32/64/128/256/512/1024 kbits I2C Card Select Card Type This command powers up and down the selected card in the card reader and performs a card reset. Class INS P1 P2 Lc Card Type Select Card Type FFh A4h 00h 00h 01h 02h Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Select Page Size This command chooses the page size to read the smart card. The default value is 8-byte page write. It resets to the default value whenever the card is removed, or the reader is turned off. Class INS P1 P2 Lc Page Size Select Page Size FFh 01h 00h 00h 01h Page Size: (1 Byte) 03h = 8-byte page write 04h = 16-byte page write 05h = 32-byte page write 06h = 64-byte page write 07h = 128-byte page write Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Page 11 of 81
12 Read Memory Card This command reads the memory card s content from a specified address. Class INS Read Memory Card FFh Byte Address MSB LSB MEM_L INS: (1 Byte) B0h = For 32, 64, 128, 256, 512 kbit I2C card *b; where * is the MSB of the 17 bit addressing = For 1024 kbit I2C card Byte Address: Memory address location of the memory card (2 Bytes) MEM_L: Length of data to be read from the memory card (1 Byte) Byte 1 Byte N SW1 SW2 Result Byte (1 N): SW1, SW2 = Data read from memory card 90 00h if the operation is completed successfully Write Memory Card This command writes the memory card s content to a specified address. Class INS Write Memory Card FFh Byte Address MSB LSB MEM_L Byte 1 Byte N INS: (1 Byte) D0h = For 32, 64, 128, 256, 512 kbit I2C card *b; where * is the MSB of the 17 bit addressing = For 1024 kbit I2C card Byte Address: Memory address location of the memory card (2 Bytes) MEM_L: Length of data to be read from the memory card (1 Byte) Byte (1 N): Data to be written to the memory card Page 12 of 81
13 Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Page 13 of 81
14 Memory Card SLE4418/SLE4428/SLE5518/SLE Select Card Type This command powers up and down the selected card in the reader and performs a card reset. Class INS P1 P2 Lc Card Type Select Card Type FFh A4h 00h 00h 01h 05h Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Read Memory Card This command reads the memory card s content from a specified address. Class INS Read Memory Card FFh B0h Byte Address MSB LSB MEM_L MSB Byte Address: (1 Byte) = A9 A8b is the memory address location of the memory card LSB Byte Address: (1 Byte) = A7 A6 A5 A4 A3 A2 A1 A0b is the memory address location of the memory card MEM_L: Length of data to be read from the memory card (1 Byte) Byte 1 Byte N SW1 SW2 Result Byte (1 N): SW1, SW2 = Data read from memory card 90 00h if the operation is completed successfully Page 14 of 81
15 Presentation Error Counter Memory Card (for SLE4428 and SLE5528 only) This command is used to read the presentation error counter for the secret code. Class INS P1 P2 MEM_L Presentation Error Counter FFh B1h 00h 00h 03h ErrCnt Dummy1 Dummy2 SW1 SW2 Result ErrCnt: The value of the presentation error counter (1 Byte). FFh = indicates the verification is correct 00h = indicates the password is locked (exceeding the maximum number of retries) Other values indicate the verification failed Dummy1, Dummy 2: Dummy data read from the card (2 Bytes) SW1, SW2 = 90 00h if the operation is completed successfully Read Protection Bit This command is used to read the protection bit. Class INS Read Protection Bit FFh B2h Byte Address MSB LSB MEM_L MSB Byte Address: LSB Byte Address: The memory address location of the memory card (1 Byte). = A9 A8b The memory address location of the memory card (1 Byte). = A7 A6 A5 A4 A3 A2 A1 A0b MEM_L: Length of protection bits read from the card, in multiples of 8 bits (1 Byte). The maximum value is 32. MEM_L = 1 + INT ((number of bits 1)/8) For example, to read 8 protection bits starting from memory 0x0010h, the following pseudo-apdu should be issued: 0xFFh 0xB1h 0x00h 0x10h 0x01h Page 15 of 81
16 PROT 1 PROT L SW1 SW2 Result PROT (1..L): SW1, SW2 = Bytes containing the protection bits 90 00h if the operation is completed successfully The arrangement of the protection bits in the PROT bytes is as follows: PROT 1 PROT 2. P8 P7 P6 P5 P4 P3 P2 P1 P16 P15 P14 P13 P12 P11 P10 P P18 P17 Px is the protection bit of byte x in response data: 0 = byte is write protected 1 = byte can be written Write Memory Card This command writes the memory card s content to a specified address. Class INS Write Memory Card FFh D0h Byte Address MSB LSB MEM_L Byte 1 Byte N MSB Byte Address: LSB Byte Address: MEM_L: Byte (1 N): = A9 A8b is the memory address location of the memory card (1 Byte). = A7 A6 A5 A4 A3 A2 A1 A0b is the memory address location of the memory card (1 Byte). Length of data to be written to the memory card (1 Byte). Data to be written to the memory card. Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Page 16 of 81
17 Write Protection Memory Card Each of the bytes specified in the command is compared with the bytes stored in the specific address and if the data match, the corresponding protection bit is irreversibly programmed to 0. Class INS Write Protection Memory Card FFh D1h Byte Address MSB LSB MEM_L Byte 1 Byte N MSB Byte Address: LSB Byte Address: MEM_L: Byte (1 N): = A9 A8b is the memory address location of the memory card (1 Byte). = A7 A6 A5 A4 A3 A2 A1 A0b is the memory address location of the memory card (1 Byte). Length of data to be written to the memory card (1 Byte). Byte values compared with the data in the card starting at the Byte Address. Byte 1 is compared with the data at Byte Address; Byte N is compared with the data at Byte Address + N 1. Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Present Code Memory Card (for SLE44428 and SLE5528 only) This command is used to submit the secret code to the memory card to enable the write operation with the SLE4428 and SLE5528 card. The following actions are executed: 1. Search a 1 bit in the presentation error counter and write the bit Present the specified code to the card. 3. Try to erase the presentation error counter. Class INS P1 P2 MEM_L Present Code Memory Card FFh 20h 00h 00h 02h Code Byte 1 Byte 2 Code: Byte. Secret code (PIN). Page 17 of 81
18 Data Out Result 90h ErrorCnt ErrorCnt: Error Counter (1 Byte). FFh = indicates the verification is correct 00h = indicates the password is locked (exceeding maximum number of retries) Other values indicate the verification failed. Page 18 of 81
19 Memory Card SLE4432/SLE4442/SLE5532/SLE Select Card Type This command powers up and down the selected card in the reader and performs a card reset. Class INS P1 P2 Lc Card Type Select Card Type FFh A4h 00h 00h 01h 06h Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Read Memory Card This command will read the memory card s content from a specified address. Class INS P1 Byte Address MEM_L Read Memory Card FFh B0h 00h Byte Address: = A7 A6 A5 A4 A3 A2 A1 A0b is the memory address location of the memory card (1 Byte). MEM_L: Length of data to be read from the memory card (1 Byte). Byte 1 Byte N PROT 1 PROT 2 PROT 3 PROT 4 SW1 SW2 Result Byte (1 N): PROT (1 4): SW1, SW2 = Data read from memory card Bytes containing the protections bits from protection 90 00h if the operation is completed successfully The arrangement of the protection bits in the PROT bytes is as follows: PROT 1 PROT 2. P8 P7 P6 P5 P4 P3 P2 P1 P16 P15 P14 P13 P12 P11 P10 P P18 P17 Px is the protection bit of byte x in response data: 0 = byte is write protected Page 19 of 81
20 1 = byte can be written Presentation Error Counter Memory Card (for SLE4442 and SLE5542 only) This command is used to read the presentation error counter for the secret code. Class INS P1 P2 MEM_L Presentation Error Counter FFh B1h 00h 00h 04h ErrCnt Dummy1 Dummy2 Dummy 3 SW1 SW2 Result ErrCnt: The value of the presentation error counter (1 Byte). 07h = indicates the verification is correct 00h = indicates the password is locked (exceeding the maximum number of retries) Other values indicate the verification failed Dummy1, Dummy 2, Dummy3: Dummy data read from the card (3 Bytes) SW1, SW2 = 90 00h if the operation is completed successfully Read Protection Bit This command is used to read the protection bits for the first 32 bytes. Class INS P1 P2 MEM_L Read Protection Bit FFh B2h 00h 00h 04h PROT 1 PROT 2 PROT 3 PROT 4 SW1 SW2 Result PROT (1..4): SW1, SW2 = Bytes containing the protection bits 90 00h if the operation is completed successfully The arrangement of the protection bits in the PROT bytes is as follows: PROT 1 PROT 2. P8 P7 P6 P5 P4 P3 P2 P1 P16 P15 P14 P13 P12 P11 P10 P P18 P17 Px is the protection bit of bytes in the response data: Page 20 of 81
21 0 = byte is write protected 1 = byte can be written Write Memory Card This command writes the memory card s content to a specified address. Class INS P1 Byte Address MEM_L Byte 1 Byte N Write Memory Card FFh D0h 00h Byte Address: = A7 A6 A5 A4 A3 A2 A1 A0b is the memory address location of the memory card (1 Byte). MEM_L: Byte (1 N): Length of data to be written to the memory card (1 Byte). Data to be written to the memory card. Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Write Protection Memory Card Each of the bytes specified in the command is compared with the bytes stored in the specific address and if the data match, the corresponding protection bit is irreversibly programmed to 0. Class INS P1 Byte Address MEM_L Byte 1 Byte N Write Protection Memory Card FFh D1h 00h Byte Address = 000A4 A3 A2 A1b (00h to 1Fh) is the protection memory address location of the memory card (1 Byte). MEM_L: Length of data to be written to the memory card (1 Byte). Byte (1 N): Byte values compared with the data in the card starting at the Byte Address. Byte 1 is compared with the data at Byte Address; Byte N is compared with the data at Byte Address + N 1. Page 21 of 81
22 Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Present Code Memory Card (for SLE4442 and SLE5542 only) This command is used to submit the secret code to the memory card to enable the write operation with the SLE4442 and SLE5542 card. The following actions are executed: 1. Search a 1 bit in the presentation error counter and write bit Present the specified code to the card. 3. Try to erase the presentation error counter. Class INS P1 P2 MEM_L Present Code Memory Card FFh 20h 00h 00h 03h Code Byte 1 Byte 2 Byte 3 Code: Secret Code (PIN) (3 Bytes). Data Out Result SW1 ErrorCnt ErrorCnt: Error Counter (1 Byte). 07h = indicates the verification is correct. 00h = indicates the password is locked (exceeding the maximum number of retries). Other values indicate the verification failed Change Code Memory Card (for SLE4442 and SLE5542 only) This command is used to write the specified data as the new secret code in the card. The existing secret code must be presented to the card using the Present Code command prior to the execution of this command. Class INS P1 P2 MEM_L Change Code Memory Card FFh D2h 00h 01h 03h Code Byte 1 Byte 2 Byte 3 Code: Secret Code (PIN) (3 Bytes). Page 22 of 81
23 Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Page 23 of 81
24 Memory Card SLE4406/SLE4436/SLE5536/SLE Select Card Type This command powers up and down the selected card in the reader and performs a card reset. Class INS P1 P2 Lc Card Type Select Card Type FFh A4h 00h 00h 01h 07h Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Read Memory Card This command reads the memory card s content from a specified address. Class INS P1 Byte Address MEM_L Read Memory Card FFh B0h 00h Byte Address: Memory address location of the memory card (1 Byte). MEM_L: Length of data to be read from the memory card (1 Byte). Byte 1 Byte N SW1 SW2 Result Byte (1 N): SW1, SW2 = Data read from memory card 90 00h if the operation is completed successfully Write One Byte Memory Card This command is used to write one byte to the specified address of the inserted card. The byte is written to the card with LSB first, i.e. the bit card address 0 is regarded as the LSB of byte 0. Four different write modes are available for this card type, which are distinguished by a flag in the command data field: a. Write The byte value specified in the command is written to the specified address. This command can be used for writing personalization data and counter values to the card. b. Write with carry The byte value specified in the command is written to the specified address and the command is Page 24 of 81
25 sent to the card to erase the next lower counter stage. This mode can therefore only be used for updating the counter value in the card. c. Write with backup enabled (for SLE4436, SLE5536 and SLE6636 only) The byte value specified in the command is written to the specified address. This command can be used for writing personalization data and counter values to the card. Backup bit is enabled to prevent data loss when card tearing occurs. d. Write with carry and backup enabled (SLE4436, SLE5536 and SLE6636 only) The byte value specified in the command is written to the specified address and the command is sent to the card to erase the next lower counter stage. This mode can therefore only be used for updating the counter value in the card. Backup bit is enabled to prevent data loss when card tearing occurs. With all write modes, the byte at the specified card address is not erased prior to the write operation and hence, memory bits can only be programmed from 1 to 0. The backup mode available in the SLE4436 and SLE5536 card can be enabled or disabled in the write operation. Class INS P1 Byte Address MEM_L Mode Byte Read Memory Card FFh D0h 00h 02h Byte Address: Memory address location of the memory card (1 Byte). Mode: Byte: Specifies the write mode and backup option (1 Byte). 00h = write 01h = write with carry 02h = write with backup enabled (for SLE4436, SLE5536 and SLE6636 only) 03h = write with carry and with backup enabled (for SLE4436, SLE5536 and SLE6636 only) Byte value to be written to the card (1 Byte). Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Present Code Memory Card This command is used to submit the secret code to the memory card to enable card personalization mode. The following actions are executed: 1. Search a 1 bit in the presentation error counter and write bit Present the specified code to the card. Page 25 of 81
26 Class INS P1 P2 MEM_L Present Code Memory Card FFh 20h 00h 00h 04h 09h Addr: Byte address of the presentation counter in the card (1 Byte). Code: Secret Code (PIN) (3 Bytes). Code Addr Byte 1 Byte 2 Byte 3 Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Authenticate Memory Card (for SLE4436, SLE5536 and SLE6636 only) This command is used to read the authentication certificate from the card. The following actions are executed: 1. Select Key 1 or Key 2 in the card as specified in the command. 2. Present the challenge data specified in the command to the card. 3. Generate the specified number of CLK pulses for each bit authentication data computed by the card. 4. Read 16 bits of authentication data from the card. 5. Reset the card to normal operation mode. The authentication is performed in two steps. The first step is to send the Authentication Certificate to the card. The second step is to get back two bytes of authentication data calculated by the card. Step 1: Send authentication certificate to the card. Class INS P1 P2 MEM_L Send Authentication Certificate FFh 84h 00h 00h 08h Code Key CLK_CNT Byte 1 Byte 6 Key: Key to be used for the computation of the authentication certificate (1 Byte). 00h = key1 with no cipher block chaining 01h = key2 with no cipher block chaining 80h = key1 with cipher block chaining (for SLL5536 and SLE6636 only) 81h = key2 with cipher block chaining (for SLL5536 and SLE6636 only) Page 26 of 81
27 CLK_CNT: Number of CLK pulses to be supplied to the card for the computation of each bit of the authentication certificate (1 Byte ). Typical value is 160 clocks (A0h). Byte (1...6): Card challenge data. SW1 SW2 Result 61h 02h Step 2: Get the authentication data (Get_). Class INS P1 P2 MEM_L Get Authentication Data FFh C0h 00h 00h 02h Cert SW1 SW2 Result Cert: 16 bits of authentication data computed by the card (2 Bytes). The LSB of Byte 1 is the first authentication bit read from the card. SW1, SW2 = 90 00h if the operation is completed successfully Page 27 of 81
28 Memory Card SLE Select Card Type This command powers up and down the selected card in the reader and performs a card reset. Class INS P1 P2 Lc Card Type Select Card Type FFh A4h 00h 00h 01h 08h Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Read Memory Card This command reads the memory card s content from a specified address. Class INS P1 Byte Address MEM_L Read Memory Card FFh B0h 00h Byte Address: Memory address location of the memory card (1 Byte). MEM_L: Length of data to be read from the memory card (1 Byte). Byte 1 Byte N SW1 SW2 Result Byte (1 N): SW1, SW2 = Data read from memory card 90 00h if the operation is completed successfully Write Memory Card This command writes the memory card s content to a specified address. The byte is written to the card with LSB first, i.e. the bit at card address 0 is regarded as the LSB of byte 0. The byte at the specified card address is not erased prior to the write operation and hence, memory bits can only be programmed from 1 to 0. Page 28 of 81
29 Class INS P1 Write Memory Card FFh D0h 00h Byte Address MEM_L Byte 1 Byte N Byte Address: Memory address location of the memory card (1 Byte). MEM_L: Length of data to be written to the memory card (1 Byte). Byte (1 N): Data to be written to the memory card. Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Erase Scratch Pad Memory Card This command is used to erase the data of the scratch pad memory of the inserted card. All memory bits inside the scratch pad memory will be programmed to the state of 1. Class INS P1 Byte Address MEM_L Erase Scratch Pad FFh D2h 00h 00h Byte Address: Memory byte address location of the scratch pad (1 Byte). Typical value is 02h. Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully Verify User Code This command is used to submit the User Code (2 bytes) to the inserted card. The User Code enables access to the memory of the card. The following actions are executed: 1. Present the specified code to the card. 2. Search a 1 bit in the presentation error counter and write the bit Erase the presentation error counter. The Error User Counter can be erased when the submitted code is correct. Page 29 of 81
30 Class INS Error Counter LEN Byte Address MEM_L Verify User Code FFh 20h 04h 08h 02h Byte 1 Code Byte 2 Error Counter LEN: Byte Address: Code: Length of presentation error counter in bits (1 Byte). Byte address of the key in the card (1 Byte). User Code (1 Byte). Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully = 63 00h if there are no more retries left Note: After SW1 SW2 = 90 00h has been received, read back the User Error Counter to check whether the Verify_User_Code is correct. If the User Error Counter is erased and equals to FFh, the previous verification is successful Verify Memory Code This command is used to submit Memory Code (4 bytes) to the inserted card. The Memory Code is used to authorize the reloading of the user memory, together with the User Code. The following actions are executed: 1. Present the specified code to the card. 2. Search a 1 bit in the presentation error counter and write the bit to Erase the presentation error counter. Note: The Memory Error Counter cannot be erased. Class INS Error Counter LEN Byte Address MEM_L Byte 1 Byte 2 Code Byte 3 Byte 4 Verify Memory Code FFh 20h 40h 28h 04h Error Counter LEN: Byte Address: Code: Length of presentation error counter in bits (1 Byte). Byte address of the key in the card (1 Byte). Memory Code (4 Bytes). Page 30 of 81
31 Data Out Result SW1 SW2 SW1, SW2 = 90 00h if the operation is completed successfully = 63 00h if there are no more retries left Note: After SW1 SW2 = 90 00h has been received, read back the User Error Counter to check whether the Verify_Memory_Code is correct. If all data in Application Area is erased and equals to FFh, the previous verification is successful. Page 31 of 81
32 5.2. Contactless Smart Card Protocol ATR Generation If the reader detects a PICC, an ATR will be sent to the PC/SC driver for identifying the PICC ATR Format for ISO Part 3 PICCs Byte Value (Hex) Designation Description 0 3B Initial Header - 1 8N T TD TD2 4 to 3+N 80 T1 4F 0C RID SS C0.. C1 Tk Higher nibble 8 means: no TA1, TB1, TC1 only TD1 is following. Lower nibble N is the number of historical bytes (HistByte 0 to HistByte N-1) Higher nibble 8 means: no TA2, TB2, TC2 only TD2 is following. Lower nibble 0 means T = 0 Higher nibble 0 means no TA3, TB3, TC3, TD3 following. Lower nibble 1 means T = 1 Category indicator byte, 80 means A status indicator may be present in an optional COMPACT-TLV data object Application identifier Presence Indicator Length Registered Application Provider Identifier (RID) # A h Byte for standard Bytes for card name RFU RFU # h 4+N UU TCK Exclusive-oring of all the bytes T0 to Tk Table 4: ISO Part 3 ATR Format Example: ATR for Mifare 1K = {3B 8F F 0C A Ah} ATR Initial Header T0 TD1 TD2 T1 Tk Length RID Standard Card Name RFU TCK 3Bh 8Fh 80h 01h 80h 4Fh 0Ch A h 03h 00h 01h h 6Ah Page 32 of 81
33 Length (YY) = 0Ch RID = A h (PC/SC Workgroup) Standard (SS) = 03h (ISO 14443A, Part 3) Card Name (C0... C1) = [00 01h] (Mifare 1K) [00 02h] (Mifare 4K) [00 03h] (Mifare Ultralight) [00 26h] (Mifare Mini) [FF 28h] JCOP 30 FF SAK undefined tags Page 33 of 81
34 ATR Format for ISO Part 4 PICCs Byte Value (Hex) Designation Description 0 3B Initial Header - 1 8N T TD TD2 4 to 3 + N Higher nibble 8 means: no TA1, TB1, TC1 only TD1 is following. Lower nibble N is the number of historical bytes (HistByte 0 to HistByte N-1) Higher nibble 8 means: no TA2, TB2, TC2 only TD2 is following. Lower nibble 0 means T = 0 Higher nibble 0 means no TA3, TB3, TC3, TD3 following. Lower nibble 1 means T = 1 XX T1 Historical Bytes: ISO 14443A: The historical bytes from ATS response. Refer to the ISO specification. XX XX XX Tk ISO 14443B: Byte1-4 Byte5-7 Byte8 Application Data from ATQB Protocol Info Byte from ATQB Higher nibble=mbli from ATTRIB command Lower nibble (RFU)=0 4+N UU TCK Exclusive-oring of all the bytes T0 to Tk Table 5: ISO Part 4 ATR Format Example 1: Consider the ATR from DESFire as follows: DESFire (ATR) = 3B h (6 bytes of ATR) Note: Use the APDU FF CA h to distinguish the ISO 14443A-4 and ISO 14443B-4 PICCs and retrieve the full ATS if available. The ATS is returned for ISO 14443A-3 or ISO 14443B-3/4 PICCs. APDU = FF CA h APDU = h ATS = { h} Example 2: Consider the ATR from EZ-Link as follows: EZ-Link (ATR) = 3B C 2D F BEh Application Data of ATQB = 1C 2D 94 11h Protocol Information of ATQB = F h MBLI of ATTRIB = 00h Page 34 of 81
35 Pseudo APDUs for Contactless Interface Get Data This command is used to return the serial number or ATS of the connected PICC. Class INS P1 P2 Le Get Data FFh CAh 00h 01h 00h 00h (Full Length) Get UID if P1 = 00h UID UID SW1 SW2 Result LSB MSB Get ATS if P1 = 01h (for ISO A cards only) Data Out Result ATS SW1 SW2 Code Results SW1 SW2 Meaning Success 90 00h The operation is completed successfully. Warning 62 82h End of UID/ATS reached before Le bytes (Le is greater than UID Length). Error 6C XXh Error 63 00h The operation failed. Wrong length (wrong number Le: XX encodes the exact number) if Le is less than the available UID length. Error 6A 81h Function not supported Example 1: To get the serial number of the connected PICC UINT8 GET_UID[5] = {FF CA h}; Example 2: To get the ATS of the connected ISO A PICC UINT8 GET_ATS[5] = {FF CA h}; Page 35 of 81
36 PICC s (T=CL Emulation) for Mifare 1K/4K Memory Cards Load Authentication Keys This command is used to load the authentication keys into the reader. The authentication keys are used to authenticate the specified sector of the Mifare 1K/4K Memory Card. Two kinds of authentication key locations are provided, volatile and non-volatile key locations. Class INS P1 P2 Le Data In Load Authentication Keys FFh 82h Key Structure: (1 Byte) Key Number: Key: Key Structure Key Number 00h = Key is loaded into the reader s volatile memory 20h = Key is loaded into the reader s non-volatile memory Other = Reserved. (1 Byte) 00h 1Fh = Non-volatile memory for storing keys. The keys are permanently stored in the reader and will not be erased even if the reader is disconnected from the PC. It can store up to 32 keys inside the reader non-volatile memory. 20h (Session Key) = Volatile memory for temporarily storing keys. The keys will be erased when the reader is disconnected from the PC. Only one volatile memory is provided. The volatile key can be used as a session key for different sessions. Default value = FF FF FF FF FF FFh. The key value loaded into the reader (6 Bytes). E.g. {FF FF FF FF FF FFh} 06h Key Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Page 36 of 81
37 Example1: Load a key { FF FF FF FF FF FFh } into the non-volatile memory location 05h. APDU = {FF FF FF FF FF FF FFh} Load a key { FF FF FF FF FF FFh } into the volatile memory location 20h. APDU = {FF FF FF FF FF FF FFh} Notes: 1. Basically, the application should know all the keys being used. It is recommended to store all the required keys to the non-volatile memory for security reasons. The contents of both volatile and non-volatile memories are not readable by any application. 2. The content of the volatile memory Session Key 20h will remain valid until the reader is reset or powered-off. The session key is useful for storing any key value that is changing from time to time. The session key is stored in the Internal RAM, while the non-volatile keys are stored in EEPROM that is relatively slower than the Internal RAM. 3. It is not recommended to use the non-volatile key locations 00-1Fh to store any temporary key that will be changed frequently. The non-volatile keys are supposed to be used for storing any key value that will not change frequently. If the key value is supposed to be changed from time to time, store the key value to the volatile key location 20h instead Authentication for Mifare 1K/4K This command is used to authenticate the Mifare 1K/4K card (PICC) using the keys stored in the reader. Two types of authentication keys are used Type_A and Type_B. Class INS P1 P2 P3 Data In Authentication 6 Bytes (Obsolete) FFh 88h 00h Block Number Key Type Key Number Class INS P1 P2 Lc Data In Authentication 10 Bytes Authenticate Data Bytes: (5 Bytes) FFh 86h 00h 00h 05h Authenticate Data Bytes Byte 1 Byte 2 Byte 3 Byte 4 Byte 5 Version 01h 00h Block Number Key Type Key Number Block Number: The memory block to be authenticated (1 Byte). Note: For Mifare 1K Card, it has a total of 16 sectors and each sector consists of 4 consecutive blocks. Ex. Sector 00h consists of Blocks {00, 01, 02 and 03h}; Sector 01 H consists of Blocks {04, 05, 06 and 07h}; the last sector 0Fh consists of Blocks {3C, 3D, 3E and 3Fh}. Once the authentication is done successfully, there is no need to do the authentication again provided that the blocks to be accessed belong to the same sector. Please refer to the Mifare Page 37 of 81
38 1K/4K specification for more details. Key Type: Key Number: (1 Byte) 60h = Key is used as Key A key for authentication 61h = Key is used as Key B key for authentication (1 Byte) 00h 1Fh = Non-volatile memory for storing keys. The keys are permanently stored in the reader and will not be erased even if the reader is disconnected from the PC. It can store up to 32 keys inside the reader non-volatile memory. 20h (Session Key) = Volatile memory for temporarily storing keys. The keys will be erased when the reader is disconnected from the PC. Only 1 volatile memory is provided. The volatile key can be used as a session key for different sessions. Default value = FF FF FF FF FF FFh. Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Sectors (Total of 16 sectors. Each sector consists of 4 consecutive blocks) Data Blocks (3 blocks, 16 bytes per block) Trailer Block (1 block, 16 bytes) Sector 0 0x00h ~ 0x02h 0x03h Sector 1 0x04h ~ 0x06h 0x07h.... Sector 14 0x38h ~ 0x0Ah 0x3Bh Sector 15 0x3Ch ~ 0x3Eh 0x3Fh 1K Byte Table 6: Mifare 1K Memory Map Page 38 of 81
39 Sectors (Total of 32 sectors. Each sector consists of 4 consecutive blocks) Data Blocks (3 blocks, 16 bytes per block) Trailer Block (1 block, 16 bytes Sector 0 0x00h ~ 0x02h 0x03h Sector 1 0x04h ~ 0x06h 0x07h Sector 30 0x78h ~ 0x7Ah 0x7Bh Sector 31 0x7Ch ~ 0x7Eh 0x7Fh 2K Bytes Sectors (Total of 32 sectors. Each sector consists of 4 consecutive blocks) Data Blocks (3 blocks, 16 bytes per block) Trailer Block (1 block, 16 bytes Sector 32 0x80h ~ 0x8Eh 0x8Fh Sector 33 0x90h ~ 0x9Eh 0x9Fh Sector 38 0xE0h ~ 0xEEh 0xEFh Sector 39 0xF0h ~ 0xFEh 0xFFh 2K Bytes Table 7: Mifare 4K Memory Map Example1: To authenticate Block 04h with the following characteristics: Key A, key number 00h, from PC/SC V2.01 (Obsolete). APDU = { FF h } Example2: Similar to the previous example, to authenticate Block 04h with the following characteristics: Key A, key number 00h, from PC/SC V2.07. APDU = { FF h } Note: Mifare Ultralight does not need authentication since it provides free access to the user data area. Page 39 of 81
40 Byte Number Page Serial Number SN0 SN1 SN2 BCC0 0 Serial Number SN3 SN4 SN5 SN6 1 Internal/Lock BCC1 Internal Lock0 Lock1 2 OTP OPT0 OPT1 OTP2 OTP3 3 Data read/write Data0 Data1 Data2 Data3 4 Data read/write Data4 Data5 Data6 Data7 5 Data read/write Data8 Data9 Data10 Data11 6 Data read/write Data12 Data13 Data14 Data15 7 Data read/write Data16 Data17 Data18 Data19 8 Data read/write Data20 Data21 Data22 Data23 9 Data read/write Data24 Data25 Data26 Data27 10 Data read/write Data28 Data29 Data30 Data31 11 Data read/write Data32 Data33 Data34 Data35 12 Data read/write Data36 Data37 Data38 Data39 13 Data read/write Data40 Data41 Data42 Data43 14 Data read/write Data44 Data45 Data46 Data bits or 64 bytes Table 8: Mifare Ultralight Memory Map Read Binary Blocks This command is used to retrieve multiple data blocks from the PICC. The data block/trailer must be authenticated first before executing the Read Binary Blocks command. Class INS P1 P2 Le Read Binary Blocks FFh B0h 00h Block Number Number of Bytes to Read Block Number: Starting Block (1 Byte). Number of Bytes to Read: The length of the bytes to be read can be a multiple of 16 bytes for Mifare 1K/4K or a multiple of 4 bytes for Mifare Ultralight (1 Byte) Maximum of 16 bytes for Mifare Ultralight. Maximum of 48 bytes for Mifare 1K. (Multiple Blocks Mode; 3 consecutive blocks) Maximum of 240 bytes for Mifare 4K. (Multiple Blocks Mode; 15 consecutive blocks) Example 1: 10h (16 bytes). The starting block only. (Single Block Mode) Example 2: 40h (64 bytes). From the starting block to starting block+3. (Multiple Blocks Mode) Page 40 of 81
41 Note: For security considerations, the Multiple Block Mode is used for accessing Data Blocks only. The Trailer Block is not supposed to be accessed in Multiple Blocks Mode. Please use Single Block Mode to access the Trailer Block. Data Out Result Data (Multiple of 4 or 16 bytes) SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Example 1: Read 16 bytes from the binary block 04h (Mifare 1K or 4K) APDU = { FF B h } Example 2: Read 240 bytes starting from the binary block 80h (Mifare 4K). Block 80h to Block 8Eh (15 blocks) APDU = { FF B F0 } Update Binary Blocks This command is used for writing multiple data blocks into the PICC. The data block/trailer block must be authenticated first before executing the Update Binary Blocks command. Class INS P1 P2 Le Data In Update Binary Blocks Block Number: FFh D6h 00h Block Number Number of Bytes to Update Starting Block (1 Byte). Block Data (Multiple of 16 Bytes) Number of Bytes to Read: The length of the bytes to be read can be a multiple of 16 bytes for Mifare 1K/4K or a multiple of 4 bytes for Mifare Ultralight (1 Byte). Maximum of 16 bytes for Mifare Ultralight. Maximum of 48 bytes for Mifare 1K. (Multiple Blocks Mode; 3 consecutive blocks) Maximum of 240 bytes for Mifare 4K. (Multiple Blocks Mode; 15 consecutive blocks) Example 1: 10h (16 bytes). The starting block only. (Single Block Mode) Example 2: 30h (48 bytes). From the starting block to starting block+2. (Multiple Blocks Mode) Note: For security considerations, the Multiple Block Mode is used for accessing Data Blocks only. The Trailer Block is not supposed to be accessed in Multiple Blocks Mode. Please use Single Block Mode to access the Trailer Block. Block Data: Multiple of Bytes, or 6 Bytes. Data to be written into the binary blocks. Page 41 of 81
42 Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Example 1: Update the binary block 04h of Mifare 1K/4K with Data { Fh} APDU = { FF D A 0B 0C 0D 0E 0Fh } Example 2: Update the binary block 04h of Mifare Ultralight with Data { h } APDU = {FF D h} Value Block Operation (Increment, Decrement, Store) This command is used to manipulate value-based transactions (e.g., increment a value block, etc.). Class INS P1 P2 Lc Data In Value Block Operation FFh D7h 00h Block Number 05h VB_OP VB_Value (4 Bytes) {MSB LSB} Block Number: Value Block to be manipulated (1 Byte). VB_OP: Value block operation (1 Byte). 00h = Store VB_Value into the block. The block will then be converted to a value block. 01h = Increment the value of the value block by the VB_Value. This command is only valid for value blocks. 02h = Decrement the value of the value block by the VB_Value. This command is only valid for value blocks. VB_Value: The value used for manipulation (4 Byte). The value is a signed long integer. Example 1: Decimal - 4 = { FF FF FF FCh } VB_Value MSB LSB FFh FFh FFh FCh Example 2: Decimal 1 = { h } VB_Value MSB LSB 00h 00h 00h 01h Page 42 of 81
43 Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Read Value Block This command is used to for retrieving the value from the value block. This command is only valid for value blocks. Class INS P1 P2 Le Read Value Block FFh B1h 00h Block Number 00h Block Number: The value block to be accessed (1 Byte). Result Data Out Value SW1 {MSB LSB} SW2 Value: The value returned from the cards. The value is a signed long integer (4 Bytes). Example 1: Decimal - 4 = { FF FF FF FCh } VB_Value MSB LSB FFh FFh FFh FCh Example 2: Decimal 1 = { h } VB_Value MSB LSB 00h 00h 00h 01h Page 43 of 81
44 Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Copy Value Block This command is used to copy a value from a value block to another value block. Class INS P1 P2 Lc Data In Copy Value Block FFh D7h 00h Source Block Number 02h 03h Target Block Number Source Block Number: Block number where the value will come from and copied to the target value block (1 Byte). Target Block Number: Block number where the value from the source block will be copied to (1 Byte). The source and target value blocks must be in the same sector. Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Example 1: Store a value 1 into block 05h APDU = {FF D h} Example 2: Read the value block 05h APDU = {FF B h} Example 3: Copy the value from value block 05h to value block 06h APDU = {FF D h} Example 4: Increment the value block 05h by 5 APDU = {FF D h} Access PC/SC Compliant Tags (ISO ) Basically, all ISO compliant cards (PICCs) would understand the ISO APDUs. The ACR1281U-C1 Reader needs to communicate with the ISO compliant cards through exchanging ISO APDUs and s. ACR1222U will handle the ISO Parts 1-4 Protocols internally. Page 44 of 81
45 The Mifare 1K, 4K, MINI and Ultralight tags are supported through the T=CL emulation. Just simply treat the Mifare tags as standard ISO tags. For more information, please refer to topic PICC s for Mifare Classic Memory Tags. Class INS P1 P2 Lc Data In Le ISO 7816 Part 4 Length of the Data In Expected Length of the Data Data Out Result SW1 SW2 SW1, SW2 = 90 00h means the operation is completed successfully = 63 00h means the operation failed Typical sequence may be: 1. Present the tag and connect the PICC Interface. 2. Read/Update the memory of the tag. Step 1: Connect the tag. The ATR of the tag is 3B Ah In which, The Application Data of ATQB = h, protocol information of ATQB = h. It is an ISO Type B tag. Step 2: Send an APDU, Get Challenge. << h >> 1A F7 F3 1B CD 2B A9 58 [90 00h] Note: For ISO Type A tags, the ATS can be obtained by using the APDU FF CA h. Example: ISO APDU To read 8 bytes from an ISO Type B PICC (ST19XR08E) APDU = { 80 B h } Class = 80h; INS = B2h; P1 = 80h; P2 = 00h; Lc = None; Data In = None; Le = 08h Answer: [$90 00h] Page 45 of 81
46 5.3. Peripherals Control The reader s peripherals control commands are implemented by using PC_to_RDR_Escape. Note: The driver will add the Class, INS and P1 automatically Get Firmware Version This command is used to get the reader s firmware message. Class INS P1 P2 Lc Get Firmware Version E0h 00h 00h 18h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h Number of Bytes to be Received Firmware Version Example: = E F F E 31 Firmware Version (HEX) = F E 31 Firmware Version (ASCII) = ACR1281U_V503.1 Page 46 of 81
47 LED Control This command is used to control the LEDs output. Class INS P1 P2 Lc Data In LED Control E0h 00h 00h 29h 01h LED Status Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h LED Status LED Status: (1 Byte) LED Status Description Description Bit 0 Red LED 1 = ON 0 = OFF Bit 1 Green LED 1 = ON 0 = OFF Bit 2 7 RFU RFU Page 47 of 81
48 LED Status This command is used to check the existing LEDs status. Class INS P1 P2 Lc LED Status E0h 00h 00h 29h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h LED Status LED Status: (1 Byte) LED Status Description Description Bit 0 Red LED 1 = ON 0 = OFF Bit 1 Green LED 1 = ON 0 = OFF Bit 2 7 RFU RFU Page 48 of 81
49 Buzzer Control This command is used to control the buzzer output. Class INS P1 P2 Lc Data In Buzzer Control E0h 00h 00h 28h 01h Buzzer On Duration Buzzer On Duration (1 Byte) 01 FFh = Duration (unit: 10 ms) Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h 00h Page 49 of 81
50 Set Default LED and Buzzer Behaviors This command is used to set the default behavior of the LEDs and buzzer. Class INS P1 P2 Lc Data In Set Default LED and Buzzer Behaviors Default Behaviors: Default value = 8Fh (1 Byte) E0h 00h 00h 21h 01h Default Behaviors LED Status Description Description Bit 0 ICC Activation Status LED To show the activations status of the ICC interface. 1 = Enable 0 = Disable Bit 1 PICC Polling Status LED To show the PICC polling status. 1 = Enable 0 = Disable Bit 2 RFU RFU Bit 3 RFU RFU Bit 4 Bit 5 Bit 6 Bit 7 Card Insertion and Removal Events Buzzer Contactless Chip Reset Indication Buzzer Exclusive Mode Status Buzzer. Either ICC or PICC Interface can be activated Card Operation Blinking LED To make a beep whenever a card insertion or removal event is detected (for both ICC and PICC). 1 = Enable 0 = Disable To make a beep when the contactless chip is reset. 1 = Enable 0 = Disable To make a beep when the exclusive mode is activated. 1 = Enable 0 = Disable To blink the LED whenever the card (PICC or ICC) is being accessed. Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Default Behaviors Page 50 of 81
51 Read Default LED and Buzzer Behaviors This command is used to set the read the current default behaviors of LEDs and buzzer. Class INS P1 P2 Lc Read Default LED and Buzzer Behaviors E0h 00h 00h 21h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Default Behaviors Default Behaviors: Default value = 8Fh (1 Byte) LED Status Description Description Bit 0 Bit 1 ICC Activation Status LED PICC Polling Status LED To show the activations status of the ICC interface. 1 = Enable 0 = Disable To show the PICC polling status. 1 = Enable 0 = Disable Bit 2 RFU RFU Bit 3 RFU RFU Bit 4 Bit 5 Bit 6 Bit 7 Card Insertion and Removal Events Buzzer Contactless Chip Reset Indication Buzzer Exclusive Mode Status Buzzer. Either ICC or PICC Interface can be activated Card Operation Blinking LED To make a beep whenever a card insertion or removal event is detected (for both ICC and PICC). 1 = Enable 0 = Disable To make a beep when the contactless chip is reset. 1 = Enable 0 = Disable To make a beep when the exclusive mode is activated. 1 = Enable 0 = Disable To blink the LED whenever the card (PICC or ICC) is being accessed. Page 51 of 81
52 Initialize Cards Insertion Counter This command is used to initialize the cards insertion/detection counter. Class INS P1 P2 Lc Data In Initialize Cards Insertion Counter E0h 00h 00h 09h 04h ICC Cnt (LSB) ICC Cnt (MSB) PICC Cnt (LSB) PICC Cnt (MSB) ICC Cnt (LSB): ICC Cnt (MSB): PICC Cnt (LSB): PICC Cnt (MSB): ICC Insertion Counter (LSB) (1 Byte) ICC Insertion Counter (MSB) (1 Byte) PICC Insertion Counter (LSB) (1 Byte) PICC Insertion Counter (MSB) (1 Byte) Class INS P1 P2 Le Result E1h 00h 00h 00h 00h Page 52 of 81
53 Read Cards Insertion Counter This command is used to check the cards insertion/detection counter value. Class INS P1 P2 Lc Read Cards Insertion Counter E0h 00h 00h 09h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 04h ICC Cnt (LSB) ICC Cnt (MSB) PICC Cnt (LSB) PICC Cnt (MSB) ICC Cnt (LSB): ICC Cnt (MSB): PICC Cnt (LSB): PICC Cnt (MSB): ICC Insertion Counter (LSB) (1 Byte) ICC Insertion Counter (MSB) (1 Byte) PICC Insertion Counter (LSB) (1 Byte) PICC Insertion Counter (MSB) (1 Byte) Page 53 of 81
54 Update Cards Insertion Counter This command is used to update the cards insertion/detection counter value. Class INS P1 P2 Lc Update Cards Insertion Counter E0h 00h 00h 0Ah 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 04h ICC Cnt (LSB) ICC Cnt (MSB) PICC Cnt (LSB) PICC Cnt (MSB) ICC Cnt (LSB): ICC Cnt (MSB): PICC Cnt (LSB): PICC Cnt (MSB): ICC Insertion Counter (LSB) (1 Byte) ICC Insertion Counter (MSB) (1 Byte) PICC Insertion Counter (LSB) (1 Byte) PICC Insertion Counter (MSB) (1 Byte) Page 54 of 81
55 Set Automatic PICC Polling This command is used to set the reader s polling mode. Whenever the reader is connected to the PC, the PICC polling function will start the PICC scanning to determine if a PICC is placed on/removed from the built-in antenna. We can send a command to disable the PICC polling function. The command is sent through the PC/SC Escape interface. To meet the energy saving requirement, special modes are provided for turning off the antenna field whenever the PICC is inactive, or no PICC is found. The reader will consume less current in power saving mode. Class INS P1 P2 Lc Data In Set Automatic PICC Polling E0h 00h 00h 23h 01h Polling Setting Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Polling Setting Polling Setting Default value = 8Fh (1 Byte) Polling Setting Bit 0 Bit 1 Bit 2 Description Auto PICC Polling Turn off Antenna Field if no PICC found Turn off Antenna Field if the PICC is inactive 1 = Enable 0 = Disable 1 = Enable 0 = Disable 1 = Enable 0 = Disable Description Bit 3 RFU RFU Bit 5 4 PICC Polling Interval for PICC Bit 5 Bit 4: 0 0 = 250 ms 0 1 = 500 ms 1 0 = 1000 ms 1 1 = 2500 ms Bit 6 RFU RFU Bit 7 Enforce ISO14443A Part 4 1 = Enable 0 = Disable Notes: 1. It is recommended to enable the option Turn off Antenna Field is the PICC is inactive, so that the Inactive PICC will not be exposed to the field all the time so as to prevent the PICC from warming up. 2. The longer the PICC Poll Interval, the more efficient of energy saving. However, the response Page 55 of 81
56 time of PICC Polling will become longer. The Idle Current Consumption in Power Saving Mode is about 60 ma, while the Idle Current Consumption in Non-Power Saving mode is about 130 ma. Idle Current Consumption = PICC is not activated. 3. The reader will activate the ISO 14443A-4 mode of the ISO 14443A-4 compliant PICC automatically. Type B PICC will not be affected by this option. 4. The JCOP30 card comes with two modes: ISO 14443A-3 (Mifare 1K) and ISO 14443A-4 modes. The application has to decide which mode should be selected once the PICC is activated. Page 56 of 81
57 Read Automatic PICC Polling This command is used to check the current automatic PICC polling setting. Class INS P1 P2 Lc Read Automatic PICC Polling E0h 00h 00h 23h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Polling Setting Polling Setting: Default value = 8Fh (1 Byte) Polling Setting Bit 0 Bit 1 Bit 2 Description Auto PICC Polling Turn off Antenna Field if no PICC found Turn off Antenna Field if the PICC is inactive Description 1 = Enable 0 = Disable 1 = Enable 0 = Disable 1 = Enable 0 = Disable Bit 3 RFU RFU Bit 5 4 PICC Polling Interval for PICC Bit 5 Bit 4: 0 0 = 250 ms 0 1 = 500 ms 1 0 = 1000 ms 1 1 = 2500 ms Bit 6 RFU RFU Bit 7 Enforce ISO14443A Part 4 1 = Enable 0 = Disable Page 57 of 81
58 Manual PICC Polling This command is used to determine if any PICC is within the detection range of the reader. This command can be used if the automatic PICC polling function is disabled. Class INS P1 P2 Lc Data In Manual PICC Polling E0h 00h 00h 22h 01h 0Ah Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Status Status (1 Byte) 00h = PICC is detected FFh = No PICC is detected Page 58 of 81
59 Set the PICC Operating Parameter The command is used to set the PICC operating parameter. Class INS P1 P2 Lc Data In Set the PICC Operating Parameter E0h 00h 00h 20h 01h Operating Parameter Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Operating Parameter Operating Parameter: Default value = 03h (1 Byte) Operating Parameter Bit 0 Bit 1 Parameter Description Option ISO Type A ISO Type B The tag types to be detected during PICC Polling 1 = Detect 0 = Skip 1 = Detect 0 = Skip Bit 2 7 RFU RFU RFU Page 59 of 81
60 Read the PICC Operating Parameter This command is used to check current PICC operating parameter. Class INS P1 P2 Lc Read the PICC Operating Parameter E0h 00h 00h 20 h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Operating Parameter Operating Parameter: (1 Byte) Operating Parameter Bit 0 Bit 1 Parameter Description Option ISO14443 Type A ISO14443 Type B The tag types to be detected during PICC Polling 1 = Detect 0 = Skip 1 = Detect 0 = Skip Bit 2 7 RFU RFU RFU Page 60 of 81
61 Set the Exclusive Mode This command is used to set the reader into/out from exclusive mode. Class INS P1 P2 Lc Data In Set Exclusive Mode E0h 00h 00h 2Bh 01h New Mode Configuration Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h Mode Configuration Current Mode Configuration Exclusive Mode: (1 Byte) 00h = Share Mode: ICC and PICC interfaces can work at the same time. 01h = Exclusive Mode: PICC is disabled when Auto Polling and Antenna Power Off when ICC is inserted (Default). Page 61 of 81
62 Read the Exclusive Mode This command is used to check current exclusive mode setting. Class INS P1 P2 Lc Read Exclusive Mode E0h 00h 00h 2Bh 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h Mode Configuration Current Mode Configuration Exclusive Mode: (1 Byte) 00h = Share Mode: ICC and PICC interfaces can work at the same time. 01h = Exclusive Mode: PICC is disabled when Auto Polling and Antenna Power Off when ICC is inserted (Default). Page 62 of 81
63 Set Auto PPS Whenever a PICC is recognized, the reader will try to change the communication speed between the PCD and PICC defined by the maximum connection speed. If the card does not support the proposed connection speed, the reader will try to connect the card with a slower speed setting. Class INS P1 P2 Lc Data In Set Auto PPS E0h 00h 00h 24h 01h Max Speed Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h Max Speed Current Speed Max Speed: Maximum Speed (1 Byte) Current Speed: Current Speed (1 Byte) 00h = 106 kbps; default setting, equal to No Auto PPS 01h = 212 kbps 02h = 424 kbps 03h = 848 kbps Notes: 1. Normally, the application should know the maximum connection speed of the PICCs being used. The environment also affects the maximum achievable speed. The reader just uses the proposed communication speed to talk with the PICC. The PICC will become inaccessible is the PICC or environment does not meet the requirement of the proposed communication speed. 2. The reader supports different speed between sending and receiving. Page 63 of 81
64 Read Auto PPS This command is used to check the current auto PPS setting. Class INS P1 P2 Lc Read Auto PPS E0h 00h 00h 24h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h Max Speed Current Speed Max Speed: Current Speed: Maximum Speed (1 Byte) Current Speed (1 Byte) 00h = 106 kbps; default setting, equal to No Auto PPS 01h = 212 kbps 02h = 424 kbps 03h = 848 kbps Page 64 of 81
65 Set Antenna Field This command is used for turning on/off the antenna field. Class INS P1 P2 Lc Data In Set Antenna Field E0h 00h 00h 25h 01h Status Status: (1 Byte) 00h = Disable Antenna Field 01h = Enable Antenna Field Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Status Status: (1 Byte) 00h = PICC Power Off 01h = PICC Idle Note: Make sure the Auto PICC Polling is disabled first before turning off the antenna field. Page 65 of 81
66 Read Antenna Field Status This command is used to check the current antenna field status. Class INS P1 P2 Lc Read Antenna Field E0h 00h 00h 25h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Status Status: (1 Byte) 00h = PICC Power Off 01h = PICC Idle. Ready to poll contactless tag, but not detected. 02h = PICC Ready. PICC Request (Refer to ISO 14443) Success, i.e. contactless tag detected 03h = PICC Selected. PICC Select (Refer to ISO 14443) Success. 04h = PICC Activated. PICC Activation (Refer to ISO 14443) Success, ready for APDU exchange. Page 66 of 81
67 Set User Extra Guard Time Setting This command is used to set the extra guard time for ICC communication. The user extra guard time will be stored into EEPROM. Class INS P1 P2 Lc Data In Set User Extra Guard Time Setting E0h 00h 00h 2Eh 02h ICC User Guard Time SAM User Guard Time Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h ICC User Guard Time SAM User Guard Time ICC User Guard Time: SAM User Guard Time: User Guard Time value for ICC (1 Byte) User Guard Time value for SAM (1 Byte) Page 67 of 81
68 Read User Extra Guard Time This command is used to read the set extra guard time for ICC communication. Class INS P1 P2 Lc Read User Extra Guard Time Setting E0h 00h 00h 2Eh 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h ICC User Guard Time SAM User Guard Time ICC User Guard Time: SAM User Guard Time: User Guard Time value for ICC (1 Byte) User Guard Time value for SAM (1 Byte) Page 68 of 81
69 Set 616C Auto Handle Option Setting This command is used to set the 616C auto handle option. This command optional for T=0, ACOS5. Class INS P1 P2 Lc Data In Set 616C Auto Handle Option E0h 00h 00h 32h 02h ICC Option SAM Option Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h ICC User Guard Time SAM User Guard Time ICC/SAM Option: (1 Byte) FFh = Enable 616C Auto Handle 00h = Disable 616C Auto Handle (Default) Page 69 of 81
70 Read 616C Auto Handle Option This command is used to read the 616C auto handle option. Class INS P1 P2 Lc Read 616C Auto Handle Option E0h 00h 00h 32h 00h Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 02h ICC User Guard Time SAM User Guard Time ICC/SAM Option: (1 Byte) FFh = Enable 616C Auto Handle 00h = Disable 616C Auto Handle (Default) Page 70 of 81
71 Refresh Interface Status This command is used to refresh the specified interface. Class INS P1 P2 Lc Data In Refresh Interface Status E0h 00h 00h 2Dh 01h Interface No. Class INS P1 P2 Le Data Out Result E1h 00h 00h 00h 01h Interface No. Interface No.: Interface to be refreshed (1 Byte) 01h = ICC Interface 02h = PICC Interface 04h = SAM Interface Page 71 of 81
72 Appendix A. Basic Program Flow for Contactless Applications Step 0: Start the application. The reader will do the PICC Polling and scan for tags continuously. Once the tag is found and detected, the corresponding ATR will be sent to the PC. Step 1: Connect the ACR1281U PICC Interface with T=1 protocol. Step 2: Access the PICC by exchanging APDUs... Step N: Disconnect the ACR1281U PICC Interface. Shut down the application. Page 72 of 81
73 Appendix B. Access DESFire Tags (ISO ) The DESFire supports ISO APDU Wrapping and Native modes. Once the DESFire Tag is activated, the first APDU sent to the DESFire Tag will determine the Mode. If the first APDU is Native Mode, the rest of the APDUs must be in Native Mode format. Similarly, if the first APDU is ISO APDU Wrapping Mode, the rest of the APDUs must be in ISO APDU Wrapping Mode format. Example 1: DESFire ISO APDU Wrapping. To read 8 bytes random number from an ISO Type A PICC (DESFire) APDU = {90 0A h} Class = 0x90h; INS = 0x0Ah (DESFire Instruction); P1 = 0x00h; P2 = 0x00h Lc = 0x01h; Data In = 0x00h; Le = 0x00h (Le = 0x00h for maximum length) Answer: 7B D 9A h [$91AFh] Note: Status Code {91 AFh} is defined in DESFire specification. Please refer to the DESFire specification for more details. Example 2: DESFire Frame Level Chaining (ISO 7816 wrapping mode) In this example, the application has to do the Frame Level Chaining. To get the version of the DESFire card: Step 1: Send an APDU { h} to get the first frame. INS=0x60h Answer: AFh [$91AFh] Step 2: Send an APDU {90 AF h} to get the second frame. INS=0xAFh Answer: AFh [$91AFh] Step 3: Send an APDU {90 AF h} to get the last frame. INS=0xAFh Answer: A 19 B2 1B 80 8E D h [$9100h] Example 3: DESFire Native. We can send Native DESFire s to the reader without ISO 7816 wrapping if we find that the Native DESFire s are easier to handle. To read 8 bytes random number from an ISO Type A PICC (DESFire) APDU = {0A 00h} Answer: AF 25 9C 65 0C D D7h [$1DD7h] In which, the first byte AF is the status code returned by the DESFire Card. The Data inside the blanket [$1DD7h] can simply be ignored by the application. Page 73 of 81
74 Example 4: DESFire Frame Level Chaining (Native Mode) In this example, the application has to do the Frame Level Chaining. To get the version of the DESFire card: Step 1: Send an APDU {60h} to get the first frame. INS=0x60h Answer: AF h [$1805h] Step 2: Send an APDU {AFh} to get the second frame. INS=0xAFh Answer: AF h [$1805h] Step 3: Send an APDU {AFh} to get the last frame. INS=0xAFh Answer: A 19 B2 1B 80 8E D h [$2604h] Note: In DESFire Native Mode, the status code [90 00h] will not be added to the response if the response length is greater than 1. If the response length is less than 2, the status code [90 00h] will be added in order to meet the requirement of PC/SC. The minimum response length is 2. Page 74 of 81
75 Appendix C. Extended APDU Example Card: ACOS7 (supports Extended APDU, echo response) Write CMD: 80 D XX XX XXh CLA = 80h INS = D2h P1 = 00h P2 = 00h Data Len = XX XX XXh Example1: APDU length = 263 bytes APDU : 80D A0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B4C4D4E4F A5B5C5D5E5F A6B6C6 D6E6F A7B7C7D7E7F A8B8C8D8E8F A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B 8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9D ADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFD FEFFh : A0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B4C4 D4E4F A5B5C5D5E5F A6B6C6D6E6F A7B7C7D7E7F A8B8C8D8E8F A 9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDB EBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE 0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF9000h Example2: APDU length = 775 bytes APDU : 80D A0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B4C4D4E4F A5B5C5D5E5F A6B6C6 D6E6F A7B7C7D7E7F A8B8C8D8E8F A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B 8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9D ADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFD FEFF A0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B 4C4D4E4F A5B5C5D5E5F A6B6C6D6E6F A7B7C7D7E7F A8B8C8D8E8F A9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBC BDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDE DFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF A0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B4C4D4E4F A5B5C5D5E5F A6B6C6D6E6F Page 75 of 81
76 78797A7B7C7D7E7F A8B8C8D8E8F A9B9C9D9 E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1 C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3 E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFFh : A0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B4C4 D4E4F A5B5C5D5E5F A6B6C6D6E6F A7B7C7D7E7F A8B8C8D8E8F A 9B9C9D9E9FA0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDB EBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE 0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF A0B0C0D0E0F A1B1C1D1E1F A2B2 C2D2E2F A3B3C3D3E3F A4B4C4D4E4F A5B5C5D5E5F A6B6C6D6E6F A7B7C7D7E7F A8B8C8D8E8F A9B9C9D9E9FA 0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3 C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5 E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF A 0B0C0D0E0F A1B1C1D1E1F A2B2C2D2E2F A3B3C3D3E3F A4B4C4D4E4F A5B5C5D5E5F A6B6C6D6E6F A7B7C7D7E 7F A8B8C8D8E8F A9B9C9D9E9FA0A1A2A3A4A 5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C 8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EA EBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF9000h Page 76 of 81
77 Appendix D. Escape Example Example: Get Firmware Version (Using PCSCDirect.exe) Step 1: Plug in the ACR1281 Reader to PC. Step 2: Open the PCSCDirect.exe. Step 3: Connect the reader in Direct mode. The ATR will be displayed (if a card is present) or No ATR retrieved (ATRLen = 0) will be displayed (if no card). Step 4: Enter : 2079 Enter Data: (APDU for Get Firmware Version) Click enter to send to reader, then check the. Page 77 of 81
78 Appendix E. Supported Card Types The following table summarizes the card type returned by GET_READER_INFORMATION correspond with the respective card type. Card Type Code 00h 01h 02h 03h 04h 05h 06h 07h 08h 09h Card Type Auto-select T=0 or T=1 communication protocol I2C memory card (1k, 2k, 4k, 8k and 16k bits) I2C memory card (32k, 64k, 128k, 256k, 512k and 1024k bits) RFU RFU Infineon SLE4418 and SLE4428 Infineon SLE4432 and SLE4442 Infineon SLE4406, SLE4436 and SLE5536 Infineon SLE4404 RFU Table 9: Supported Card Types Page 78 of 81
79 Appendix F. ACR128 Compatibility Below is the list of ACR128 functions that are implemented differently or not supported by ACR1281U-C1. Functions ACR128 ACR1281U-C1 1. Change the default FWI and Transmit Frame Size of the activated PICC 1F 03 [Data: 3 bytes] Not supported. 2. Transceiver Setting [Data: 3 bytes] Not supported. 3. PICC Setting 2A 0C [Data: 12 bytes] Not supported. 4. PICC T=CL Data Exchange Error Handling 2C 02 [Data:1 byte] Not supported. 5. Read Register [Reg. No.] Not supported. 6. Update Register 1A 02 [Reg. No.] [Value] Not supported. 7. PICC Polling for Specific Types [Data: 1 byte] FF [Data: 1 byte] 8. Buzzer Control [Duration] Duration: 00 = Turn Off 01 FE = Duration x 10 ms FF = Turn On [Duration] Duration: 01 FF = Duration x 10 ms Page 79 of 81
80 Functions ACR128 ACR1281U-C1 Set: [Data: 1 byte] Read: Set: [Data: 1 byte] Read: Set/Read Default LED and Buzzer Behaviors Data: Bit 0 = ICC Activation Status Bit 1 = PICC Polling Status LED Bit 2 = PICC Activation Status Buzzer Bit 3 = PICC PPS Status Buzzer Bit 4 = Card Insertion and Removal Events Buzzer Bit 5 = Contactless Chip Reset Indication Buzzer Bit 6 = Exclusive Mode Status Buzzer Bit 7 = Card Operation Blinking LED Data: Bit 0 = ICC Activation Status Bit 1 = PICC Polling Status LED Bit 2 = RFU Bit 3 = RFU Bit 4 = Card Insertion and Removal Events Buzzer Bit 5 = Contactless Chip Reset Indication Buzzer Bit 6 = Exclusive Mode Status Buzzer Bit 7 = Card Operation Blinking LED Page 80 of 81
81 Functions ACR128 ACR1281U-C1 Set: [Data: 1 byte] Read: Set: [Data: 1 byte] Read: Set/Read Automatic PICC Polling Data: Bit 0 = Auto PICC Polling Bit 1 = Turn off Antenna Field if no PICC is found Bit 2 = Turn off Antenna Field if the PICC is inactive Bit 3 = Activate the PICC when detected Bit 4..5 = PICC Poll Interval for PICC Bit 6 = Test Mode Bit 7 = Enforce ISO 14443A Part 4 Data: Bit 0 = Auto PICC Polling Bit 1 = Turn off Antenna Field if no PICC is found Bit 2 = Turn off Antenna Field if the PICC is inactive Bit 3 = RFU Bit 4..5 = PICC Poll Interval for PICC Bit 6 = RFU Bit 7 = Enforce ISO 14443A Part 4 Table 10: ACR128U Compatibility Page 81 of 81
ACR122 NFC Contactless Smart Card Reader
Datenblatt / Specifications ACR122 NFC Contactless Smart Card Reader Table of Contents 1. Introduction... 3 1.1. USB Interface... 3 2. Implementation... 4 2.1. Smart Card Reader Interface Overview... 5
ACR122U USB NFC Reader
ACR122U USB NFC Reader Application Programming Interface V2.02 Subject to change without prior notice Table of Contents 1.0. Introduction... 4 1.1. Features... 4 1.2. USB Interface... 5 2.0. Implementation...
Application Programming Interface
Application Programming Interface Advanced Card Systems Ltd. Website: www.acs.com.hk Email: [email protected] CONTENTS Introduction 4 Features 4 USB interface 4 Contact and Contactless interface handling
APPLICATION PROGRAMMING INTERFACE
APPLICATION PROGRAMMING INTERFACE Advanced Card Systems Ltd. Website: www.acs.com.hk Email: [email protected] Table of Contents 1.0. Introduction... 4 2.0.... 5 2.1. Overview... 5 2.2. Communication Speed...
AN1304. NFC Type MIFARE Classic Tag Operation. Application note PUBLIC. Rev. 1.3 2 October 2012 130413. Document information
NFC Type MIFARE Classic Tag Operation Document information Info Content Keywords NDEF, NDEF data mapping, NDEF Data Exchange Format MIFARE Classic 1K, MIFARE Classic 4K, MIFARE Classic 1K/4K, MIFARE Plus
AN1305. MIFARE Classic as NFC Type MIFARE Classic Tag. Application note COMPANY PUBLIC. Rev. 1.3 2 October 2012 130513. Document information
MIFARE Classic as NFC Type MIFARE Classic Tag Document information Info Content Keywords NFC Forum, NFC data mapping, MIFARE Classic 1K/4K, MIFARE Classic 1K, MIFARE Classic 4K, MIFARE Plus X/S, NFC Type
ACR120 Technical Specifications version 2.9 November 2005
Version 2.9 11-2005, Email: [email protected] Website: www.acs.com.hk ACR120 Contactless Reader/Writer 1.0 Introduction The ACR120 is a compact and cost-effective contactless reader and writer. It is developed
SIM CARD PROTOCOLS. This paper attempts in broad strokes to outline the construction of these protocols and how they are used.
SIM CARD PROTOCOLS Though rarely thought about by most users their mobile phone contains a remarkable computing device that enables them to go about their business of making calls, text messaging or playing
Reference Manual for the CLOUD 370x F Contactless Desktop Readers
Reference Manual for the CLOUD 370x F Contactless Desktop Readers For Part #: 905502 CLOUD 3700 F (global version) and 905503 CLOUD 3701 F (Japan-only version) Document Version: 1.0, Last Revised On: 2014-07-22
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.
Measurement and Analysis Introduction of ISO7816 (Smart Card)
Measurement and Analysis Introduction of ISO7816 (Smart Card) ISO 7816 is an international standard related to electronic identification cards with contacts, especially smart cards, managed jointly by
SCM Microsystems. Reference Manual version 1.3. SCL010 Multiprotocol contactless stationary reader
SCM Microsystems Reference Manual version 1.3 SCL010 Multiprotocol contactless stationary reader Reference manual SCL010 Multiprotocol Contactless Stationary Reader SCM Microsystems Oskar-Messter-Strasse,
Exercise 1: Set up the Environment
RFID Lab Gildas Avoine, 2014 Contact: [email protected] Objective: Learn how much it is easy to read contactless tags, possibly simulate/clone. Requirement: Hardware: Reader SCL3711 or ACR122, Reader
SCM Microsystems. Reference Manual version 2.0 SCL01X. Multiprotocol contactless stationary reader
SCM Microsystems Reference Manual version 2.0 SCL01X Multiprotocol contactless stationary reader Reference manual SCL01X Multiprotocol Contactless Stationary Reader SCM Microsystems Oskar-Messter-Strasse,
W25Q80, W25Q16, W25Q32 8M-BIT, 16M-BIT AND 32M-BIT SERIAL FLASH MEMORY WITH DUAL AND QUAD SPI
8M-BIT, 16M-BIT AND 32M-BIT SERIAL FLASH MEMORY WITH DUAL AND QUAD SPI - 1 - Preliminary - Revision B Table of Contents 1. GENERAL DESCRIPTION... 5 2. FEATURES... 5 3. PIN CONFIGURATION SOIC 208-MIL...
Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht ([email protected]) V0.1draft
Application Report Secure My-d TM and Mifare TM RFID reader system by using a security access module Erich Englbrecht ([email protected]) V0.1draft Embedded RF ABSTRACT This application report describes
AN11004. MIFARE DESFire as Type 4 Tag. Rev. 2.4 22 May 2013 130224. Application note COMPANY PUBLIC. Document information.
Document information Info Content Keywords NFC Forum, NFC Forum data mapping, NFC Forum Type 4 Tag Operation version 2.0, Type 4 Tag version 2.0, MIFARE DESFire EV1, NDEF Tag Application Abstract The NFC
NFC Tag Type 5 Specification
Document Type: Software Technical Specification Reference: STS_NFC_0707-001 Version 1.8 (14516) Release Date: Nov. 18, 2011 File Name: STS_NFC_0707-001 NFC Tag Type 5 Specification.pdf Security Level:
Gemalto Mifare 1K Datasheet
Gemalto Mifare 1K Datasheet Contents 1. Overview...3 1.1 User convenience and speed...3 1.2 Security...3 1.3 Anticollision...3 2. Gemalto Mifare Features...4 2.1 Compatibility with norms...4 2.2 Electrical...4
MF1 IC S50. 1. General description. Functional specification. 1.1 Contactless Energy and Data Transfer. 1.2 Anticollision. Energy
Rev. 5.2 15 January 2007 Product data sheet 001052 PUBLIC 1. General description NXP has developed the Mifare to be used in contactess smart cards according to ISO/IEC 14443A. The communication layer (
Single 2.5V - 3.6V or 2.7V - 3.6V supply Atmel RapidS serial interface: 66MHz maximum clock frequency. SPI compatible modes 0 and 3
32Mb, 2.5V or 2.7V Atmel ataflash ATASHEET Features Single 2.5V - 3.6V or 2.7V - 3.6V supply Atmel RapidS serial interface: 66MHz maximum clock frequency SPI compatible modes 0 and 3 User configurable
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
Card Issuing Machine for Magnetic, Contact & IC Card
9100-0020 SPECIFICATION M 1 OF 68 2007. 07. 28. Card Issuing Machine 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,
MIFARE ISO/IEC 14443 PICC
Rev. 3.0 26 June 2009 130830 Application note PUBLIC Document information Info Keywords Abstract Content Activate Card, MIFARE, Select Card This Application te shows the elementary communication for selecting
M25P05-A. 512-Kbit, serial flash memory, 50 MHz SPI bus interface. Features
512-Kbit, serial flash memory, 50 MHz SPI bus interface Features 512 Kbits of flash memory Page program (up to 256 bytes) in 1.4 ms (typical) Sector erase (256 Kbits) in 0.65 s (typical) Bulk erase (512
1. Product Overview 2. Product Feature 3. Product Value 4. Development Environment 5. Software Development Kit 6. Product Application 7.
www.acs.com.hk 1. Product Overview 2. Product Feature 3. Product Value 4. Development Environment 5. Software Development Kit 6. Product Application 7. Product Roadmap 8. Q & A 2 3 ACR88 Handheld Smart
PACKAGE OUTLINE DALLAS DS2434 DS2434 GND. PR 35 PACKAGE See Mech. Drawings Section
PRELIMINARY DS2434 Battery Identification Chip FEATURES Provides unique ID number to battery packs PACKAGE OUTLINE Eliminates thermistors by sensing battery temperature on chip DALLAS DS2434 1 2 3 256
APPLICATION NOTE. Smart Card Reader Application with TDA8029 Mask 00. An00046
APPLICATION NOTE Smart Card Reader Application with TDA8029 Mask 00 An00046 APPLICATION NOTE Smart Card Reader Application with TDA8029 Mask 00 Author(s): Michel BRUN / Thierry LEJOSNE Systems &Applications
RFID MODULE Mifare Reader / Writer SL032 User Manual Version 1.5 Nov 2012 StrongLink
RFID MODULE Mifare Reader / Writer User Manual Version 1.5 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1. Communication
UM0853 User manual. 1 Introduction. M24LRxx application software user guide
User manual M24LRxx application software user guide 1 Introduction The purpose of this user manual is to teach how to use the M24LRxx tool kit with the M24LRxx_Application_Software. It describes the M24LRxx_Application_Software
INTEGRATED CIRCUITS I CODE SLI. Smart Label IC SL2 ICS20. Functional Specification. Product Specification Revision 3.1 Public. Philips Semiconductors
INTEGRATED CIRCUITS I CODE SLI Smart Label IC SL2 ICS20 Product Specification Revision 3.1 February July 2005 2001 Public Philips Semiconductors CONTENTS 1 FEATURES...4 1.1 I CODE SLI RF Interface (ISO/IEC
RFID MODULE Mifare Reader / Writer SL030 User Manual Version 2.6 Nov 2012 StrongLink
RFID MODULE Mifare Reader / Writer User Manual Version 2.6 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. DEVICE OPERATION... 5 3-1. Clock and Data Transitions:... 5 3-2.
14443A ISO\IEC 14443B ISO\IEC
RDM Tag Module RDM880 13.56MHz RFID Reader/Writer ISO\IEC 14443A ISO\IEC 14443B ISO\IEC 15693 PRODUCT REFERENCE GUIDE RDM880 April 2007 Shenzhen RDM Tag Master Co., Ltd. www.datarfid.com 1 / 28 Document
DS1621 Digital Thermometer and Thermostat
www.maxim-ic.com FEATURES Temperature measurements require no external components Measures temperatures from -55 C to +125 C in 0.5 C increments. Fahrenheit equivalent is -67 F to 257 F in 0.9 F increments
Security & Chip Card ICs SLE 44R35S / Mifare
Security & Chip Card ICs SLE 44R35S / Mifare Intelligent 1 Kbyte EEPROM with Interface for Contactless Transmission, Security Logic and Anticollision according to the MIFARE -System Short Product Info
NTAG213/215/216. The mechanical and electrical specifications of NTAG21x are tailored to meet the requirements of inlay and tag manufacturers.
NFC Forum Type 2 Tag compliant IC with 144/504/888 bytes user memory 265332 1. General description NTAG213, NTAG215 and NTAG216 have been developed by NXP Semiconductors as standard NFC tag ICs to be used
DS1621 Digital Thermometer and Thermostat
Digital Thermometer and Thermostat www.dalsemi.com FEATURES Temperature measurements require no external components Measures temperatures from 55 C to +125 C in 0.5 C increments. Fahrenheit equivalent
Flash Microcontroller. Memory Organization. Memory Organization
The information presented in this chapter is collected from the Microcontroller Architectural Overview, AT89C51, AT89LV51, AT89C52, AT89LV52, AT89C2051, and AT89C1051 data sheets of this book. The material
ENTTEC Pixie Driver API Specification
ENTTEC Pixie Driver API Specification Purpose This document specifies the interface requirements for PC based application programs to use the ENTTEC Pixie Driver board to drive RGB or RGBW type LED strips.
AN2598 Application note
AN2598 Application note Smartcard interface with the STM32F101xx and STM32F103xx Introduction This document describes a firmware and hardware Smartcard interface solution based on the STM32F10xxx USART
SL2 ICS53/SL2 ICS54. 1. General description I CODE SLI-S/I CODE SLI-S HC. 1.1 Anticollision. 1.2 Contactless energy and data transfer
Rev. 3.0 14 March 2007 Product data sheet 113730 1. General description The IC is a dedicated chip for smart label applications with the need for a higher security level, larger memory and/or a product
The Programming Interface
: In-System Programming Features Program any AVR MCU In-System Reprogram both data Flash and parameter EEPROM memories Eliminate sockets Simple -wire SPI programming interface Introduction In-System programming
How To Use A Cloud 2700 R Smart Card Reader On A Pc Or Mac Or Ipad (For Microsoft) With A Microsoft Power Card (For Pc) With An Ipad Or Microsoft Memory Card (Microsoft)
Identive Infrastructure Reference Manual version 1.03 Identive CLOUD 2700 R Smart Card Reader Reference manual Identive CLOUD 2700 R Smart Card Reader Identive GmbH Oskar-Messter-Strasse, 13 85737 Ismaning
Type 2 Tag Operation Specification. Technical Specification T2TOP 1.1 NFC Forum TM NFCForum-TS-Type-2-Tag_1.1 2011-05-31
Type 2 Tag Operation Specification Technical Specification T2TOP 1.1 NFC Forum TM NFCForum-TS-Type-2-Tag_1.1 2011-05-31 RESTRICTIONS ON USE This specification is copyright 2005-2011 by the NFC Forum, and
MSR605. Programmer s Manual. Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Revision B 2009-06-01
MSR605 Magnetic Stripe Card Reader/Writer (High & Low Coercivity) Programmer s Manual Revision B 009-06-0 0 Table of Contents SECTION INTRODUCTION...... Accessories of MSR605...... Warranty...... SECTION
RFID MODULE Mifare Reader / Writer SL031 User Manual Version 2.7 Nov 2012 StrongLink
RFID MODULE Mifare Reader / Writer User Manual Version 2.7 Nov 2012 StrongLink CONTENT 1. MAIN FEATURES... 3 2. PINNING INFORMATION... 4 3. BAUD RATE SETTING... 5 4. COMMUNICATION PROTOCOL... 5 4-1. Communication
Nemo 96HD/HD+ MODBUS
18/12/12 Pagina 1 di 28 MULTIFUNCTION FIRMWARE 2.30 Nemo 96HD/HD+ MODBUS COMMUNICATION PROTOCOL CONTENTS 1.0 ABSTRACT 2.0 DATA MESSAGE DESCRIPTION 2.1 Parameters description 2.2 Data format 2.3 Description
Mifare DESFire Specification
Mifare DESFire Specification Version 1.0 29 th September 2009 Revision History Version Date Author Description of Changes 1.0 29/09/09 O McLaughlin Ratified by LASSeO 0.2 28/07/09 O McLaughlin Minor changes
RFID READER 13.56MHz Reader / Writer SL500 User Manual Version 2.6 Nov 2011 StrongLink
RFID READER 13.56MHz Reader / Writer User Manual Version 2.6 Nov 2011 StrongLink CONTENT 1. GENERAL INFORMATION... 5 2. TYPES AND EXPLANATION... 6 3. CONNECTING TO PC... 6 3.1 -RS232... 6 3.2 -USB... 7
EN25P64 EN25P64. 64 Megabit Uniform Sector, Serial Flash Memory FEATURES GENERAL DESCRIPTION
64 Megabit Uniform Sector, Serial Flash Memory EN25P64 FEATURES Single power supply operation - Full voltage range: 2.7-3.6 volt 64 M-bit Serial Flash - 64 M-bit/8192 K-byte/32768 pages - 256 bytes per
DS18B20 Programmable Resolution 1-Wire Digital Thermometer
www.dalsemi.com FEATURES Unique 1-Wire interface requires only one port pin for communication Multidrop capability simplifies distributed temperature sensing applications Requires no external components
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.
Smart Card Application Standard Draft
Smart Card Application Standard Draft Contents 1 SCOPE... 6 1.1 DEFINITIONS / DOCUMENT CONVENTIONS... 6 2 KEY DATA ELEMENTS AND CONCEPTS... 7 2.1 STATIC CARD INFORMATION... 7 2.1.1 Card ID (CdID)... 7
Introducing etoken. What is etoken?
Introducing etoken Nirit Bear September 2002 What is etoken? Small & portable reader-less Smartcard Standard USB connectivity Logical and physical protection Tamper evident (vs. tamper proof) Water resistant
MICROPROCESSOR. Exclusive for IACE Students www.iace.co.in iacehyd.blogspot.in Ph: 9700077455/422 Page 1
MICROPROCESSOR A microprocessor incorporates the functions of a computer s central processing unit (CPU) on a single Integrated (IC), or at most a few integrated circuit. It is a multipurpose, programmable
8 by 8 dot matrix LED displays with Cascadable Serial driver B32CDM8 B48CDM8 B64CDM8 General Description
8 by 8 dot matrix LED displays with Cascadable Serial driver B32CDM8 B48CDM8 B64CDM8 General Description The B32CDM8, B48CDM8 and the B64CDM8 are 8 by 8 (row by column) dot matrix LED displays combined
MEMOBUS/Modbus Communications
2 2.1 MEMOBUS/MODBUS CONFIGURATION............260 2.2 COMMUNICATION SPECIFICATIONS..............261 2.3 COMMUNICATION TERMINAL RESISTANCE........262 2.4 CONNECTING A PLC...........................263 2.5
MICROPROCESSOR AND MICROCOMPUTER BASICS
Introduction MICROPROCESSOR AND MICROCOMPUTER BASICS At present there are many types and sizes of computers available. These computers are designed and constructed based on digital and Integrated Circuit
Secure Automatic Ticketing System
Secure Automatic Ticketing System MARIUS POPA, CRISTIAN TOMA Department of Computer Science in Economics Academy of Economic Studies Bucharest Romana Square, No. 6, Bucharest ROMANIA [email protected]
AN2284 APPLICATION NOTE
APPLICATION NOTE Smart Card Interface with the STR71xx Introduction This document describes a software and hardware smart card interface for the STR71x Smart Card peripheral. The main purpose of this software
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs
Develop a Dallas 1-Wire Master Using the Z8F1680 Series of MCUs AN033101-0412 Abstract This describes how to interface the Dallas 1-Wire bus with Zilog s Z8F1680 Series of MCUs as master devices. The Z8F0880,
CHAPTER 11: Flip Flops
CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach
PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1
UNIT 22: PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 TUTORIAL OUTCOME 2 Part 1 This work covers part of outcome 2 of the Edexcel standard module. The material is
MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER
MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER GENERAL The MIFARE contactless smart card and MIFARE card reader/writer were developed to handle payment transactions for public transportation systems.
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide
Data Acquisition Module with I2C interface «I2C-FLEXEL» User s Guide Sensors LCD Real Time Clock/ Calendar DC Motors Buzzer LED dimming Relay control I2C-FLEXEL PS2 Keyboards Servo Motors IR Remote Control
Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems
Functional Specification of the OpenPGP application on ISO Smart Card Operating Systems Version 2.0.1 Author: Achim Pietig 2009 April 22 Author: Achim Pietig Lippstädter Weg 14 32756 Detmold Germany Email:
Prox DU & Prox SU. Dual interface USB smart card reader. Installation Guide. Installation Guide. Prox DU & Prox SU. DOC118570D Public Use Page 1/34
Dual interface USB smart card reader Installation Guide DOC118570D Public Use Page 1/34 All information herein is either public information or is the property of and owned solely by Gemalto NV. and/or
CAM-VGA100 User Manual
CAM-VGA100 User Manual Release Note: 1. Jan 28, 2004 official released v1.0 2. Feb 24, 2004 official released v1.1 Fix the definition of verify code Fix the bug of unable jump to power save mode Fix the
AN 073120. mifare Ultralight Features and Hints. Document information. Multiple ticketing, secured data storage, implementation hints
AN 073120 Rev. 2.0 18 December 2006 Application note Document information Info Keywords Abstract Content Multiple ticketing, secured data storage, implementation hints This document presents features and
UMBC. ISA is the oldest of all these and today s computers still have a ISA bus interface. in form of an ISA slot (connection) on the main board.
Bus Interfaces Different types of buses: ISA (Industry Standard Architecture) EISA (Extended ISA) VESA (Video Electronics Standards Association, VL Bus) PCI (Periheral Component Interconnect) USB (Universal
Obsolete Product(s) - Obsolete Product(s)
Memory tag IC at 13.56 MHz, with 64-bit unique ID and WORM user area, ISO 15693 and ISO 18000-3 Mode 1 compliant Features ISO 15693 compliant ISO 18000-3 Mode 1 compliant 13.56 MHz ±7 khz carrier frequency
MACHINE ARCHITECTURE & LANGUAGE
in the name of God the compassionate, the merciful notes on MACHINE ARCHITECTURE & LANGUAGE compiled by Jumong Chap. 9 Microprocessor Fundamentals A system designer should consider a microprocessor-based
DS1821 Programmable Digital Thermostat and Thermometer
ma www.maxim-ic.com FEATURES Requires no external components Unique 1-Wire interface requires only one port pin for communication Operates over a -55 C to +125 C (67 F to +257 F) temperature range Functions
ACR122U USB NFC Reader
ACR122U USB NFC Reader Technical Specificatins V3.04 Subject t change withut prir ntice [email protected] www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins... 5
3G USB Modem. Model AC327U. User Manual. February 2014 202-11356-01. 350 East Plumeria Drive San Jose, CA 95134 USA
3G USB Modem Model AC327U User Manual February 2014 202-11356-01 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the
MBP_MSTR: Modbus Plus Master 12
Unity Pro MBP_MSTR 33002527 07/2011 MBP_MSTR: Modbus Plus Master 12 Introduction This chapter describes the MBP_MSTR block. What s in this Chapter? This chapter contains the following topics: Topic Page
ARM Thumb Microcontrollers. Application Note. Software ISO 7816 I/O Line Implementation. Features. Introduction
Software ISO 7816 I/O Line Implementation Features ISO 7816-3 compliant (direct convention) Byte reception and transmission with parity check Retransmission on error detection Automatic reception at the
Data Sheet. Adaptive Design ltd. Arduino Dual L6470 Stepper Motor Shield V1.0. 20 th November 2012. L6470 Stepper Motor Shield
Arduino Dual L6470 Stepper Motor Shield Data Sheet Adaptive Design ltd V1.0 20 th November 2012 Adaptive Design ltd. Page 1 General Description The Arduino stepper motor shield is based on L6470 microstepping
DS1721 2-Wire Digital Thermometer and Thermostat
www.dalsemi.com FEATURES Temperature measurements require no external components with ±1 C accuracy Measures temperatures from -55 C to +125 C; Fahrenheit equivalent is -67 F to +257 F Temperature resolution
SATA SSD Series. InnoDisk. Customer. Approver. Approver. Customer: Customer. InnoDisk. Part Number: InnoDisk. Model Name: Date:
SATA SSD Series Customer: Customer Part Number: InnoDisk Part Number: InnoDisk Model Name: Date: InnoDisk Approver Customer Approver Table of contents EverGreen SATA SSD REVISION HISTORY... 4 LIST OF TABLES...
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.
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:
Aperio Online. Aperio. Online Programming Application Manual. Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013
Aperio TM Online Programming Application Manual Document No: ST-001321-A, Issue date: 8 July 2013 1 Aperio Online Quick Installation Guide, Document No: ST-001322-A, Date: 8 juli 2013 Table of Contents
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
Smart Card Technology Capabilities
Smart Card Technology Capabilities Won J. Jun Giesecke & Devrient (G&D) July 8, 2003 Smart Card Technology Capabilities 1 Table of Contents Smart Card Basics Current Technology Requirements and Standards
KSH-3000-MI. Swipe Card Reader. ( Magnetic / IC Card two in One Reader ) Revision Reason Date V2.0 03-16-2006
KSH-3000-MI Swipe Card Reader ( Magnetic / IC Card two in One Reader ) Version: V2.7 Revision Reason Date V2.0 03-16-2006 V2.1 1. Update mechanical drawing 04-09-2006 V2.2 1. Update KSH-3000-061 drawing
8-Bit Flash Microcontroller for Smart Cards. AT89SCXXXXA Summary. Features. Description. Complete datasheet available under NDA
Features Compatible with MCS-51 products On-chip Flash Program Memory Endurance: 1,000 Write/Erase Cycles On-chip EEPROM Data Memory Endurance: 100,000 Write/Erase Cycles 512 x 8-bit RAM ISO 7816 I/O Port
SKYEMODULE GEMINI DATASHEET VERSION 040913
SKYEMODULE GEMINI DATASHEET VERSION 040913 SkyeModule Gemini Datasheet Page 2 COPYRIGHT INFORMATION: Copyright 2013 SkyeTek, Inc., 1525 Market St. Suite 200, Denver, Colorado 80202, U.S.A. All rights reserved.
HT1632C 32 8 &24 16 LED Driver
328 &216 LED Driver Features Operating voltage: 2.V~5.5V Multiple LED display 32 ROW /8 COM and 2 ROW & 16 COM Integrated display RAM select 32 ROW & 8 COM for 6 display RAM, or select 2 ROW & 16 COM for
ACR122U USB NFC Reader
ACR122U USB NFC Reader Technical Specificatins V3.04 Subject t change withut prir ntice [email protected] www.acs.cm.hk Table f Cntents 1.0. Intrductin... 3 2.0. Features... 4 3.0. Typical Applicatins... 5
Router Setup Manual. NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17
NETGEAR, Inc. 4500 Great America Parkway Santa Clara, CA 95054 USA 208-10060-01 2006-03-17 2006 by NETGEAR, Inc. All rights reserved. Trademarks NETGEAR is a trademark of Netgear, Inc. Microsoft, Windows,
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
3G USB Modem. Model AC329U. User Manual. February 2014 202-11357-02. 350 East Plumeria Drive San Jose, CA 95134 USA
3G USB Modem Model AC329U User Manual February 2014 202-11357-02 350 East Plumeria Drive San Jose, CA 95134 USA Support Thank you for selecting NETGEAR products. After installing your device, locate the
Smart Card. Smart Card applications
Smart Card Chip Plastic card A very secure way of storing a small amount of sensitive data 1 Smart Card applications Retail Sale of goods using Electronic Purses, Credit / Debit Vending machines Loyalty
RDF1. RF Receiver Decoder. Features. Applications. Description. Ordering Information. Part Number Description Packages available
RDF1 RF Receiver Decoder Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data
Serial port interface for microcontroller embedded into integrated power meter
Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia
OBID PC/SC-Driver USB
MANUAL OBID PC/SC-Driver USB Version 02.12.00 (WHQL certified USB driver) final public (B) 2011-07-05 H61201-8e-ID-B.doc Note Copyright 2011 by FEIG ELECTRONIC GmbH Lange Strasse 4 D-35781 Weilburg-Waldhausen
Reverse engineering smart cards
Reverse engineering smart cards Christian M. Amsüss [email protected] http://christian.amsuess.com/ 2010-05-06 Overview objective understand smart card communication based on sniffable
EPC C-1 G-2 / ISO 18000-6C RFID IC
EM MICROELECTRONIC - MARIN SA EPC C-1 G-2 / ISO 18000-6C RFID IC Description is a certified EPC TM Class-1 Generation-2 (Gen2) IC and compliant with ISO/IEC 18000-6:2010 Type C. Each chip is manufactured
Block 3 Size 0 KB 0 KB 16KB 32KB. Start Address N/A N/A F4000H F0000H. Start Address FA000H F8000H F8000H F8000H. Block 2 Size 8KB 16KB 16KB 16KB
APPLICATION NOTE M16C/26 1.0 Abstract The following article describes using a synchronous serial port and the FoUSB (Flash-over-USB ) Programmer application to program the user flash memory of the M16C/26
