Motorola's Enterprise Mobility Development Overview
3
votes
1answer
979 views
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. ...
2
votes
2answers
1k views
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 ...
1
vote
2answers
457 views
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 ...
1
vote
1answer
234 views
Bluetooth COM serial port doesn't become available after un-pairing
Using the Symbol.WPAN.Bluetooth class from Motorola EMDK 2.4 I am trying to pair to a device (A zebra MZ220 in this case) to my mobile device (a Motorola MC75a running Windows Mobile 6.5.3).
I pair ...
1
vote
0answers
259 views
symbol barcode pdf417 EMDK
I'm developing an application using the EMDK v2.4 from Symbol. I'm trying to read a PDF417 barcode using the camera imager on the MC75. It is returning a readerData.Length of 234 characters but only ...
1
vote
3answers
949 views
Play sounds with the Symbol Developer Kit in c#
We are developping a mobile application, which targets devices manufactured by Symbol. On these devices, Windows Mobile is the system.
Our application play sounds (simple beeps in fact) : we use the ...
0
votes
3answers
111 views
Motorola EMDK sdk, barcode2 QRCode scanning returns E_SCN_BUFFERTOOSMALL
I’m testing EMDK .Net SDK 2.5 on a ES400 device and have managed to get basic barcode scanning to work. When I try to scan QRCode’s, I allways get E_SCN_BUFFERTOOSMALL. The ScanData.Buffersize is 112 ...
0
votes
0answers
25 views
btexplorer and bluetopia
So I'm writing a bluetooth headset driver using the bluetopia stone street one stack and motorola EMDK. Now, the emdk itself doesn't support a headset profile but there's something going on in the ...
0
votes
0answers
49 views
emdk c# bluetooth
I'm using the emdk for c#. I'm using scanAndpair to pair a Windows Mobile device (MC55) via bluetooth (bluetopia) with a second device (a headset with a PTT (push-to-talk) button).
The devices pair ...
0
votes
0answers
59 views
Motorola MC75A Radio - Simulate Push-to-Talk button down
The MC75A radio doesn't have a dedicated panic button and I am attempting to simulate a panic button when both side laser trigger buttons are depressed and held down for 2 seconds. I can launch my ...
0
votes
0answers
266 views
Windows Mobile 6.5 file system crash Motorola MC55 when running .NET CF 3.5 application
I have issues with .NET CF 3.5 application on Windows Mobile 6.5 on Motorola MC55 device. We have around 150 devices which run a barcode scanning application written in C# Compact Framework 3.5. The ...
0
votes
1answer
135 views
Loading notification in windows mobile 6.5 (Spinner)
I'm developing a WM6.5 application on Motorola ES400 and need a notification for users to appear when my application is busy doing something
Searching in EMDK.
I've searched in the Help of EMDK and ...
0
votes
1answer
121 views
EMDK Bluetooth LocalDevices
Just a quick question, how do I get the local Bluetooth devices that have already been paired using the Motorola's EMDK 2.4 for an MC75 device? Seems I can get the RemoteDevice list but there is no ...
0
votes
1answer
345 views
MC55 Barcode Application
MC55 Barcode Application
Please excuse my ignorance on this as I only came across this requirement a day ago and my programming knowledge is C and Unix.
I want to write an application for the MC55 ...
0
votes
2answers
666 views
looking for sdk for motorola es400
looking for sdk for motorola es400 (in C#)
i search on the web - and dont find any
thanks
0
votes
1answer
779 views
C# Winform and Motorola MC9090-G implementation
I really need help on implementing Motorola MC9090-G into our software application.
This is my first time to work on this project so I don't know where to start.
Any help would really be appreciated.
...
0
votes
1answer
846 views
MC75 Barcode Reader Issue
I am aiding in the development for a custom made application for the Motorola MC75. It is well tuned except for a random bug with the barcode reader. Periodically, the barcode reader will only ...
0
votes
1answer
394 views
Write data to specifc tag
Is it possible to write data to a specific RFID tag (to its user memory actually) by using Motorola's EMDK for .NET / the Symbol.rfid2.device dll ? Imagine you have 2 tags in front of you and you want ...
0
votes
1answer
803 views
Microsoft API for Serial Communication - C#
I am trying to get two windows mobile devices to communicate with each other.
The API I am using (EMDK) says:
Any Microsoft API can be used for serial communication after the pairing is completed.
...