-
-
-
-
-
4.3.7
Finished and tested functions for qualified and CA certificates manipulation.
-
4.3.0
Added DL Java Card support. Digital signing mechanisms using RSA and ECDSA included.
-
-
4.0.30
BugFix in function APDUTransceiveHnd(): -In some situations there was an error calculating Le byte.
-
-
4.2.3
uFR compiled with MSVC, not CLang
-
4.0.26
Finished implementation of the "APDU Transceive" in the firmware (using APDU_TRANSCEIVE command).
-
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.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