Forum topic
Hello, I'm on the process of submitting a new application to the Apple Store that uses the RFD8500 SDK. Apple has rejected the application because: /////////////////Message from Apple…
Forum topic
I left a question yesterday, but I will leave it again today. Following the RFD8500 RFID Reader , this time I am developing an app with the Scanner SDK in place, but I keep getting build errors. The…
Forum topic
I'm looking for an app for Zebra RFD2000 with which I could read the content of a specific rfid element from a tag into an html text input? Basically I'm trying to use RFID tags as barcodes. I do…
Forum topic
Hello all, I have developed a scanner app for our customer a while back, it runs on the TC20/RFD2000 on Android 7.1 and has thus far functioned without any problems whatsoever for almost 2 years.…
Forum topic
STOP_TRIGGER_TYPE: has a number of useful types which make use of a timeout *and* a number of tags/attempts: STOP_TRIGGER_TYPE_TAG_OBSERVATION_WITH_TIMEOUT, STOP_TRIGGER_TYPE_N_ATTEMPTS_WITH_TIMEOUT…
Forum topic
I'm trying to read both TID and EPC tag data using the MC3330R and the RFID3 SDK. I've encountered problems: 1. Is there a way to specify the memory bank to be read? There seems to be a "com.zebra.…
Forum topic
Hi community, I'm new to Zebra technology. I had follow most of the step in 123RFID Mobile example code, after I created bond with RFD8500 device, the bluetooth light indicator no light up like the…
Forum topic
How to perform lock and unlock tag action in android development? Even the demo app (123RFID Mobile) is not working and very less info for these two function
Forum topic
Hi, I have a need to develop an App that should work in both Android and iOS devices. The "ONLY" prominent requirement for me is that my App should communicate with RFD8500 scanner to scan UHF RFID…
Forum topic
This is my current config for RFID : --------------------------------------------- // set trigger mode as rfid so scanner beam will not come reader.Config.setTriggerMode(ENUM_TRIGGER_MODE.RFID_MODE,…