Click here to Skip to main content
16,022,536 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
What are the functions and procedures to use Barcode scanners in C#.Net?

I need the step by step procedures - from adding the hardware to read the barcodes.

I'll be glad if you illustrate with pictures.
Posted
Updated 31-Jan-12 18:17pm
v2

1 solution

If you are using a USB scanner then you need to do to set focus on a textbox, then scan a barcode. the data from the scanner will show up in the textbox itself.

and if you are using serial, you will need to use the SerialPort class in .Net.
for more
Search Results
 
Share this answer
 
v2
Comments
Zeeshan-Ali89 2-Feb-12 12:17pm    
Agreed with Uma Shankar

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