35 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
24
views
How to configure Zebra Mobile Computer to not play the scan audio feedback?
I want to use Intent API to turn off the audio feedback at scan into DataWedge profile.
I tried this code:
String profileName = DW_PROFILENAME;
sendZebraDataWedgeIntentWithExtra("com.symbol....
0
votes
0
answers
35
views
How to configure LLRP connection to ignore duplicates?
I'm connecting to the zebra(fx7500) LLRP using the following code,
RFIDReader myReader = new RFIDReader();
myReader.HostName = "192.168.1.1";
myReader.Port = (ushort)5084;
myReader....
0
votes
1
answer
133
views
Zebra SDK execption RFID_API_COMMAND_TIMEOUT when trying to reconnect
I'm working to implement the version 2.0.4.192 of the Zebra SDK to scan RFID tags with RFD40 handheld and TC53 android phone.
When testing the SampleApp provide with the SDK if I remove and reattach ...
0
votes
0
answers
102
views
The connected device does not support RFID,ฺand Barcode or the Zebra RFID SDK is not properly initialized in android 14
The zebra123 plugin is designed to facilitate integration with Zebra devices, specifically for barcode and RFID functionalities. It provides a Flutter interface in not support android 12 But if the ...
0
votes
1
answer
112
views
ZPL and Serialization Field (^SF)
I have a problem with serialization. When I try ZPL code on Laberaly.com, it works as it should. But when that data is send to the printer, serialization does not work. Also, label is stored on ...
2
votes
1
answer
349
views
How can I create and configure a new profile on DataWedge from a Flutter application?
I'm developing a mobile app using Flutter, which will use the Zebra barcode scanner. I need to create and configure a new DataWedge profile when the app initializes. I created the function below using ...
-1
votes
1
answer
178
views
Copy font to Zebra printer from cmd
I am struggling with font copy to Zebra printer via CMD.
Everything seems pretty clear and easy, maybe I missing something but cannot get it done.
What I ́ve tried:
Simple copy to shared Zebra printer
...
0
votes
0
answers
104
views
ZPL label prints from ZebraDesigner but not sending it using TextOnly printer
I used ZebraDesigner to design a label with some logos. The label prints correctly directly from ZebraDesigner to the printer (GC420d).
Then, I printed the label to a file to get the ZPL code. This is ...
0
votes
1
answer
205
views
Zebra ZQ520 is not printing through code or Setup Utilities
I have an issue like that when I send ZPL commands through c# code to the printer via Bluetooth it prints blank label (after calibration) or sometimes only a peace of the expected text. Additionally, ...
-1
votes
1
answer
122
views
.net Maui list zebra profiles
I created an Maui app. I need to list all the profiles on my zebra device.
DOes anyone know to doit?
Thanks
So far, I tried this, but i don't get any results. The if instruction is always false
public ...
-1
votes
1
answer
255
views
Zebra Label Printer (Gx430t) set printer configuration settings
I'm trying to change the printer settings of my Zebra GX430t usb printer so they persist for the entire time the printer is turned on. This is to avoid having to reload all printer settings every time ...
2
votes
1
answer
292
views
Issues printing to a Zebra Printer via PowerShell + Generic / Text Only Driver
I've been tearing my hair out over trying to automate printing asset tags from a scanned value to a Zebra ZD420. The label contains a company logo (CompanyLogo.PNG, converted to CompanyLogo.GRF), ...
1
vote
0
answers
57
views
Having problems installing the Zebra search engine (https://www.indexdata.com/resources/software/zebra/) in a docker container
The Dockerfile:
# Use an official Debian runtime as a parent image
FROM debian:latest
# Set environment variables
ENV DEBIAN_FRONTEND=noninteractive
# Install necessary packages
...
0
votes
1
answer
107
views
ZPL TAB function
I have an application and need advice on handling barcode and tabulator functionality, ideally using ZPL (Zebra Programming Language). Below is a revised sample of the ZPL data I'm working with:
...
1
vote
0
answers
243
views
Zebra ZT230 printer prints labels in different positions after first print - how can I fix this problem?the positions change at each iteration in C#
I have a Zebra printer ZT230 and I am having a problem with positioning the labels. On the first print, the labels are positioned correctly, but on the second and third prints, the barcodes and text ...