Skip to content
Tags give the ability to mark specific points in history as being important
  • 4.0.25
    b13ca363 · version 4.0.25 ·
    Finished NFC T4T support for NDEF messages using APDU support through "ISO14443-4 half-duplex block transmission protocol (i_block, r_block and s_block)".
    All functions in library that support NDEF messages now working with NFC T4T cards.
  • 4.2.2
  • 4.0.24
    4614bc21 · library version 4.0.24 ·
    Added functions:
    UFR_STATUS GetAdHocEmulationParams(uint8_t *ThresholdMinLevel, uint8_t *ThresholdCollLevel,
    								   uint8_t *RFLevelAmp, uint8_t *RxGain, uint8_t *RFLevel);
    UFR_STATUS SetAdHocEmulationParams(uint8_t ThresholdMinLevel, uint8_t ThresholdCollLevel,
    								   uint8_t RFLevelAmp, uint8_t RxGain, uint8_t RFLevel);
    UFR_STATUS GetAdHocEmulationParamsM(UFR_HANDLE hndUFR,
    								    uint8_t *ThresholdMinLevel, uint8_t *ThresholdCollLevel,
    								    uint8_t *RFLevelAmp, uint8_t *RxGain, uint8_t *RFLevel);
    UFR_STATUS SetAdHocEmulationParamsM(UFR_HANDLE hndUFR,
    								    uint8_t ThresholdMinLevel, uint8_t ThresholdCollLevel,
    								    uint8_t RFLevelAmp, uint8_t RxGain, uint8_t RFLevel);
    
    Dependency for these functions: uFR firmware - min. version 3.9.35
  • 4.0.23
    Added functions:
    UFR_STATUS AdHocEmulationStart(void);
    UFR_STATUS AdHocEmulationStop(void);
    UFR_STATUS GetExternalFieldState(uint8_t *is_field_present);
    
    UFR_STATUS AdHocEmulationStartM(UFR_HANDLE hndUFR);
    UFR_STATUS AdHocEmulationStopM(UFR_HANDLE hndUFR);
    UFR_STATUS GetExternalFieldStateM(UFR_HANDLE hndUFR, uint8_t *is_field_present);
  • 4.0.22
    -Fixed WriteEmulationNdefHnd() for old firmwares (pre 4.0.0 versions) and new ones (with eepartition support).
    -New WriteEmulationNdefWithAAR() function for new firmwares (with eepartition support).
  • v4.0.21
    BugFix in SelectCardHnd(), in anticoll.c
  • v4.0.19
    version 4.0.19
    
    Anti-collision (Multi card) mode of operation