Have installed the last version of OS link sdk, then have réferenced to it on Visual Studio by the NuGet Packaging manager, and lastly have added "using Zebra.Sdk.Printer;" and "using Zebra.Sdk.…
Is it possible for a Windows Desktop Application to send .zpl to a Zebra printer that is not on the Link-OS MultiPlatform SDK supported printers list ? We have a customer that would like to print to…
sir,
We are trying to do basic WML screen in ZT410 priter but it is not showing results are required.
! CISDFCRC16
0000
INDEX.WML
0000004E
0000
Hello World!!
the same file we sent through USB and the…
Hi all, when navigating using the physical keyboard in a Xamarin app, I noted that on some form objects the physical keyboard works while on other it. In the app, the user wants to utilise the…
I have already folow the instruction of https://www.zebra.com/content/dam/zebra/software/en/application-notes/g…
But on sample article ConnectivityDemo there is no files
“…
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…
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.…
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…