[libfreefare] push by yob...@gmail.com - Use 424kbits/s when talking to DESFire... on 2014-03-11 21:10 GMT

0 views
Skip to first unread message

libfr...@googlecode.com

unread,
Mar 11, 2014, 5:10:35 PM3/11/14
to nfc-tool...@googlegroups.com
Revision: 7ae729a65dea
Author: Philippe Teuwen <yob...@gmail.com>
Date: Tue Mar 11 21:09:48 2014 UTC
Log: Use 424kbits/s when talking to DESFire

PN532 does not support 847kbits/s, oops

http://code.google.com/p/libfreefare/source/detail?r=7ae729a65dea

Modified:
/libfreefare/mifare_desfire.c

=======================================
--- /libfreefare/mifare_desfire.c Mon Mar 10 23:14:59 2014 UTC
+++ /libfreefare/mifare_desfire.c Tue Mar 11 21:09:48 2014 UTC
@@ -296,7 +296,7 @@
nfc_target pnti;
nfc_modulation modulation = {
.nmt = NMT_ISO14443A,
- .nbr = NBR_847
+ .nbr = NBR_424
};
if (nfc_initiator_select_passive_target (tag->device, modulation,
tag->info.abtUid, tag->info.szUidLen, &pnti) >= 0) {
// The registered ISO AID of DESFire D2760000850100
Reply all
Reply to author
Forward
0 new messages