Romuald Conty
979f1fa518
WARNING: API changed ! Some variable name have been changed to match with coding convention.
...
Changed length parmeters from uint32_t to size_t (Fix Issue 32).
Code cleanup.
2009-10-02 09:52:02 +00:00
Roel Verdult
119b57ff35
Finally removed all dirty globals, it 'should' be thread-safe now
2009-09-25 11:09:50 +00:00
Romuald Conty
047b7d2006
Add rs232_get_speed function. (Thanks to Zuck)
...
Add missing RS232 functions for Windows. Not yet tested (Thanks to Zuck)
Add comment about timing problem using ARYGON readers.
2009-09-21 14:57:55 +00:00
Romuald Conty
2761b66d6a
Fix delay for ARYGON devices at 9600 bauds.
2009-09-17 09:57:16 +00:00
Romuald Conty
84fd09c281
Flush input hardware buffer on serial port opening (WARNING: Had to be done in Windows part.)
...
Make sure that returned RX buffer length of rs232_receive() is set in each case. (WARNING: Had to be done in Windows part.)
Clean up dev_arygon.c to fit with coding conventions.
2009-09-17 08:48:05 +00:00
Romuald Conty
61760cc853
Allow ARYGON APDB µC equipped (APDB2UA33) to work with libnfc. (WARNING: some stability issues remains and it works only on POSIX).
2009-09-14 15:05:02 +00:00
Romuald Conty
9e60b6e392
Add 10ms delay for ARYGON-APDB (PN532 based): some stability issues when reading a tag many times.
2009-09-09 13:43:16 +00:00
Romuald Conty
7924d10fad
Prevent from exporting messages macros outside of libnfc.
2009-09-08 10:25:59 +00:00
Romuald Conty
be55ba2955
WARNING: API changed: nfc_connect() now take one argument. Have a look at nfc-list example (list.c) or at directly at function Doxygen comment (libnfc.h).
...
Add configure option: --disable-serial-autoprobe to fix Issue 2 (Autotools and CMake).
Fix Issue 11: it is now possible to specify a wanted device using new struct "nfc_device_desc_t".
Code cleanup.
2009-09-04 13:24:34 +00:00
Romuald Conty
4457a3e327
Fix current code to compile under Windows. Thanks to Fkooman
2009-09-04 08:32:32 +00:00
Romuald Conty
e92b8ab76f
ARYGON APDB1UA33N works with the revision.
2009-09-03 12:26:54 +00:00
Romuald Conty
b16bc53025
Attempt to support ARYGON APDB (APDB1UA33N and APDB2UA33).
...
Code clean up.
2009-08-28 16:54:04 +00:00
Romuald Conty
e98e7d9415
Rename "byte" type into "byte_t" type.
2009-07-16 12:09:06 +00:00
Romuald Conty
c8adb1036a
License have changed from GPLv3 to LGPLv3.
2009-06-26 09:05:25 +00:00
Romuald Conty
eccb9d3d3b
Fix rs232.* under linux.
...
Fix merged code to be C99 compiliant.
Try to fix dev_arygon under linux (could not be tested here, sorry).
Try to fix MacOSX makefile (could not be tested here, sorry).
Adjust src/Makefile.am to compile/dist all new files.
2009-06-11 10:16:27 +00:00
Romuald Conty
d74f0d13dd
MERGE: svn merge -r 20:23 trunk/src branches/portability/src
2009-06-11 09:12:00 +00:00