Instructions
NFC &
MIFARE & ISO14443AB & ISO15693 & ISO18000 & ISO7816 IC Card Module www.quio-rfid.de
Copyright © 2003-2022 Quick Ohm Küpper & Co. GmbH. All rights reserved. 39/101
Frame 0x2B Checksum
Failure:
Frame 0xD4 Checksum
Example:
Send: 0x00 2D 00 2B 00 01 02 FF FF FF FF FF FF 00 01 02 03 04 05 06 07 08 09 0A 0B
0C 0D 0E 0F 10 11 12 13 14 15 16 17 18 19 1A 1B 1C 1D 1E 1F 05
Return: 0x00 04 01 2B 2E
5.5.6 MIFARE 1K/4K Purse Block Initialization
Function: Initialize a block of MIFARE 1K/4K as a purse. The format of purse uses
MIFARE 1K/4K’s default. The card's key block and block 0 could not be used as a purse. For
more details about MIFARE 1K/4K card, please refer to the datasheet.
Host sends:
Frame 0x23 Key ID Block Key Value Checksum
Key ID: 1 byte, Key identifier;
Block: 1 byte, Block number to be initialized;
Key: 6 bytes, the key of the card;
Value: 4 bytes, initialized value, LSB first.
Success:
Frame 0x23 Checksum
Failure:
Frame 0xDC Checksum
Example:
Send: 0x00 10 00 23 00 01 FF FF FF FF FF FF 04 03 02 01 36
Return: 0x00 04 01 23 26
5.5.7 MIFARE 1K/4K Purse Read
Function: Read a purse of MIFARE 1K/4K. The format of purse uses MIFARE 1K/4K’s
default. Module will read the data in the block and check if it is a purse format. If the purse
format is incorrect, the respose will show failure.
Host sends:
Frame 0x24 Key ID Block Key Checksum
Key ID: 1 byte, Key identifier;
Block: 1 byte, block number of the value to be read;
Key: 6 bytes, the key of the card.
Success:
Frame 0x24 Data Checksum
Data: 4 bytes value data, LSB first.
Failure:
Frame 0xDB Checksum
Example: