Reply To: Basic Questions re: Reading MIFARE Plus using MFRC522

Forum MIFARE and NFC Reader IC`s Basic Questions re: Reading MIFARE Plus using MFRC522 Reply To: Basic Questions re: Reading MIFARE Plus using MFRC522

Re: Basic Questions re: Reading MIFARE Plus using MFRC522

15. February 2017 at 11:58
Thanks, for response!
Yes card in sl3 mode, with another reader i can auth in sl3 and read blocks.

send RATS = > valid RATS response
send PPS => valid PPS response
and do next for example:

First send command auth with invalid block number, second send valid command:

PCB CID 4-byte command CRC
Send: 0x0A, 0x02, [ auth ], crc1 ,crc2;

Recive: 0x0A, 0x02, 0x09, 0x1F, 0x78;

Error code 0x09 => Block Number is not valid

Send : 0x0A, 0x02, [ auth ], crc1 ,crc2;

Recive: nothing
+ 0  |  - 0