CHG: some minor changes to the 14b, the read 14b lua,

This commit is contained in:
iceman1001 2016-03-01 07:03:00 +01:00
commit ff3e074478
3 changed files with 26 additions and 27 deletions

View file

@ -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