Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 2.69 KB

File metadata and controls

47 lines (35 loc) · 2.69 KB

.NET DOC sample codes for TELID®200 sensor transponders

This sample code is for handling TELID®200 sensor transponders on devices running UNIX using a Micro-Sensys RFID reader

For details on DOC communication check Useful Links

Requirements

  • IDE (for example Visual Studio Code)
  • Micro-Sensys RFID reader
  • TELID®200 sensor transponders

Implementation

This code shows how to use iIDReaderLibrary.DocInterfaceControl class to communicate with a TELID®200 sensor transponder. For demo purposes, a .NET Core console sample code is provided. There are different projects available that show all the different functions provided. Code used for these projects is written in C# or VisualBasic.

Class information is available under API documentation. See Useful Links

Steps

Import this project into your IDE, choose a project and launch it. First in the console application you can select the communication port name for the RFID reader (for example /dev/ttyUSB0). Then a sort of menu is shown to select the function to call

Screenshot

  1. Select the device parameters to use for Initialize (communication port type and name). Once the initialization process finishes, the result will be shown including the Reader ID number.
  2. Use the menu options to perform the functions

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