Skip to content
  1. Oct 06, 2021
    • developer2's avatar
      Version 5.0.55. functions for RGB signalization added · ee014615
      developer2 authored
      UFR_STATUS DL_API RgbControl(uint8_t red, uint8_t green, uint8_t blue);
      UFR_STATUS DL_API SetRgbData(IN uint8_t *display_data, uint8_t data_length, uint8_t port_name);
      UFR_STATUS DL_API SetRgbIntensity(uint8_t intensity);
      UFR_STATUS DL_API GetRgbIntensity(VAR uint8_t *intensity);
      ee014615
  2. Oct 05, 2021
    • developer2's avatar
      Version 5.0.55. functions for RGB signalization added · c881f17f
      developer2 authored
      UFR_STATUS DL_API RgbControl(uint8_t red, uint8_t green, uint8_t blue);
      UFR_STATUS DL_API SetRgbData(IN uint8_t *display_data, uint8_t data_length, uint8_t port_name);
      UFR_STATUS DL_API SetRgbIntensity(uint8_t intensity);
      UFR_STATUS DL_API GetRgbIntensity(VAR uint8_t *intensity);
      c881f17f
  3. Aug 23, 2021
  4. Jul 27, 2021
  5. Jul 06, 2021
  6. Jul 02, 2021
  7. Jun 16, 2021
  8. Mar 26, 2021
  9. Feb 12, 2021
  10. Jan 25, 2021
  11. Jan 11, 2021
  12. Dec 17, 2020
  13. Dec 16, 2020
  14. Oct 16, 2020
  15. Oct 15, 2020
  16. Oct 08, 2020
  17. Sep 28, 2020
  18. Sep 03, 2020
  19. Jul 07, 2020
  20. Jun 11, 2020
  21. Apr 24, 2020
    • developer26's avatar
      version 5.0.38 · bd3a8e31
      developer26 authored
      Improved MRZ check-sum algorithm in MRTD_MRZSubjacentCheck() function (ICAO MRTD related).
      bd3a8e31
  22. Apr 08, 2020
  23. Mar 13, 2020
  24. Mar 12, 2020
  25. Feb 26, 2020
  26. Feb 21, 2020
    • developer4's avatar
      version 5.0.33 · adcd6500
      developer4 authored
      RSA "off-card" hash signer patch implemented (for PKCS#11 module with PIN request)
      5.0.33
      adcd6500
  27. Feb 18, 2020
    • developer4's avatar
      version: 5.0.32 · 388bde3f
      developer4 authored
      New functions implemented:
         UFR_STATUS SetISO14443_4_Mode_GetATS();
         UFR_STATUS SetISO14443_4_Mode_GetATSM();
         Used to select ISO14443-4 tag and get its ATS, UID and SAK
      5.0.32
      388bde3f
  28. Feb 12, 2020
    • developer2's avatar
      Version 5.0.31. Card emulation in RAM support · 249cc29d
      developer2 authored
      UFR_STATUS DL_API WriteEmulationNdefRam(uint8_t tnf, IN uint8_t* type_record, uint8_t type_length,
      							IN uint8_t* id, uint8_t id_length,	IN uint8_t* payload, uint32_t payload_length);
      UFR_STATUS DL_API TagEmulationStartRam(void);
      UFR_STATUS DL_API TagEmulationStopRam(void);
      249cc29d
  29. Feb 06, 2020
  30. Feb 03, 2020
  31. Jan 31, 2020