Questions tagged [datawedge]

DataWedge provides a convenient mechanism for non-scanning aware applications to receive data from embedded or connected data capture devices

DataWedge provides a convenient mechanism for non-scanning aware applications to receive data from embedded or connected data capture devices. It allows the user to capture data into any application that accepts keyboard input. It supports four types of Data Feeds: Barcode Scanners, RFID Tag Readers, MSR Readers and Serial Data Input. It provides user with text/hex data formatting and prefix/suffix facilities.

52 questions
1
vote
3 answers

Programmatically start and stop DataWedge

I am developing an application for bar code scanning on hand-held devices.I am using Motorola MC 3190, on Windows Embedded Handheld 6.5.3. I am trying to programmatically enable and disable DataWedge directly from my code (let's say, to be enabled…
Daniel KOcev
  • 11
  • 1
  • 3
1
vote
1 answer

Automatically start Datawedge on MC65 running Windows Mobile 6.5.3

I'm creating an autoinstaller for a customer that needs the Datawedge to be running. We have done this in the past by configuring AppCenter to launch datawedge but this is not an option in this instance. As part of the install process I have tried…
Fishcake
  • 10,496
  • 7
  • 44
  • 72
0
votes
1 answer

react native datawedge intent zebra scanner taking time to initialize when used on multiple screens

We have a scanner app which has several screens which is having scanner component in it. When initially the app loads on home screen with scanner component, it takes normal time to initialize it, but when we switch from & to the screens the…
0
votes
0 answers

Datawedge intent package for react native not working

I want to read data from barcode in a react native application android and I have Zebra TC26, the package i have used was react-native-datawedge-intent but can't get success, Can you please guide me further so that I can acheive the requirement?
0
votes
0 answers

Problem receiving more than one Intent using Zebra Datawedge API

I am currently developing an RFID app for a Zebra MC33 device to read tag ID and tag user data( Memorybank NONE and USER). Unfortunately I can't use the SDK from Zebra because the app is 2 versions too low and not upgradeable. At the beginning the…
DaveR
  • 63
  • 1
  • 10
0
votes
0 answers

Barcode scanner on Zebra device stops working after camera usage

On our mobile .NET MAUI app, we use two modes of scanning - with device camera (using BarcodeScanner.Mobile.Maui package), or with hardware barcode scanner on Zebra devices (using the Zebra DataWedge solution). Some devices have both camera and a…
0
votes
0 answers

Zebra DataWedge, how to trigger a Scan from code?

We have a Zebra Android device (MC33X) & I'm able to scan through the hardware button & is there a way to scan through click of a button on the screen? Also is there a provision to Auto scan or Continuous scan?
Pavan Pyati
  • 950
  • 2
  • 13
  • 18
0
votes
0 answers

Datawedge doesnt return Userbank data from RFID tag

i am using a zebra MC3300X device to read RFID tags. I use intent output to send the data to my broadcast receiver. But i can only read the tag id when i doesnt select any memorybank. In this case the broadcast receiver works correct. When i choose…
DaveR
  • 63
  • 1
  • 10
0
votes
1 answer

How can i debug my rfid scan app while zebra device is in the docking station

does anyone know if and how I can debug an app that runs on a Zebra MC3300XR? As soon as I put the device in the docking station to be recognized by Visual Studio via usb, I can no longer read rfid. The read function seems to be disabled then.…
DaveR
  • 63
  • 1
  • 10
0
votes
1 answer

Zebra DataWedge Intents with GS-128

I am beginning to develop an Android app for a Zebra MC9300 scanner and running into what I'm guessing is a configuration issue, but being new to both Zebra and Android development, I'm at a bit of a loss. I started out using the samples from…
Scott Salyer
  • 2,165
  • 7
  • 45
  • 82
0
votes
0 answers

Android Datawedge Multi Barcode Output Issue

I am using and older Zebra scanner, oreo, version 7.25 so I don't have all the newer multi-barcoding features. I am trying to implement a multi-barcode scan into a recyclerview. I have Datawedge set to scan 5 barcodes. My output in the recyclerview…
Altohombre
  • 21
  • 5
0
votes
0 answers

Activity sendBroadcast method giving silent error for no receiver

I am registering a BroadcastReceiver to listen for intents from the Zebra Technologies Datawedge built in App. Everything is working perfectly. I want to explicitly listen if the device on which the App is installed, has the active datawedge…
0
votes
0 answers

How to use data wedge to connect to non scanner bluetooth device?

I have a use case for connecting with a arbitrary bluetooth device (not a scanner). I have the following questions - Is it possible to connect data wedge to a random bluetooth device to send and receive data? I was unable to find any example online…
Jatin
  • 11
  • 3
0
votes
2 answers

Barcode Scanner - (Data Wedge) TC26 device reads data twice in EditText

I am working on a barcode scanner using DataWedge API's for TC26 device. I can see sometimes the value in EditTextBox the value is shown twice randomly. For example : value 123 is scanned but in EdittextBox it shows 123123. I've tried clearing…
0
votes
0 answers

React-Native: How to get zebra scanned barcode data

I have zebra bluetooth scanner. I have connected that zebra scanner with bluetooth. Now my app should read whatever I scan any barcode. But How? Which library will read scanned barcode data? I have tried so many library but not working. I have tried…
Maxx P
  • 148
  • 10