I want to buy Zebra ZD410, but i want to know is it possible to get event in C# or C++ when the printer starts to print? I want to synchronize it with arduino controlled device.
Hi, I would like to print an image as transparent.
I am using the parameter opacity but, when I change it, the image does not print. This is my code:
private ZMotifGraphics _context;
public void…
We have an iOS app that we are re-doing for Android. We typically connect with ZD4xx family printers via wifi, BLE or BT classic, depending on customer requirements. Typically all 3 of…
The iOS SDK API allows changing the beep volume and frequency. For instance, through the use of beeper volume attributes such as RMD_ATTR_VALUE_BEEPER_VOLUME_LOW, one can lower the beep volume by…
Hi,I am using a TC56 and developing an application where I need to know the types of barcodes for validations.
The problem is, if I scan a DPD parcel, it is showing me CODE-128 type.
The parcel id is…
This is my code :
BLuetoothPrintActivity.CONNECTION.open();byte[] configLabel = createZplReceipt().getBytes();BLuetoothPrintActivity.CONNECTION.write(configLabel);ZebraPrinter printer =…
I have been testing an application that uses ZQ520 devices for printing. While testing some code that stores images onto the printer, I accidentally had it running the LinkOS iOS SDK's "storeImage"…
Hello:
We have implemented the above version lib with the TC51 and the RFD8500 and all works well!
We noted that this SDK is supposedly for both the RFD8500 and RFD2000 BUT when we try on the TC20/…