Forum topic
When reading tags from the admin interface the number of reads per second exceeds 200. When I try to read tags using the java SDK, tags are read 2-3 per second. Please tell me how to read tags using…
Forum topic
I'm writing a Flutter/Android app that uses the RFIDAPI3Library, and it's base roughly off the SDK example app. It runs successfully when I run it in debug mode, but when I run it in…
Forum topic
Hi, I have a MC3390R device here waiting to be programmed, so I downloaded the "Rfid Reader Sdk for Xamarin (Android)", version 2.0.1.34 dated September 20, 2020. I'm using Visual…
Forum topic
Hi all,  does someone know when (if) this  MC75A HF RFID wil be available and certified for Europe? There is no PMB or other official statement. Thank you
Forum topic
In 123Scan there is the option to foramt data by adding characters to the end of the data - e.g add or .  However the choice of characters you can add is limited to those offered in the pull…
Forum topic
In the ADF Programmers Guide there is a section on rule criteria based on the type of barcode read (e.g Code 3 or 9, Code 128, etc).  However this section does not include the code type OCR…
Forum topic
I am having trouble connecting to ZQ520 via bluetooth using its MAC address. It is a Xamarin iOS project and the same piece of code works on Xamarin Android. The device I am using for testing is an…
Forum topic
Can anybody point me some tests written in robolectric for the sample codes?
Forum topic
Hi, is it possible to access/connect to the RFIDReader on MC3300R via Wifi ? I would like to run an Host-Application on a PC using Host-SDK to connect to the (android)-device using ip and port. Or is…
Forum topic
I develop RFID Reader App for Android, and have created following code ```:kotlin class RFIDHandler(context: Context) : Readers.RFIDReaderEventHandler { private val readers = Readers(context,…