Listing-Devices

RFID SDK for Android 4.0.0.9

Applicable Devices : WS50 Wearable Readers

Overview

This Tutorial provides a walk-through of the steps to list devices connected through NGE_SERIAL

Create The Project

Listing Devices connected through NGE_SERIAL


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