From 7c0510a0b25ce7d2722e3392bba88df93a2ea412 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 6 Sep 2020 11:29:51 +0200 Subject: [PATCH] added PPS --- include/protocols.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/protocols.h b/include/protocols.h index 82e250993..ca6d32637 100644 --- a/include/protocols.h +++ b/include/protocols.h @@ -15,6 +15,9 @@ ISO14443A (usually NFC tags) 95 20 = Anticollision of cascade level2 95 70 = Select of cascade level2 50 00 = Halt (usage: 5000+2bytes ISO14443A-CRC - no answer from card) + + E0 = RATS + D0 = PPS Mifare 60 = Authenticate with KeyA 61 = Authenticate with KeyB @@ -148,6 +151,7 @@ ISO 7816-4 Basic interindustry commands. For command APDU's. #define ISO14443A_CMD_WRITEBLOCK 0xA0 #define ISO14443A_CMD_HALT 0x50 #define ISO14443A_CMD_RATS 0xE0 +#define ISO14443A_CMD_PPS 0xD0 #define ISO14443A_CMD_NXP_DESELECT 0xC2 #define MIFARE_SELECT_CT 0x88