Steven Si

Results 18 comments of Steven Si

This is a known issue as the libZSDK_API.a was built for the Mac's Intel processor. It won't work with the emulator for the Mi processor, unless using the Rosetta.

The SDK product mgmt team is assessing the resources and priorities among other things. As the impact of the issue is currently only on the simulator, it may not be...

The ZebraPrinterConnection.h is part of the headerfiles of Link-OS SDK for iOS. You need to download the SDK and update the build path in Xcode to reference to these headerfiles...

For running the demo on a iOS device, you need manually pairing the printer with the iPhone first through the Bluetooth settings on the phone. This is required specifically by...

Without seeing the error msg, I am not able to know what could cause the error. The template print example provided in this demo works with the VisitorBadge.prn template file,...

If you have a image in JPG, PNG, etc, you can use [Zebra Net Bridge](https://www.zebra.com/us/en/support-downloads/printer-software/zebranet-bridge-enterprise.html) to convert the image to the ones supported in ^GFA command.

The image is wider than the width of ZQ320, which is a 3" printer. So a portion of the image top was cut. You need to scale the image to...

You can have the image and the text in one ZPL file. A single API call to send the content of this ZPL file to the printer will print both...

What is CPC? Do you mean CPCL? For CPCL and their examples, please refer to this document - https://www.zebra.com/content/dam/zebra/manuals/printers/common/programming/cpcl-link-os-pg-en.pdf

There are many examples in [ZPL User's Manual](https://www.zebra.com/content/dam/zebra_new_ia/en-us/manuals/printers/common/programming/zpl-zbi2-pm-en.pdf#page=161). Or, you can download [ZebraDesigner for Developers 3](https://www.zebra.com/us/en/support-downloads/printer-software/zebra-designer-3-developer.html) tool to create examples yourself.