Skip to content
README.md 1.3 KiB
Newer Older
developer38's avatar
developer38 committed

# 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.