Zebra DevTalk | A Technical Deep Dive into Zebra's Enterprise Browser | Wed. May 18, 10 am CDT

Submitted by Stacey Kruczek on
1 MIN READ

In this talk, we'll introduce Zebra's Enterprise Browser, what it is, what it's key features are, and why you may want to leverage it in your business. We’ll also provide a technical deep-dive providing a code walk-through of key functionality for common use-cases, and how you can achieve this as a developer.

Connecting SSI Bluetooth LE to iOS 13+

Submitted by priyanka.shrim… on
1 MIN READ

 A new security feature from iOS13 xCode11 requires users to give permissions before establishing a Bluetooth connection over SSI BLE, which effects   some of our Bluetooth scanners that support SSI BLE. If a user does not grant permission, then the application will crash when attempting to establish   a Bluetooth connection.

Execute a Script to Start an Application upon Scanner Management Solution (SMS) Execution Completion

Submitted by priyanka.shrim… on
5 MIN READ

Learn how to execute a script to start an application once the Scanner Management Solution (SMS) execution is completed, as well as starting an application via a script. This blog applies to both the Zebra Scanner Management Solution, and the Zebra Barcode Scanner SDK for Linux. 

Update Barcode Scanner Firmware via Windows Management Instrumentation (WMI) Using a VBScript

Submitted by priyanka.shrim… on
4 MIN READ

 Windows Management Instrumentation (WMI) is an industry-standard from Microsoft for the management of hardware devices, including Zebra   barcode  scanners, in a Windows enterprise computing environment. This blog provides step-by-step guidelines on updating barcode scanner firmware   with Windows Management Instrumentation (WMI) using a VBScript. 

 Guide

    1. Open your favorite text editor, Visual Studio Code, Notepad++, etc.

Query the Asset Information of Zebra Scanners via Windows Management Instrumentation (WMI) Using a VBScript

Submitted by priyanka.shrim… on
2 MIN READ

 Windows Management Instrumentation (WMI) is an industry standard from Microsoft for the management of hardware devices, including Zebra barcode scanners, in a Windows enterprise computing environment. You can write WMI scripts or applications to automate administrative tasks remotely on networked computers. This article will walk you through discovering Zebra Scanners & subsequently querying asset information, such as model number, serial number, firmware version, etc... via WMI using VBScript 

Step-by-Step Guide to Install and Uninstall Zebra Barcode Scanner SDK for Linux

Submitted by priyanka.shrim… on
5 MIN READ

Zebra Barcode Scanner SDK for Linux installation and uninstallation is found challenging to some users because Linux images are built based on custom configurations. Apart from that, Linux distributions derive mainly from Debian and Redhat, and therefore two different installation packages (.deb and .rpm) are available too. Moreover, based on the C++ compiler version on the development environment, different binaries are to be used too.