Overview
This Tutorial provides a walk-through of the steps to perform LED configuration MAUI RFID SDK
Create the Project
- Start by creating a new project in Visual Studio. For help, see the Create Project.
- Refer Hello RFID to prepare basic setup to work with RFID Reader and then follow this guide
Details
Application can use SetLedBlinkEnable
to blink host device LED for each tag read event
Setting it up
SDK supports setting host LED indication using following API
Reader.Config.SetLedBlinkEnable(true);