# Software examples how to use uFR Series readers API with Desfire® cards ### Notice - It should be mentioned that this software must have 'config.txt', 'read.txt' and 'write.txt' in root folder. - 'config.txt' is required for settings that app loads on start, which will be used throughout the course of demo. You can modify this .txt file either by calling a 'Change config parameters' function from main menu of the app, or either by manually configuring it - although it should be mentioned that this way settings will be loaded only on next app start. - 'read.txt' and 'write.txt' are required for Read/Write Std data file functions, where 'read.txt' will store data read from the card, and 'write.txt' will read this file and write it's contents to std file on our card. #### Additional: * Purpose of this software demo is to provide additional info about usage of uFR Series API specific features. * It is specific to mentioned hardware ONLY and some other hardware might have different approach, please bear in mind that. * This software was tested with Python v3.7.1 64-bit and v3.7.1 32-bit . * If possible, when reporting a bug, it would be convenient for you to send a screenshot of console output, write down your Python version and OS/platform specific info (e.g Win32/64 etc..) #### References: git repo: https://www.d-logic.net/code/nfc-rfid-reader-sdk/ufr-ds-examples-python.git user manual: 'aes_tester_console' -> https://www.d-logic.net/code/nfc-rfid-reader-sdk/ufr-doc.git uFR series readers API: 'uFR Series NFC reader API' -> https://www.d-logic.net/code/nfc-rfid-reader-sdk/ufr-doc.git