Click here to Skip to main content
15,897,187 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all ,

I already have a mobile 6 device with barcode reader and I want to use it with wifi or bleutooth connection as simple scanner input in a desktop application.

I use .net c#

please help me in this.

Thanks in Advance.
Posted
Updated 8-Jun-11 1:26am
v5
Comments
Sandeep Mewara 8-Jun-11 8:20am    
And the issue is?
handgp 8-Jun-11 12:00pm    
If none has tried.
If done.
An opinion.
[no name] 8-Jun-11 13:34pm    
In order to access the hardware you'll need system API's and documentation on how to call functions. So start with downloading an sdk (software development kit) and documentation and try some example applications.
ArtificerGM 8-Jun-11 16:50pm    
I've used a regular laser-scanner for barcodes and they work essentially like a keyboard. So if you are trying to bind on KeyPress or KeyDown events you'll wind up with a big headache since it will only register the FIRST character and ignore the others. I had to add a timer to check if there was input in the textbox before processing. Ruard is correct you'll want to get ahold of the SDK and see what sort or output you can gather from the phone itself. Also, developing an application ON THE PHONE that uses the scanner for input and then re-sends the data via web-services to your main app could be a viable solution depending on your needs.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900