Forum topic
i have a zebra standard bluetooth printer. and developing an app for it. and don't know how can we print bar code and other string on it.
Forum topic
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.
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
I need to obtain the product name of some printers. Is there a easy way to get it ?
Forum topic
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…
Forum topic
This is my code : BLuetoothPrintActivity.CONNECTION.open();byte[] configLabel = createZplReceipt().getBytes();BLuetoothPrintActivity.CONNECTION.write(configLabel);ZebraPrinter printer =…
Forum topic
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"…
Forum topic
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/…