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. 38/101
Key: 6 bytes, the key of the card.
Success:
Frame 0x2A Data Checksum
Data: blocks * 16 bytes card data per block
Failure:
Frame 0xD5 Checksum
Example:
Send: 0x00 0D 00 2A 00 01 02 FF FF FF FF FF FF 24
Return: 0x00 24 01 2A 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 0F
5.5.4 MIFARE 1K/4K Data Block Write
Function: Write the data to a block of MIFARE 1K/4K.
Host sends:
Frame 0x22 Key ID Block Key Data Checksum
Key ID: 1 byte, Key identifier;
Block: 1 byte, Block number to be written;
Key: 6 bytes, the key of the card;
Data: 16 bytes data to be written.
Success:
Frame 0x22 Checksum
Failure:
Frame 0xDD Checksum
Example:
Send: 0x00 1C 00 22 00 01 FF FF FF FF FF FF 00 01 02 03 04 05 06 07 08 09 0A 0B 0C
0D 0E 0F 3F
Return: 0x00 04 01 22 27
5.5.5 MIFARE 1K/4K Multi-Blocks Write
Function: Write multi data blocks. The function is supported only in the same sector. If
crossing sector, it will fail while writing the first block in the next sector and then prompt the
error in the returned result.
Host sends:
Frame 0x2B Key ID Start Block Blocks Key
Data Checksum
Key ID: 1 byte, key identifier;
Start Block: 1 byte, the start block number to be written;
Blocks: 1 byte, number of blocks to be written;
Key: 6 bytes, the key of the card;
Data: blocks * 16 bytes data to write per block
Success: