Hello everyone,
We have developed an .Net application to communicate with a FX9500 8 ports (with four Antenas 440) using EMDK 2.9.
The solution is one portal (2 antenas each side) to read 90…
With our hand-held 2D scanner (ds6878) we rely on the code ID character to tell us if we have scanned a GS1 DataMatrix (code P0G) or a GS1 QR barcode (P0Q). The special code IDs tell our custom…
Hi,
What does "Tag Visibility Changed EventType" in MotoTagEventEntry custom parameter mean?
Does it mean tag is visible now or not visible? How can we know that?
Thanks
Trying to pair a DS6878 via Bluetooth to a Win 7 PC. Scanner is in Master SPP mode, and I have to supply the address of the Bluetooth receiver in a Code128 barcode. So... what value do I encode for…
Hello all,
Does anyone have a simple example of an application which can read an RFID (or NFC) tag using the integrated reader (in this case on a TC51) using the EMDK for Xamarin?
…
What's the likelihood of adding support for the DS2208 into the Windows Scanner SDK anytime soon? I am using the LS2208 and decided to upgrade to the DS2208 only to discover that it doesn't work with…
Hi,
I found a configuration in the DataWedge Demonstration APP that when works with 2D barcode imager, it helps to read the desired bar code from a no. of bar codes that are printed close…
We are currently using the Zebra RFID SDK for Android (native / Java) to scan RFID tag data into our custom app running on a TC51. The RFID scanning is working great, but we'd like to add the ability…
HI,
I’ve a couple of queries about the method of the RFID SDK.
1. Is the methods of the interface RfidEventsListener especially eventReadNotify is thread safe?
2. Is there a way…
Hi,
I'm using RFID3 API to read a tag's EPC with a FX9500 reader (only one antenna attached). The way I'm doing so is through the TagAccess's ReadEvent and GetReadTags operations (see C# code…