Version 1.2, final
+Windows 32 binaries +Windows 64 binaries Finished T2T counters (especially for NXP UL EV1 & NTAG 21x) demonstration. Usage examples of: DL_API UFR_STATUS ReadCounter(uint8_t counter_address, uint32_t *value); DL_API UFR_STATUS IncrementCounter(uint8_t counter_address, uint32_t inc_value); DL_API UFR_STATUS ReadNFCCounter(uint32_t *value); // Same as ReadCounter(2, &value); DL_API UFR_STATUS ReadNFCCounterPwdAuth_RK(uint32_t *value, uint8_t reader_key_index); DL_API UFR_STATUS ReadNFCCounterPwdAuth_PK(uint32_t *value, const uint8_t *key); from uFCoder library.
parent
989a6fe9
Please register or sign in to comment