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…
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…
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…
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
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…
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…
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…
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…
I develop RFID Reader App for Android, and have created following code
```:kotlin
class RFIDHandler(context: Context) : Readers.RFIDReaderEventHandler {
private val readers = Readers(context,…