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
- Micro-Sensys RFID reader (either Bluetooth or module)
- Any HF or UHF transponder
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.
- Select the apropriate sample (depending on programming language and protocol type)
- Edit the parameters in the code (interface name, ...)
- Run the code and interact with the menu shown in the Console
- Device has to be configured in USB VCP mode (ask microsensys for HowTo)
- To get VCP port name use:
dmesg | grep FTDI
- To get VCP port name use:
- 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
- To add the user to the group use:
- Check what is possible using our iID®DEMOsoft for PC! Download it using this link
- GitHub documentation repository: Micro-Sensys/documentation
- For coding questions or questions about this sample code, you can use support@microsensys.de
- For general questions about the company or our devices, you can contact us using info@microsensys.de
- Victor Garcia - Initial work - MICS-VGarcia