python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Zebra FX7500 RFID reader: IoT Connector service to send data through HTTP POST not working
In the latest firmware update (3.10.30) of the FX7500 RFID reader a new service has been introduced called IoT Connector. This service enables you to transfer RFID tag data through the HTTP POST metho...
Stephen Nijsten
Votes: 0
Answers: 1
delphi android device serial number for zebra mc930
I have zebra mc930 and mc330. I'm developing android program with delphi. I want to reach device serial number for log.
using
JStringToString(TJBuild.JavaClass.SERIAL)
is working for CK65 Honeywell bu...

enes turan
Votes: 0
Answers: 1
React-Native: How to get zebra scanned barcode data
I have zebra bluetooth scanner. I have connected that zebra scanner with bluetooth. Now my app should read whatever I scan any barcode. But How? Which library will read scanned barcode data? I have tr...
Maxx P
Votes: 0
Answers: 0
Zebra SDK adds extra ^XA at the beginning of the file when storing file in the printer
I need to store a couple of labels in ZPL format in a Zebra printer. I'm using Zebra SDK with C#
My code:
foreach (var label in Directory.GetFiles(@"C:\Labels\"))
{
PrinterUtil.StoreFile...
Jdh.Dev
Votes: 0
Answers: 1