]> git.zerfleddert.de Git - proxmark3-svn/commit
-Fixed a bug in iso14_apdu
authorfrederikmoellers@aol.de <frederikmoellers@aol.de@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 24 Aug 2012 21:00:03 +0000 (21:00 +0000)
committerfrederikmoellers@aol.de <frederikmoellers@aol.de@ef4ab9da-24cd-11de-8aaa-f3a34680c41f>
Fri, 24 Aug 2012 21:00:03 +0000 (21:00 +0000)
commitb0127e65f1bef754e0ac72893e2ba99f9ca7f106
tree91dabb6fc58018bf7c76a605b5c0f55166046578
parent3ebf4b3d0165e53d70a9e47282d05c6875966ba4
-Fixed a bug in iso14_apdu
 -According to ISO14443-4, the block number (bit 0) in the PCB needs to be flipped every once in a while. Not doing so leads to the card not responding to commands anymore. The flipping is done according to the standard now.
-Declare iso14_apdu in iso14443a.h to enable usage from other .c files
-iso14_apdu now returns 0 if ReaderReceive returned 0 (to distinguish between the case that ReaderReceive returns -1 and the case that it returns 0)
-Added a new function to change the timeout (to enable changing it from other .c files without the need for a global variable)
armsrc/iso14443a.c
armsrc/iso14443a.h
Impressum, Datenschutz