Get Available RFID Readers

RFID SDK for Android 2.0.3.162

Applicable Devices : RFID integrated Mobile Computers

Overview

This Tutorial provides a walk-through of the steps to list RFID integrated devices.

Create The Project

  • Start by creating a new project in Android Studio. For help, see the Android Studio tutorial.
  • Refer Hello RFID to prepare basic setup to work with RFID Reader and then follow this guide

Listing RFID integrated devices


Readers readers = new Readers (this, ENUM_TRANSPORT.RE_SERIAL);
readerList = readers.GetAvailableRFIDReaderList();