Forum topic
Hello, I'm using android sdk , here is my code: Connection connection = new BluetoothLeConnection(macAddress, this);  connection.open();  ZebraPrinter printer = ZebraPrinterFactory.…
Forum topic
In our encoding process, we are required to encode the RFID Tag with different access password based on the calculation on the TID. Also, new EPC and User Data value also need to be written into the…
Forum topic
Is it possible to have per-device customization with StageNow? We'd like to transfer certain configuration files such as certificates for EAP-TLS authentication that are specific to certain devices.…
Forum topic
I have an application written in C# that use's LLRP interaction with an FX9500 reader. it's a continuous Read application but I need to monitor when communication has failed. The KeepAlive event thru…
Forum topic
I have a TC200J and RFD2000 device. From the zebra portal at: https://www.zebra.com/us/en/support-downloads/software/utilities/RFID-M… I downloaded the apk and installed it on the TC200J device . The…
Forum topic
Hi guys, I want to print QR Code using ZPL and ID Card Printer. At first I want to try ZXP series and found out it doesn't support ZPL. ZXP series has SDK to print image so I can generate QR Code…
Forum topic
Hello all, I have a device TC75X under android 6.0 We 'd like to modify the file build.prop locate in the folder system. For to do that, i 've try to use ADB command. i do this for copy paste the…
Forum topic
I tried to print an image using the sample code provided by Zebra, It doesn't print the desired image instead it prints some unreadable text . Please help as soon as possible
Forum topic
Hey Folks, I have a DS2278 that I am trying to integrate into our iOS app using the Scanner SDK for iOS. I have it set to 'SSI BT LE' and 'SPP BT Classic' which makes it discoverable on the iPad, but…
Forum topic
Some Context We are currently using the Zebra ZXP Series 3 Printers which support a very ancient, old SDK (which is hardly a SDK at all). I was able to fashion together a printing application by…