Hey there guys!I have been trying to develop an Android application to read SmartTap Passes from both Google Wallet and Apple Wallet. I'm using the device TC22 alongside the VAS SDK from Zebra itself…
I am trying to display some string on the LCD in idle mode, using current Firmware V93.21.16/Link-OS 6.7 on ZD621t-HC. While being able to read and set other SGD commands from ZBI 2.0 and "the…
Hi everyone, i have a question about of barcode scanner implementation on zebra tc21.
I'm programming on Xamarin and when i scan any barcode 1D there are sometimes that i dont receive data...
I'm…
Hi everyone, i have a question about of barcode scanner implementation on zebra tc21.
I'm programming on Xamarin and when i scan any barcode 1D there are sometimes that i dont receive data...
I'm…
Hello,
I'm developing a ZBI program to send data from zebra printer (TCPCLIENT) to TCPSERVER. I can create a connection and I can send data from TCPSERVER to TCPCLIENT into Zebra Printer. But I…
how to get "USB_HOST" Input ZBI II
my code so far:
10 CLOSE ALL
20 OPEN #1: NAME "USB_HOST" ???????
30 OPEN #2: NAME "ZPL"
40 INPUT #1: A$
0130 PRINT #2: "^XA…
I tried to use the search feature of the forum, but doing so results in an error, so I figured I'd just post my question.
I'm looking through some older ZBI example programs and it seems…
Hello,
I developed a ZBI program to print labels that depend on information retrieved via TCP port.
In case of network issue, I need to be able to connect a barcode scanner to the Usb Host port and…
Hello All,
We are working on Zebra ZD420. I have a task to call a web-service and capturing the output in ZBI.
According to Zebra Dev Talk ( https://www.youtube.com/watch?v=bPYB8iq8goE 15:18) it is…
Please does anybody know how to use the USB Host port (ZT410 etc) for ZBI data input?
I didn´t find the OPEN command name for this. I want to connect scanner/keyboard for data input in my ZBI program…