Skip to content
  1. Jun 03, 2016
    • developer13's avatar
      * uFR lib version 3.9.2 - Multi-Readers Faster first open for later connected devices · b3e12ccd
      developer13 authored
      Library for:
      + Windows 32 and 64 bit x86
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@5 70e0a68e-34dc-42a9-ac42-4afe8c0da599
      
      Signed-off-by: srkos
      b3e12ccd
    • developer13's avatar
      * uFR lib version 3.9.1 - Multi-Readers Open without problems · f55f8305
      developer13 authored
      + new API functions : ReaderList_GetInformation()
       * Function for getting all relevant information about connected readers.
       *
       * Eg. If you have tree connected readers, detected by ReaderList_UpdateAndGetCount(),
       * you should call this function tree times.
      
      + new API functions : ReaderList_Destroy()
       * If the handle exists in the list of opened devices,
       * function would try to close communication port and destroy the handle.
       * ( ReaderList_UpdateAndGetCount() will do that automatically in next execution)
       *
       * Good when you identify that the reader is no longer connected, and want to release the handle.
      
      Info about changing in ReaderList_UpdateAndGetCount()
       * This is the main function of the multi-reader support.
       * ReaderList_UpdateAndGetCount() scan all communication ports for compatible devices.
       * Function probes opened readers if still connected, if not close and mark them handles for deletion.
       * If some device is disconnected from system this function should remove its handle.
      
      * The chr_ptr type renamed ( and documented ) to c_string
      
      + new status : UFR_DEVICE_IS_NOT_CONNECTED
      
      Library for:
      + Windows 32 and 64 bit x86
      + Linux 32 and 64 bit x86, ARM, ARM-HF
      + OS X 32 and 64 bit x86
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/lib@4 70e0a68e-34dc-42a9-ac42-4afe8c0da599
      
      Signed-off-by: srkos
      f55f8305
    • 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