Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
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…
Forum topic
Hello, i've try to write program which should connect to web server in LAN and get zpl label. I've try to debug it in ZBI Developer. I've connected TCPClient port to Physical connection, but i always…