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. Unfortunately I can't find anything in the Datawedge app to configure it there.
How can i debug my rfid scan app while zebra device is in the docking station
225 Views Asked by DaveR At
1
There are 1 best solutions below
Related Questions in C#
- Passing arguments to main in C using Eclipse
- kernel module does not print packet info
- error C2016 (C requires that a struct or union has at least one member) and structs typedefs
- Drawing with ncurses, sockets and fork
- How to catch delay-import dll errors (missing dll or symbol) in MinGW(-w64)?
- Configured TTL for A record(s) backing CNAME records
- Allocating memory for pointers inside structures in functions
- Finding articulation point of undirected graph by DFS
- C first fgets() is being skipped while the second runs
- C std library don't appear to be linked in object file
- gcc static library compilation
- How to do a case-insensitive string comparison?
- C programming: Create and write 2D array of files as function
- How to read a file then store to array and then print?
- Function timeouts in C and thread
Related Questions in VISUAL-STUDIO
- NuGet - Given a type name or a DLL, how can I find the NuGet package?
- Exception thrown at 0x0131EB06 Visual Studio
- Visual Studio 2015 Cordova Plugin Add Fail
- Cannot find InvalidCastException in C# Application
- generating C# code file during Visual Studio build
- Can I deploy multiple instances of my application on the same windows phone?
- Close the Solution Explorer window
- How to generate entity framework code-first migrations without using the package manager console?
- Implementing callback function for dialog-based application
- VB.net: How to make original variable value fulfill 2 statements?
- DLL being marked as DELETEPENDING
- String tokenizing in Visual Studio C++
- How to use "Multicharts Studies" in Visual Studio 2013?
- Programs Will Not Run In Visual Studio
- VB.Net: Display total when check boxes are checked
Related Questions in XAMARIN.ANDROID
- How do I Insert a Previously Created SQLite Database into a Xamarin.Android App?
- ReplacementSpan in multiautocomplete textview overlap
- xamarin.forms.labs ImageButton issue
- InvalidCastException in release when casting TextFormatted to ISpannable or ISpanned
- Xamarin: How to print from Android device to dot matrix printer?
- How to hide out a layout in Xamarin.forms C#?
- Google Maps leaking JNI global reference
- Error after Enable Multi-Dex in Xamarin Android
- Show Dialog Fragment in Fragment
- Why is my DrawerLayout still open on activity resume, in spite of closing it?
- namespace prefix "myapp" is not defined in Xamarin While Building App?
- Exception when launching activity from PreferenceScreen
- How to set SQLite(SQLite.NET component) database Version in Xamarin Android
- Is iOS, Android binded libraries in Xamarin working in all devices(WinPhone, iOS, Android)?
- How to handle context menu in WebViewRenderer?
Related Questions in DATAWEDGE
- Datawedge Error during the scan with Motorola MC3100
- Broadcast intent delivery with DataWedge is not working in android app?
- How to capture a post amble carriage return from data wedge input using a text box in vb.net?
- how to know when the RFID gun button trigger is pressed on the RFD40 + TC21
- How to enable/disable barcode scanner using Datawedge in Xamarin Forms
- Read only SSCC from EAN-128 barcode
- RhoMobile and DataWedge: Receiving Intents
- Getting Barcode Scanner MT2000 to Move to Next Focus
- How to handle failure cases and scanner timeout callback in zebra using DataWedge in android?
- Profile is created but there are no apps associated in DataWedge Zebra TC25
- Barcode Scanner - (Data Wedge) TC26 device reads data twice in EditText
- How to use data wedge to connect to non scanner bluetooth device?
- Zebra DataWedge Intents with GS-128
- How to program datawedge on mc67 to advance to next screen after scanning a barcode
- DataWedge Reg Settings on Mobile Computers
Related Questions in ZEBRA-SCANNERS
- Settings key: <bluetooth_address> is only readable to apps with targetSdkVersion lower than or equal: 31
- I can't use my react-native application in ZEBRA TC520K device
- LLRP for Zebra FX7500 with llrpjs doesn't read tags
- Zebra Datawedge outside of Main Activity. How to configure the Intent Filter?
- How to detect when Zebra PS20 personal shopper is removed from cradle
- Zebra Scanner simultaneously scanning
- delphi android device serial number for zebra mc930
- Zebra FX7500 RFID reader: IoT Connector service to send data through HTTP POST not working
- Barcode Scanner - (Data Wedge) TC26 device reads data twice in EditText
- How can I generate or add resourcedesigner.cs file in a dotnet Maui project?
- React Native Expo - How to get Zebra Scanner pressed keyboard value without text input
- Zebra DataWedge Intents with GS-128
- Why is Celsius (℃) printed as ' Unknown ' when taking a QR Barcode with a 'Zebra' scanner?
- IntenFilter for zebra WS50 scan event
- Problem receiving more than one Intent using Zebra Datawedge API
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Found a solution.
In the AndroidSDK folder there is the adb.exe.
Just type adb tcpip 5555, then type adb connect "your local WLAN IP":5555 and you can debug via wlan