Skip to content
  1. Jun 03, 2016
    • developer13's avatar
      * uFR lib version 3.8.15 · 575bd451
      developer13 authored
      Implemented Auto-Sleep functionality.
      
      New functions in uFCoder-multi.c:
      -AutoSleepSetM()
      -AutoSleepGetM()
      New functions in uFCoder-single.c:
      -AutoSleepSet()
      -AutoSleepGet()
      
      -Releasing of the version 3.8.14 has been stopped because of bug detected.
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@7 70e0a68e-34dc-42a9-ac42-4afe8c0da599
      --------------------------------------------------------------------------------------
      * Updated uFCoder.h include file.
      
      For gcc dynamic import __stdcall calling convention must be used.
      Code changes:
      #	ifdef DL_uFC_STATIC_LIB
      #		define DL_API __stdcall
      #	elif defined DL_uFC_GCC_DLL_IMPORT
      #		define DL_API __stdcall
      # ...
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@9 70e0a68e-34dc-42a9-ac42-4afe8c0da599
      --------------------------------------------------------------------------------------
      
      Signed-off-by: zborac
      575bd451
    • developer13's avatar
      * uFR lib version 3.8.13 FAST MULTI READERS OPENING · f6196671
      developer13 authored
      * Implemented "parallel" reset on multiple devices, and after waiting for FW get started, check which is really uFReader
      
      * Automatically close all opened devices before start the new search
      
      DLL for Windows is compiled with GCC v5.1.0
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@2 70e0a68e-34dc-42a9-ac42-4afe8c0da599
      
      Signed-off-by: srkos
      f6196671
    • developer13's avatar
      * uFR lib version 3.8.10 · 7651c850
      developer13 authored
      Added new functions ReaderStillConnected() and ReaderStillConnectedM() for checking availability.
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@1 70e0a68e-34dc-42a9-ac42-4afe8c0da599
      
      Signed-off-by: srkos
      7651c850