FeitianSmartcardReader / FEITIAN_MOBILE_READERS

This is first Combo SDK, support bR301,iR301,bR301BLE,bR500
http://www.pcscreader.com/docs/getting_started.html
25 stars 13 forks source link

Multiple reader usage on Android 9 #37

Closed malievci closed 3 weeks ago

malievci commented 2 years ago

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.

FeitianSmartcardReader commented 2 years ago

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

malievci commented 2 years ago

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

FeitianSmartcardReader commented 3 weeks ago

@malievci the latest SDK already support multi-readers on android and iOS too.