Skip to content
  1. Mar 10, 2025
  2. Jan 21, 2025
  3. Aug 31, 2023
  4. Jan 19, 2022
  5. Jun 25, 2019
  6. Jul 24, 2017
  7. Jun 27, 2016
    • developer4's avatar
      still Version 1.2 · 7f295b28
      developer4 authored
      +Linux binaries
      7f295b28
    • developer4's avatar
      Version 1.2, final · ce893226
      developer4 authored
      +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.
      ce893226
  8. Jun 08, 2016
  9. Jun 03, 2016