From: iceman1001 Date: Sun, 20 Mar 2016 18:33:07 +0000 (+0100) Subject: ADD: well, starting with a luascript for reading calypso tags, made me remake the... X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/6fc68747f68c47b65215013545c7c551105a366a?hp=6fc68747f68c47b65215013545c7c551105a366a 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. ---