mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
add ehanced contactless polling to 14a reader/raw commands
This commit is contained in:
parent
dbec6edfa7
commit
37b89c7b11
5 changed files with 35 additions and 10 deletions
|
@ -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 = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue