]> git.zerfleddert.de Git - proxmark3-svn/commit
ADD: well, starting with a luascript for reading calypso tags, made me remake the...
authoriceman1001 <iceman@iuse.se>
Sun, 20 Mar 2016 18:33:07 +0000 (19:33 +0100)
committericeman1001 <iceman@iuse.se>
Sun, 20 Mar 2016 18:33:07 +0000 (19:33 +0100)
commit6fc68747f68c47b65215013545c7c551105a366a
tree74ae8b51a9763386d8033752379a8a9d3f8368d0
parent790e8eae099de71161aea127c386c6c1b2c71f04
ADD:  well, starting with a luascript for reading calypso tags,  made me remake the 14b raw command on client and device side.  Sorry @marshmellow42 , but this one broke your "hf 14b info" implementation. I fixed the "hf 14b read" and the hf search. So not to bad, but still a bit broken.   The 14b raw device side is now very similar to 14a raw. Which is good.   There is a Standard 14b 0x050008 detection and STmicroelectronic 0x0600 detection on deviceside. This removes a lot of code client side.
I also made the SRi read functions better by combining them.   The demodulation / uart code should be the same as last summers changes.  The device side code can now be even smaller.
17 files changed:
armsrc/BigBuf.c
armsrc/appmain.c
armsrc/apps.h
armsrc/epa.c
armsrc/iso14443a.c
armsrc/iso14443b.c
armsrc/iso14443b.h
armsrc/iso15693.c
client/cmdhf14a.c
client/cmdhf14b.c
client/cmdhf14b.h
client/hid-flasher/usb_cmd.h
client/lualibs/commands.lua
client/lualibs/read14b.lua
include/common.h
include/mifare.h
include/usb_cmd.h
Impressum, Datenschutz