FeitianSmartcardReader/FEITIAN_MOBILE_READERS

Multiple reader usage on Android 9

malievci opened this issue · 2 comments

When multiple readers attached via USB to Android, SCardListReaders method does not return all readers but just one. It is tested under Androidx86 virtual machine with bR301 and bR301 BLE.

Same behaviour also with this method:
String[] names = mFtReader.readerOpen(null);

names containes just one element which is first occurence of usb's.

Hello @malievci the reader only support one reader at the moment. thanks,

Ok. Then, The SDK document, method names and their explanations are misleading.