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. 40/101
Send: 0x00 0C 00 24 00 01 FF FF FF FF FF FF 29
Return: 0x00 08 01 24 04 03 02 01 29
5.5.8 MIFARE 1K/4K Purse Increment
Function: Purse increment of MIFARE 1K/4K. The format of the purse uses MIFARE
1K/4K’s default. Purse increment means the increment on the basis of the original value.
Host sends:
Frame 0x25 Key ID Block
Key Value
Checksum
Key ID: 1 byte, Key identifier;
Block: 1 byte, block number of purse to be increment;
Key: 6 bytes, the key of the card;
Value: 4 bytes, increment value, LSB first.
Success:
Frame 0x25 Checksum
Failure:
Frame 0xDA Checksum
Example:
Send: 0x00 10 00 25 00 01 FF FF FF FF FF FF 01 00 00 00 35
Return: 0x00 04 01 25 20
5.5.9 MIFARE 1K/4K Purse Decrement
Function: Purse decrement of MIFARE 1K/4K. The format of the purse uses MIFARE
1K/4K’s default. Purse decrement means the decrement on the basis of the original number. Purse
decrement only needs the “read authority” of the key.
Host sends:
Frame 0x26 Key ID Block
Key Value
Checksum
Key ID: 1 byte, Key identifier;
Block: 1 byte, block number of purse to be decrement;
Key: 6 bytes, the key of the card;
Value: 4 bytes, decrement value, LSB first
Success:
Frame 0x26 Checksum
Failure:
Frame 0xD9 Checksum
Example:
Send: 0x00 10 00 26 00 01 FF FF FF FF FF FF 02 00 00 00 35
Return: 0x00 04 01 26 23