Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Java 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

  • Java IDE (for example eclipse IDE)
  • Micro-Sensys RFID reader
  • TELID®200 sensor transponders

Implementation

This code shows how to use RFIDFunctions_3000 class to communicate with TELID®200 sensor transponders. 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.

Class 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