Overview
This Tutorial provides a walk-through of the steps to list devices connected through NGE_SERIAL
Create The Project
- Start by creating a new project in Android Studio. For help, see the Android Studio tutorial.
Listing Devices connected through NGE_SERIAL
Readers readers = new Readers (this, ENUM_TRANSPORT.NGE_SERIAL);
readerList = readers.GetAvailableRFIDReaderList();