I'm trying to print a graphic image on a Z4MPlus printer. I uploaded an image on Generate Zebra ZPL from Image and downloaded the resulting zpl code, but when I print the image using notepad, I…
I had my printer working properly, but after a reset of my printer to factory defaults I started having a problem.
I've made the configurations and calibration Rfid and Ribbon as well, but when I…
Hi Community,
I'm trying to get the battery properties from the Zebra 8500 in Rfid scan, I'm using Zebra_RFIDAPI3_SDK_2.0.0.2
what I'm trying to do is this (see the code below)
creating an…
Hello Everyone!
I have a problem and I wonder if anybody may have cross this scenario and be kind enough to share possible solutions.
In short, I have a zebra…
Hi All,
I have a ZT610 Label printer
I need to print a label with 5-6 Variables which is fine as I have designed the label in Zebra Designer and saved the ZPL Output,
I also want to extract the ID of…
Hello, I am using the java sdk to connect and send zpl commands to a R110Xi4 printer.
To get the printed tag count I used :
SGD.GET("odometer.rfid.valid_resettable", connection, 1000, 1000).toInt()…
Is there a way to communicate with the RFD8500 device using C++ language and the given dlls from Zebra_RFID_Windows_SDK_v1.2.6. I would need a simple example to just connect to the scanner and…
Hi,
I have some trouble getting this use case working on. I'd like to perform an Inventory, reading multiple memory banks and display them to the end user.
In order to do that, I use an Access…
Hi guys,
i'm trying to read from the memory bank of an RFID tag.
Problem is TagData OpCode because is always NULL.
This is what i've done for initializing Reader:
This what i've done for reading when…