Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hey all,

I have been given a project in college to develop a standalone application for College library which can read the barcodes from books and make the necessary entry in the db.

I have got the module to read barcode from the book and return the read text. I have never before in any project interacted directly with the hardware. We would be using normal barcode readers.

Can you please help me as to how to go about this project. I have found api's on google which can read barcodes from image files but not directly from barcode scanners.

Any help would be appreciated.

Thank you.
Posted

It Is Simple...Keep in mind that barcode scanner is same as in put device like keybord...
use serial ports...
 
Share this answer
 
Hi,
Take a look at this post:
How can I read a value from a barcode reader using c#?[^]

I hope it helps,
Cheers
 
Share this answer
 
Comments
Monjurul Habib 8-Apr-12 14:42pm    
5!
Reza Ahmadi 8-Apr-12 14:45pm    
Thanks a lot Monjurul!
VJ Reddy 8-Apr-12 20:48pm    
Good pointer. +5
Reza Ahmadi 8-Apr-12 23:31pm    
Thanks

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