Zebra Technologies acquired Motorola Solutions enterprise Business in Oct.2014. Zebra Technologies' EMDK, previously know as Motorola's Mobility Enterprise Development Kit, are a series of SDK for Windows Mobile/Windows CE rugged devices with custom features like barcode scanning ans Enterprise grade Wireless Driver. EMDK for Windows Mobile/Windows CE are available for Java, .NET and C.
Questions tagged [motorola-emdk]
135 questions
6
votes
2 answers
Unable to use EMDK for .NET
I'm developing a mobile application that uses a barcode scanner (Motorola MC75A). I installed EMDK for .NET v2.5.
I use the libraries Symbol.dll and Symbol.barcode2.dll for use of the barcode scanner. But I get errors when I run the code on the…

eicruzado
- 307
- 2
- 3
- 7
5
votes
1 answer
Is it possible to write and read ASCII character in UHF RFID tag?
I am developing an application for Motorola MC9190 RFID handheld reader.
I am in need of reading and writing information as human-readable in UHF RFID tag. So I decided to write information in ASCII characters.
On doing some research, I found that…

CST RAIZE
- 428
- 1
- 5
- 18
5
votes
1 answer
J2ME / MIDP - How to detect connection type (2G / 3G / 4G / Wi-Fi)?
I've seen this question asked many times all over the web but there does not appear to be a comprehensive answer anywhere.
I have created a J2ME app which needs to detect the network connection type (so it can connect to a different resource if…

ban-geoengineering
- 18,324
- 27
- 171
- 253
5
votes
2 answers
Symbol.WPAN.Bluetooth example that transfers data
I am trying to use Symbol.WPAN.Bluetooth that comes with the EMDK for Symbol devices.
Does anyone happen to have a working example that transfers data?
Symbol's example just pairs the devices. (They apparently think that transfering data is not…

Vaccano
- 78,325
- 149
- 468
- 850
5
votes
1 answer
Motorola MC65 - EMDK .NET 2.6 - E_SCN_READTIMEOUT using ScanWait()
I'm looking to integrate the Barcode2 class in the EDMK 2.6 library into our existing Barcode scanning interface.
I've wired the example code up to our interface method StartScan() and always get E_SCN_READTIMEOUT as the result even though the code…

Joshua Rose
- 61
- 5
3
votes
2 answers
from where i can download sdk for Motorola MC3190?
Where can I download the SDK for Motorola MC3190? I checked the Motorola site - but can't find it. Can I get any link for this?
Thanks in advance.

Gali
- 14,511
- 28
- 80
- 105
3
votes
3 answers
EMDK scanner puts scanned value into input text
I have application using EMDK, my test device is TC55.
I successfully created code for enabling and receiving scanning data. But I have different problem - when I scan barcode and have EditText field visible in my fragment scanned value ALWAYS is…

Lukas Novicky
- 921
- 1
- 19
- 44
2
votes
4 answers
Motorola MC3190 barcode scanner not getting triggered
I am trying to get my Motorola MC3190 read barcode. But unfortunately there is no response after pressing the hardware scan button. I am using EMDK for .net version 2.0.
Here is my code:
private void Form1_Load(object sender, EventArgs e)
…

Abdel Raoof Olakara
- 19,223
- 11
- 88
- 133
2
votes
1 answer
PDT Device is not getting connected to Windows 10 64Bit PC
Windows 10 is not detecting Symbol PDT Device...
And Device is showing Under Uncategorized Devices on Device Manager

Dark
- 81
- 8
2
votes
1 answer
OnRead event from scanner (Motorla EMDK) fires continuously
(I'm using VS2008 with EMDK v2.9 with Fix1)
I have a form, where I declare my reader:
Private WithEvents barcodeReader As Barcode.Barcode = New Barcode.Barcode
I want it to be active only in one of the controls on the form, so I do this:
Private…

Yuropoor
- 354
- 2
- 17
2
votes
2 answers
WM 5 SDK Symbol
We have a large number of Window Mobile Devices (Symbol MC35 & MC70). I want to write a small app that gets the device serial number and simcard serial number (not phone number). I have tryed using the Symbol SDK and I can get the Device Serial…

MartGriff
- 2,821
- 7
- 38
- 42
2
votes
1 answer
get state of modifier keys (orange, blue, shift) on MC91 and MC92
We develop an application which runs full screen so the modifier indicators are not visible.
So I now need a solution to update icons we put on the display with the state of orange, blue and shift.
The fun part is this solution should work on Omnii…

Holly
- 1,305
- 2
- 15
- 30
2
votes
2 answers
Why is my RFID reader reading an unexistant RFID tag code?
Our team is developing a software application to read RFID tags using an MC3190Z RFID Handheld Reader. We are using EMDK for .Net v2.9 and Visual Studio 2008, testing and deploying directly to the device.
This reader is showing an unknown RFID tag…

YeinCM-Qva
- 141
- 2
- 15
2
votes
0 answers
FX7400: LLRP error: "Report Buffer Overflow Error Event (251)"
I have few Motorola FX7400 readers that read RFID tags on production line + app based on EMDK(EMDK for .NET v2.8) to fetch inventory data.
Randomly(?) some of readers stop to deliver correct tag inventory report and continously return "Report…

st4hoo
- 2,196
- 17
- 25
2
votes
1 answer
ApplicationException at System.Threading.EventWaitHandle..ctor in .NET CF 3.5
I have a .NET CF 3.5 application that runs on Motorola WT41N0 (Windows CE 7). Sometimes it gets the following exception:
System.ApplicationException: ApplicationException
at System.Threading.EventWaitHandle..ctor(Boolean initialState,…

Lief
- 535
- 3
- 5
- 14