Skip to content
  1. Jun 23, 2017
    • developer4's avatar
      "block-read example" v2.7 now have BLOCK WRITE functionality · 419fcb63
      developer4 authored
      Added "Block write" key to the UI.
      Click on the "Block write" key to write data (16 byte hexadecimal representation) from the "Block data" edit box to the card. "Block Addr.", "Authentication mode" and "Key" have to be correctly defined before write data to the card.
      2.7
      419fcb63
  2. Jul 11, 2016
  3. Jun 28, 2016
  4. Jun 17, 2016
  5. May 26, 2016
    • developer13's avatar
      block-read example v2.3 implementing class DlReader v2.3 · b87d9a0b
      developer13 authored
      - Improved algorithm for detecting connection/disconnection of the uFR devices.
      - For most devices not supporting USB Host mode (without OTG) only way when attached Android Open Accessory device is plugged out from the USB port is to terminate Application by calling android.os.Process.killProcess(android.os.Process.myPid()).
      - On Android devices having API 21 or higher, it is recommended to put //android:autoRemoveFromRecents="true"// in <activity> tag of the AndroidManifest.xml file.
      b87d9a0b
  6. May 19, 2016
    • developer13's avatar
      block-read v2.2 · 77ccbeb0
      developer13 authored
      - Added support for D-Logic FT312D-RS485 interface in app (res/xml/accessory_filter.xml) and DlReader library.
      77ccbeb0
  7. May 18, 2016
  8. May 13, 2016
  9. Apr 25, 2016
  10. Dec 04, 2015
  11. Dec 03, 2015
    • developer4's avatar
      example v1.6 and class DlReader v1.6 · bd7d74f4
      developer4 authored
      - in ComProtocol.portWrite() from this version we use an nonblocking write() overloaded method from the FTDI class and we have implemented retry count (Consts.MAX_COMMUNICATION_BREAK_RETRIES times) on communication break. If the number of the communication break retries exceeded, raised DlReaderException have Consts.DL_READER_IS_NOT_CONNECTED err_code and usb device is closed. This algorithm solve usb otg device disconnect detection problem on the Runbo X5 and probably some other Android smart phones with usb otg port.
      
      git-svn-id: svn://192.168.1.162/sw_open/ufr/android/examples/trunk/block_read@57 bc32c577-c6d7-4b02-862b-52b34d7f137c
      bd7d74f4
  12. Dec 01, 2015
  13. Nov 30, 2015
  14. Nov 26, 2015
  15. Aug 18, 2015
  16. Jun 19, 2015
  17. Jun 15, 2015
  18. May 20, 2015
  19. May 19, 2015
  20. May 16, 2015