You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
malievci
changed the title
Multiple reader usage
Multiple reader usage on Android 9
Jun 28, 2022
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.
The text was updated successfully, but these errors were encountered: