I have a client whose iOS devices run 8.1 and 8.3 due to an incompatibility with 9.3. I am wondering if the current sdk that supports 9.3 is the only one available or if there are previous versions…
Hi everybody
We are working in an App that generates a code an print the code using the SDK all inside the app. but we are not sure what are the android versions supported by the SDK.
…
Hi everybody!
We are developing an app to print QR codes in labels to identify shop orders in our warehouse. Since the information stored in QR codes are variable, and the label's dimensions…
Hello,
usb.sendAndWaitForResponse("~HQES".getBytes(), 1000, 1000,null);
When I run this command line, sometimes answer is empty or length is double (message is double but right).…
For our application we use the Zebra RW420 model with the Zebra Android SDK, which allowed us to print an image using the CPCL language with the PCX command.
We store this image on the printer…
Here is the C# Code to send the Test.zpl file to ZT410. when i execute it flash data light once and nothing print. My codes are like this,
private void button1_Click(object sender,…
hello,
is it possible to make arabic text centred like if we use ^FB? i have no good result with using ^FB and ^PA commands.
also, can i use proportional font to print arabic text (font with the same…
Hi,
I have been using Zebra P330i model for one of our projects. I am planning to upgrade to new series printer. I have a question regarding encoding. In the P330i model, i have been using one of the…
Hello,
For read status of kr403 I am using : usb.sendAndWaitForResponse("~HQES".getBytes(), 2000, 1000,new String(new byte[] { 0x03 }));
That I would like to do :…