add ehanced contactless polling to 14a reader/raw commands

This commit is contained in:
iceman1001 2021-10-17 11:38:37 +02:00
commit 37b89c7b11
5 changed files with 35 additions and 10 deletions

View file

@ -27,7 +27,9 @@ local ISO14A_COMMAND = {
ISO14A_SET_TIMEOUT = 0x40,
ISO14A_NO_SELECT = 0x80,
ISO14A_TOPAZMODE = 0x100,
ISO14A_NO_RATS = 0x200
ISO14A_NO_RATS = 0x200,
ISO14A_SEND_CHAINING = 0x400,
ISO14A_USE_ECP = 0x800
}
local ISO14443a_TYPES = {}