Romuald Conty
1336c73e0c
example/nfc-mfultralight: handle lock page writing
2011-01-04 09:55:43 +00:00
Romuald Conty
53c8917353
Attempt fix some UART timeouts, should also allow lower devices to be detected.
2010-12-30 10:01:06 +00:00
Romuald Conty
ba37313cb8
Prevent from stack corruption when using PN533-based device and add errors handling for ReadRegister and WriteRegister. (Fixes Issue 135)
2010-12-29 14:01:14 +00:00
Romuald Conty
84710f266b
nfc-mfultralight: remove unused variable
2010-12-29 13:16:30 +00:00
Romuald Conty
59a93eab45
Add register access test.
2010-12-29 13:15:49 +00:00
Romuald Conty
e38636c4ac
CMake fixes (Thanks to glenn from libnfc's forum)
2010-12-21 11:06:43 +00:00
Philippe Teuwen
9c3fccb073
README: more troubleshooting info
2010-12-13 13:07:55 +00:00
Romuald Conty
12324873d3
Document ACR122 problem with pcsclite. (Fixes Issue 131)
2010-12-13 11:58:04 +00:00
Philippe Teuwen
3b62d2512c
nfc-mfultralight: fix 7byte UID display
2010-12-09 23:40:03 +00:00
Romuald Conty
ca594f3198
Update ChangeLog
2010-11-17 14:44:22 +00:00
Romuald Conty
5e9e177319
Change examples license for the sake of consistency: LGPL covers library, re-usable examples code is now under BSD license.
2010-11-17 14:27:11 +00:00
Romuald Conty
6aa07aa78b
Add extra dist to make distcheck pass and force distcheck to compile all drivers
2010-11-17 10:14:26 +00:00
Romuald Conty
66aef98c40
Define strdup under Windows in contrib/windows.h
2010-11-17 10:10:34 +00:00
Romuald Conty
835823809f
Split UART implementations: POSIX and Windows
...
It could ease to port to other system like MiKey and it should be easy to track which is the concerned OS while uart driver is modified.
2010-11-17 08:48:03 +00:00
Romuald Conty
58dcf63e7c
MERGE: libnfc-mingw-cross merge with trunk (r805-821)
2010-11-17 08:29:41 +00:00
Romuald Conty
6df612a364
Errors use #define instead of constant values.
...
Update Issue 84
Current 'ident' command breaks commit-concerned lines.
2010-11-15 18:50:53 +00:00
Philippe Teuwen
779fdd5df6
Tweaks Touchatag detection under MacOSX (Fixes issue 128)
2010-11-15 13:00:07 +00:00
Romuald Conty
6e29450d69
Fix memory leak while using *_pick(). Thanks to frankmorgner (Fixes Issue 130)
2010-11-12 19:24:20 +00:00
Romuald Conty
6e70cfa5ef
Fix UART default serial ports under Linux.
2010-11-12 18:38:47 +00:00
Romain Tartiere
ad5959e860
Really fail if pkg-config is not present.
...
Submitted by: Amnesia, bigjay via IRC.
2010-11-05 11:36:20 +00:00
Romain Tartiere
4e5d0766e1
Rename append_iso14443a_crc() to iso14443a_crc_append().
2010-10-29 10:59:26 +00:00
Romuald Conty
af0a47ad2c
Upgrade Debian: add pn53x scripts to libnfc-pn53x-examples package
2010-10-26 15:40:34 +00:00
Romuald Conty
f252bec18f
Upgrade debian package: split experimental examples from regular ones
2010-10-26 15:35:55 +00:00
Philippe Teuwen
26de9d3a69
nfc-anticol: Computes CRC rather than hardcoded one. psst: r800 \o/
2010-10-26 15:01:46 +00:00
Romuald Conty
7b29e44698
Updating ChangeLog
2010-10-26 14:43:45 +00:00
Romuald Conty
5f4f7cd45a
Bump package version
2010-10-26 14:31:22 +00:00
Romuald Conty
a214974684
Remove INFO macro: display was not clear enough and does not provide a big benefit.
...
New Issue
Summary: Remove nfc-message.h file from installed ones
nfc-message.h provide some usefull debugging macros but I am not sure that these macros have to be installed with other files.
2010-10-26 14:27:17 +00:00
Philippe Teuwen
1963bb65e4
nfc-anticol: Cascade based on SAK rather than CT, better for educational purpose
2010-10-25 13:48:01 +00:00
Philippe Teuwen
56e37ec309
nfc-anticol: Adds support for CL3 (Fixes issue 126) Thanks.
2010-10-25 13:00:39 +00:00
Romuald Conty
5c8749c63e
drivers/arygon: retrieve ARYGON firmware version
2010-10-22 15:21:06 +00:00
Romuald Conty
8798f6bbcd
Fix ARYGON driver:
...
- Does not send any ACK frame at start: my ARYGON does get happy with this frame (see code comments)
- Send a TAMA reset (for PN532) instead of ACK frame
- Remove bzero use: its a deprecated function
2010-10-22 14:29:44 +00:00
Romuald Conty
ca8c5cabe1
Fix minor compilation warnings
2010-10-22 14:25:09 +00:00
Romuald Conty
1a320d5577
Adjust uart's timeout from baud rate
2010-10-22 14:10:36 +00:00
Philippe Teuwen
17f79a744b
Updating ChangeLog & NEWS
2010-10-20 20:56:12 +00:00
Philippe Teuwen
5a6bb0bbc5
examples: mifare.c fix potential bug when used in non-EasyFraming environment
2010-10-20 18:11:06 +00:00
Romuald Conty
97cf9e925b
Attempt to fix ARYGON driver
2010-10-20 16:14:53 +00:00
Philippe Teuwen
0abdf67b8b
nfc-anticol: fix bug in long UID display, and some more details
2010-10-20 15:23:09 +00:00
Romuald Conty
72d7b66d2b
Handle more corner case during convertion from nfc_* types to available pn53x_* types
2010-10-20 09:28:36 +00:00
Romuald Conty
311471024a
Fix printing of 847 kbps baud rate and a minor compil warning
2010-10-20 09:27:34 +00:00
Romuald Conty
dd0c4ad785
Update ChangeLog
2010-10-20 08:34:54 +00:00
Romuald Conty
5538fbd20f
Add NBR_847 (used with ISO14443B) and update convert function.
2010-10-20 08:34:06 +00:00
Philippe Teuwen
aba4cec7d6
nfc-utils: more ATQA/SAK fingerprinting
2010-10-19 21:36:43 +00:00
Romuald Conty
ccbd2d83c6
Add NEWS file to summarize important changes (like API ^^)
2010-10-19 15:50:18 +00:00
Philippe Teuwen
838db98400
Examples: more ISO14443A ATQA+SAK possible matches
2010-10-19 13:08:56 +00:00
Philippe Teuwen
2b24a0a7f5
Examples: more ISO14443A info decoding & verbose mode for nfc-list
2010-10-19 12:50:52 +00:00
Romuald Conty
f249af6266
Add ISO14443-4 modulation to hardware polling only when NDO_AUTO_ISO14443_4A have been enabled and document this features and known issues.
2010-10-19 09:34:18 +00:00
Philippe Teuwen
f75d2d3582
Typo
2010-10-18 16:17:01 +00:00
Romuald Conty
f9391ad823
Update some TODOs
2010-10-18 15:47:56 +00:00
Romuald Conty
57560c3290
Document the ACR122 problem.
...
Update Issue 117
Status: WontFix
ACR122 device support is limited. We can not provide a rock-solid support of emulation on these devices this way (talking directly to PN532).
2010-10-18 15:17:31 +00:00
Romuald Conty
b5d85fc6e1
Decode supported modulation from PN53x
2010-10-18 14:26:49 +00:00