Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 2.21 KB

File metadata and controls

41 lines (30 loc) · 2.21 KB

Low level DOC sample code for RFID transponders

This sample code is for handling both HF and UHF transponders on devices running UNIX OS using a Micro-Sensys RFID reader. Sample codes located in this folder are implemented communicating directly via serial interface with the RFID reader using the supported communication protocol

For details on DOC communication check Useful Links

Requirements

  • Micro-Sensys RFID reader (either Bluetooth or module)
  • Any HF or UHF transponder

Implementation

This code shows how to use iID® 3000pro/iID® v4pro communication protocol to read/write transponders. These codes show mainly how to build the commands and how to decode the answer received from the RFID reader. Interface protocol documentation is only provided under request. Please contact us (see Useful Links) and let us know the requirements of your implementation.

Steps

  1. Select the apropriate sample (depending on programming language and protocol type)
  2. Edit the parameters in the code (interface name, ...)
  3. Run the code and interact with the menu shown in the Console

Special Hints for Linux

  • Device has to be configured in USB VCP mode (ask microsensys for HowTo)
    • To get VCP port name use:

      dmesg | grep FTDI

  • To be able to communicate with RFID reader, the user must be part of the group "dialout".
    • To add the user to the group use:

      sudo gpasswd --add [username] dialout

Useful Links

Contact

Authors