]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/lualibs/read14b.lua
CHG: some minor changes to the 14b, the read 14b lua,
[proxmark3-svn] / client / lualibs / read14b.lua
index dd720fea57a59095108838f074d6624f8ae29578..ab51f8bfde7eea9873d9c4f93e55ce1204c6467f 100644 (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
Impressum, Datenschutz