Tagged Questions

1
vote
2answers
888 views

DataWedge library - Motorola MC55 barcode scanning very slow

I have Motorola MC55 with DataWedge 3.2.4 installed. The issue I encounter is very slow scanning of barcodes, especially those prefixed with 'U' letter. I open the notepad and scan a barcode, text ...
0
votes
2answers
355 views

Print from Windows Mobile to Bluetooth Printer

I want to print a receipt containing text and barcode from MC75 [Windows mobile 6] and using a bluetooth printer (Zebra or any other). I am very new to windows mobile and I don't know where to start ...
0
votes
1answer
198 views

Windows Mobile 6.5 Motorola MC75 no Input Panel and Close Button

I am writing Windows Mobile 6.5 Application for the first time for Motorola MC75 Devices. I am using UserControls for each screens, and single "HomeForm", Problems I am facing are:- No Close button ...
0
votes
0answers
272 views

Lock / unlock screen on Windows mobile 6.1

We have an application (a C++ .exe and a .net CF application) that run's on Motorola MC70s. The device is restricted using Motorola Appcenter to only allow access to our software and the calendar to ...
0
votes
1answer
304 views

Motorola symbol ES400 notifications

This is my code for led and beeper notifications Symbol.Generic.Device device = new Symbol.Generic.Device(); Symbol.Notification.Beeper sound = new Symbol.Notification.Beeper(device); sound.Volume = ...
0
votes
2answers
503 views

How to Disable the Send and End keys on Motorola MC75

How to Disable the Send and End keys on Motorola MC75 ? i need any C# sample code for this thanks in advance
0
votes
1answer
509 views

from where i can download sdk for Motorola MC3190?

from where i can download sdk for motorola MC3190 ? i try on Motorola site - but can't find can i get any link for this ? thanks in advance
0
votes
1answer
312 views

Is there any Motorola Emulator for MC70 Device?

I need to develop a mobile application for Motorola MC70 Device. And i was wondering how to test BarCode Reading, and other hardware related stuff. is there an emulator for this? or do i need the ...
0
votes
3answers
820 views

How to emulate a windows mobile device that use Scanner (Symbol.Barcode)?

Is there any way to emulate a Barcode scaning? My application runs on a Motorola MC9090 Windows mobile device that have Scanner. I'm using Symbol.Barcode class to create my application in .net c#. ...
0
votes
2answers
616 views

Using Symbol MC70 series scanner with native code

Is it possible to use Symbol MC70 series scanner with native code? I have a Windows Mobile application written using Lazarus(Object pascal) and I want to use it with Symbol MC70. The sdk that they ...