Romain Tartiere 655fdb569a Fix nfc_initiator_mifare_cmd() in examples.
In r509, a direct call to pn53x_transceive() was changed into a call to nfc_initiator_transceive_dep_bytes() which is part of the public API. The command to send was updated accordingly, but the code that extracts the response have not.

Update issue 98
This should fix the problem: because the response was not the expected length, the actual card data was not copied to the buffer, so it was always the same 16 uninitialized bytes that where returned for any block.

PR:		Issue 98
Submitted by:	zamby.ing
Pointy hat to:  me
2010-08-13 19:53:13 +00:00
2010-03-31 14:07:13 +00:00
2010-08-11 16:36:35 +00:00
2010-08-10 21:02:26 +00:00
2010-01-14 16:04:48 +00:00
2010-04-06 21:19:40 +00:00
2010-01-29 15:06:31 +00:00
2010-08-11 16:36:35 +00:00
2010-04-09 15:08:36 +00:00
2010-08-11 16:36:35 +00:00
2009-11-20 19:15:27 +00:00

------------------------------------------------------------------------
Public platform independent Near Field Communication (NFC) library
Copyright (C) 2009, Roel Verdult
 
------------------------------------------------------------------------
Welcome to the developers community of libnfc.

Since it is hard to keep all information up to date
we decided to only maintain the online documentation.
Please visit the official website for more info:
http://www.libnfc.org

If you have questions, remarks, bug-reports, we encourage you to
post this in the developers community: 
http://www.libnfc.org/community

------------------------------------------------------------------------
Proprietary Notes:

FeliCa is s registered trademark of the Sony Corporation. MIFARE is a 
trademark of NXP Semiconductors. Jewel Topaz is a trademark of Innovision
Research & Technology. All other trademarks are the property of their 
respective owners.

Description
Platform independent Near Field Communication (NFC) library
Readme 3.4 MiB
Languages
C 91.3%
CMake 3.4%
M4 2%
Roff 1.8%
Makefile 1.1%
Other 0.4%