Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 2.29 KB

File metadata and controls

39 lines (27 loc) · 2.29 KB

Native driver DOC sample codes for TELID®200 sensor transponders

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

For details on DOC communication check Useful Links

Requirements

  • .NET Framework IDE (Visual Studio 2017)
  • Micro-Sensys RFID reader
  • TELID®200 sensor transponders

Implementation

This code shows how to use iiddrv30_pro.dll class to communicate with a device running on SPC mode. Using this code the communication port can be open/closed. Once the communication with RFID reader is established, a Thread can be started to cyclically search for TELID®200 and read current measurement value.

Library information is available under API documentation. See Useful Links

Steps

Import the project into your IDE and check the communication port name for the RFID reader (for example COM3) and fill the name into the code. For some samples the available devices are automatically detected.

Screenshot

  1. Select the device you wish to connect to and open the communication port. Once the connect process finishes, if the device is connected the START button will be enabled.
  2. Use START button to start the read Thread. The library will automatically detect the TELID® type and show the measurements

Useful Links

Contact

Authors