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. 50/101
5.7 MIFARE Plus Card Commands
QM-ABCM7 series reader module support MIFARE Plus card operation. NXP MIFARE
Plus cards are used to instead MIFARE 1 card. We provide application commands which are
based on Level 3. In the card level 3, the authentication use AES encryption algorithm. In the
communication process between module and card, all are using encrypted data + command with
MAC + response with MAC mode. So the security of RF communication is extremely high.
Use the following command allows the user to quickly start MIFARE Plus R & D works.
But for advanced user, also could use APDU to implement the card.
5.7.1 MIFARE Plus Prepare Commands
5.7.1.1 MIFARE Plus Request
For MIFARE Plus card request, please refer to ISO14443 TYPE A Request.
5.7.1.2 MIFARE Plus RATS
Please refer to ISO14443-4 TYPE-A card reset (RATS).
5.7.1.3 MIFARE Plus Request and RATS
Please refer to Card Request according to EMV and PBOC.
5.7.2 MIFARE Plus Initialization Commands
5.7.2.1 MIFARE Plus Write Perso
Function: Initialization of the AES key and all other blocks. About these blocks address and
the default value, please refer to the MIFARE Plus datasheet or contact us.
Host sends:
Frame 0x33 Address Data Checksum
Address: 2 bytes block address, MSB first.
Data: 16 bytes.
Success:
Frame 0x33 Status Checksum
Status: status code returned from the card, the communication between the card and
module is successful, but it may not meet the conditions for the implementation.
Please reference: MIFARE Plus Returned Status Code.
Failure:
Frame 0xCC Checksum
Example:
Send: 0x00 16 00 33 40 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 65
Return: 0x00 04 01 33 36