Forum topic
Hi there, I am using this link the https://www.zebra.com/us/en/support-downloads/printer-software/link-os-… to download the Link-OS Multiplatform Software Development Kit for windows Installer but I…
Forum topic
Hello, we are using Zebra Zt411 Industry printer and trying to list configured/supported sensors in the printer. Is there a way to list the available sensors using Link-OS interface or ZPL II command…
Forum topic
I'm consuming Zebra's barcode_scanner_library_v2.6.6.0-release.aar for Android and setting CS4070's LED. But when I pass RMDAttributes.RMD_ATTR_VALUE_ACTION_LED_RED_ON it turns on Amber LED on the…
Forum topic
Do you have a simpler sample app that can connect handheld using Bluetooth and can scan both RFID and BARCODE? written in java? 123RFID Mobile is too difficult to understand, please help me.
Forum topic
I am using PC java SDK for zebra printers to print pvc cards and labels. How can I get a list of Zebra USB card printer shared over LAN. NetworkDiscoverer doesn't help, there is'nt anything mentioned…
Forum topic
I'm connecting a CS4070 scanner (let's say Scanner-1) with scanner control app on Android via Bluetooth. It gets connected and works properly. Now I connect another CS4070 scanner (Scanner-2) and it…
Forum topic
I'm connecting a CS4070 scanner (let's say Scanner-1) with scanner control app on Android via Bluetooth. It gets connected and works properly. Now I connect another CS4070 scanner (Scanner-2) and it…
Forum topic
After updating the JVM to azul 8.64, the ZSDK_API is now crashing the JVM. hs_err file is attached.
Forum topic
After updating the JVM to azul 8.64, the ZSDK_API is now crashing the JVM. hs_err file is attached.
Forum topic
I'm trying to understand the conceptual difference between call by reference, value, and name. So I have the following pseudocode: <code>foo(a, b, c) { b =b++; a = a++; c = a + b*…