Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi everybody,
Can anyone tell me that how can i read a barcode through a barcode reader.


It would be beneficial if i can check that c# application without having the hardware as i want to buy a barcode reader after successfully.
Thanks,
Akky
Posted

1 solution

It depends on the reader. One very typical keyboard reader interface type is called "Keyboard wedge". It has the simple interface identical to that of a keyboard:
http://en.wikipedia.org/wiki/Barcode_reader#Keyboard_wedges[^].

You should check with the manufacturer if this is the case. If it is, you can develop your code using just a regular keyboard. :-)

In all other cases, you probably need to have the hardware.

—SA
 
Share this answer
 

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