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.

I already downloaded the EMDK for the barcode scanner (.net v2.4). What I'm trying to accomplish now is just to connect the MC9090-G to my simple test application which only have a textbox in it. Scan a barcode, Display the scanned barcode in the textbox and that's it! I'm just asking is someone could give me a step by step process on how I could do this? Most of the help that I'm getting from the internet is deploying an application in the scanner which I don't want to do for now. I believe that doing this would be a great stepping stone for me! so thanks in advance! :))

link|improve this question

Just so you guys know, I end up using C# sockets which works really good for me :) – Jeff Jan 18 '11 at 23:09
feedback

1 Answer

up vote 0 down vote accepted

Have you looked at Motorola's sample applications? I found the sample applications included with the EMDK very instructive when learning this myself. They have some very basic samples that make it pretty obvious the handful of lines of code that are needed to access the barcode scanner hardware.

link|improve this answer
Thank you for the response and yes I did. But all of them as far as I know is deploying the application into the device which I don't want. I want to run the application on my desktop. Connect the motorola mc9090-g using a cradle (USB connection) then scan a barcode then display it on a textbox (which is on the desktop screen not on the device screen). – Jeff Dec 14 '10 at 15:06
Might I ask why you are using a fully functional mobile computer to accomplish this, rather than a much cheaper USB barcode scanner like the Motorola LS2208? – Scott W Dec 14 '10 at 18:38
In any case, if that is your objective, I think that you will have to write an application that is resident on the MC9090 which reads the scanned data and then sends it (e.g. via TCP/IP) to a server application on the desktop computer that is listening for input. The server app on the desktop would then populate the appropriate text box. – Scott W Dec 14 '10 at 18:39
Unfortunately, this is the only device available for me to use. Anyway, yes I think that is the way to go. (TCP/IP or Bluetooth) and there is a sample application included in the EMDK similar to this for me to look at. Do you know if its possible to transfer like a dataset from the host application (running off the desktop) to the application running off the device? – Jeff Dec 14 '10 at 22:03
Thank you Scott for your replies. I am really new into this and just don't know where to start. – Jeff Dec 14 '10 at 22:07
show 2 more comments
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.