Questions tagged [zebra-scanners]

49 questions
3
votes
0 answers

Zebra Datawedge Stops receiving scans

Using a Zebra MC3300 Device with Datawedge 8.0 + I've been working on a scanning app that requires me to scan an RFID in step one and immediately scan a barcode in step two. The process is repeated to link the RFID and barcode in the DB. I've…
2
votes
1 answer

Why is Celsius (℃) printed as ' Unknown ' when taking a QR Barcode with a 'Zebra' scanner?

I am using a QR barcode containing a long string in "," (comma) units. Celsius (°C) is the problem. Why is Celsius (℃) printed as ' Ž ' or ' ℃ ' when taking a QR Bacode with a 'Zebra' scanner? problem is "+100℃" If UTF-8 is selected, it is…
2
votes
3 answers

How to use Zebra EMDK in release build?

So I Have a Zebra MC330M device. I created earliar an application, and I would like to use the PDA built in barcode scanner. If is run my app in debug mode, everything working well, I can read the barcodes, but If I create an staged or relase…
Andreas1234
  • 433
  • 4
  • 25
1
vote
0 answers

flutter code not running until I close and reopen the app

I'm facing an issue with barcode scanning in Flutter when using a Zebra handheld scanner. The barcode scanning functionality only works when I close the page and reopen it. I've provided the code below for reference: StockLookupScreen: import…
1
vote
1 answer

Java parcelable array to Delphi array

I am trying to translate a Java code into Delphi code in order to use the API of an Android application (DataWedge application). To contextualize, DataWegde allows, among other things, to send to an Android application the barcode read by the laser…
user2244705
  • 361
  • 4
  • 16
1
vote
0 answers

Zebra Scanner simultaneously scanning

I am using Zebra Enterprise Browser and Zebra Android Scanner and the normal scanning process working fine with EB.Barcode.enable({allDecoders:true})in javascript. Now my Question is how is it possible to change in the code the mode from single scan…
stockie
  • 11
  • 1
1
vote
0 answers

How to detect when Zebra PS20 personal shopper is removed from cradle

How to discover when Zebra PS20J personal shopper is taken from smart cradle when cradle is unlocked? Zebra Enterprise Browser 2 is used in Android 8. I tried in javascript in browser const unlockparam = { "ledOnDuration": 1000, …
Andrus
  • 26,339
  • 60
  • 204
  • 378
1
vote
0 answers

React Native Expo - How to get Zebra Scanner pressed keyboard value without text input

I'm trying to develop React Native Expo app on Zebra Scanner OS android. I want to listen pressed F Keys or any physical keyboard events on main screen without text input. So far I tried couple of npm package but they didn't solve my problem. And…
1
vote
1 answer

flutter Enter event not found on zebra tc77?

We need to scan using zebra tc77 but enter event not found at the end of text , even after we have enabled enter key at settings? _onChangeListener(String val) { if(val.isEmpty) return; …
1
vote
3 answers

Preserve line feeds in scanner input in HTML element

I'm using a Zebra DS9908 scanner to scan a bar code and put the data on an HTML page. What element should I use to preserve all input characters? I've tried both a
and