Forum topic
We're seeing that our app crashes occasionally while printing. I see that there's a newer version of the LinkOS iOS SDK, but I cannot find the changelog or release notes. Can someone show me how to…
Forum topic
my TC51 using Android API 26 1. I already added AndroidManifest.xml 2. also added code to my activity try {   System.out.println("Looking for Printer");   BluetoothDiscoverer.…
Forum topic
I have an iOS app using the LinkOS SDK communicating via bluetooth with a ZQ520 printer. I'm using the following code to print labels: -(NSError*)printReceiptAsOneJobUsingNSString:(id)printer…
Forum topic
I'm wondering what's happened to any USB or Bluetooth objects in v2.15.2634 of Link OS? I've installed the nuget package into Visual 2017 and all I see are TCP objects. TCPConnection, TCPDiscoverer…
Forum topic
I am using ZSDK_ANDROID_API.jar file. I tried the below code to Print data using USB Connection. It sends the signal to Zebra using the USB connection, However, the Printer prints empty page and…
Forum topic
The LinkOS SDK does not mention how to program the RFID card. The SDK only allows me to "position the card for programming". I belive the RFID unit needs to be access in another way, maybe through…
Forum topic
I have an existing application that is trying to print labels to a new ZT410 (203 dpi, firmware V75.20.14Z) printer but the images are being drawn too large and don't fit inside the label. In the…
Forum topic
Hello every body. I develop an application in C# for a zebra mc2100 device. I print labels from de app in a ZQ110 printer. The app use bxl.dll to comunicate with de printer. The problem is that i can…
Forum topic
I'm trying to add BLE (Bluetooth Low Energy) support to our Android product. It currently works with Classic mode without issue but this may not be possible with our next project. I wanted to do…
Forum topic
Where can I find PrintConnect Source Code?