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
- IDE (for example Visual Studio)
- Micro-Sensys RFID reader
- TELID®200 sensor transponders
This code shows how to use iIDReaderLibrary.DocInterfaceControl class to communicate with a TELID®200 sensor transponder. For demo purposes, both a .NET Core console and a WPF App as sample code is provided. Inside each solution 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
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 COM3). Then for console applications a menu with functions will be shown, and for WPF application the other tabs will be enabled
- 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.
- Use the options (menu or UI) to perform the desired functions
- .NET Library NuGet page
- API documentation
- Check what is possible using our iID®DEMOsoft (section SENSORdemo) 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