Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# uFR Series Async UID example
Small console demo will read Async UID using the uFR reader on Desktop (Windows/Linux)
## Getting Started
Download project, compile and run.
Alternatively run appropriate binary and follow the menu and instructions.
### Prerequisites
uFR Series reader
### Installing
No installation needed. Precompiled binaries available for Win32 and Win64 platforms. Binaries for Linux as well.
Other supproted platforms are in TODO list, coming soon.
## Compiling
Use IDE of your choice, suggestions are Eclipse or CodeBlocks.
There is a Makefile as well so it can be used for compilation as well (e.g `make win32`)
## API documentation
References:
- uFR Asynchronous API: https://code.d-logic.com/nfc-rfid-reader-sdk/ufr-doc/-/tree/master/
- uFR Series NFC Reader API : https://code.d-logic.com/nfc-rfid-reader-sdk/ufr-doc/-/blob/master/uFR_Series_NFC_reader_API.pdf
## License
See the [uFR_library_license.md](ufr-lib/uFR_library_license.md) file for details.
Path to license: `ufr-lib\license\uFR_library_license.md`
## Acknowledgments
* Purpose of this example is to provide additional info about usage of firmware and API specific features of uFR Series devices.
* It is specific to mentioned hardware ONLY and some other hardware might have different approach, please bear that in mind.