mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
CHG: some minor changes to the 14b, the read 14b lua,
This commit is contained in:
parent
cf69eca0ff
commit
ff3e074478
3 changed files with 26 additions and 27 deletions
|
@ -107,7 +107,7 @@ local function select1443b()
|
|||
-- bit 0-1-2 | N slots ( 0 = 1, 1 = 2, 2 = 4, 3 = 8, 4 == 16)
|
||||
-- bit 3 | (1== WUPB, 0 == REQB)
|
||||
-- bit 4-5-6-7 | AFI application family identifier
|
||||
local result, err = sendRaw('050000', 1, 1)
|
||||
local result, err = sendRaw('050008', 1, 1)
|
||||
if result then
|
||||
resp = Command.parse( result )
|
||||
len = tonumber(resp.arg1) * 2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue