Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi dear Admin.
i'm a beginner in C# and i need force help to my problem.
i want to read barcode data from handheld device from USB port in C#.
but i do'nt know how i can do it. i google it but i cant find a tutorial to learning this subject. please help me. thanks so much.
Posted
Comments
Jibesh 12-Mar-13 15:29pm    
what model of scanner device you are using? also the vendor?
Reza Nabiloo 13-Mar-13 0:48am    
thanks for attention
my device is : HoneyWell item : 7600EP 112 B6EE
ZurdoDev 12-Mar-13 17:00pm    
Actually, a lot of barcode readers return strings and are very easy to work with. However, you'll have to start with the documentation for it.
Steve44 13-Mar-13 0:42am    
The barcode readers I worked with had drivers that just generated keyboard events as if you entered the barcode number from a keyboard. To use these you just clicked on a textbox to give it focus to receive input events, scan the bar code and the barcode value is entered as text.
But for that to work your barcode reader needs to provide a driver that supports this input model, and to find this out you should consult your documentation.
Or do you need to write a driver for an USB handheld barcode reader?
Reza Nabiloo 13-Mar-13 0:52am    
Thanks for attention. No i want to write a program with c# to read data from reader device an do something in my data base with barcod data
but idont know how i start this and i dont no what i need to do


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