Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Reading Bar Codes

Status
Not open for further replies.

bubarooni1

Technical User
Dec 18, 2007
51
US
Hi,

Has anyone here ever wrote code that allows a handheld scanner to read a bar code into an application?

Any suggested links would be greatly appreciated.

Thanks!
 
Most scanners these days are wedged into the keyboard which means that their output appears in the keyboard buffer just as though it had been typed. If that's what you have then you don't need to do anything in VB. Just process the characters coming from the keyboard.

If you have a port-attached scanner (i.e. one that plugs into a serial port) then take a look at the mscomm object that enables serial port communications.

 
Check out this thread in the Barcode forum: thread694-968991. Good questions at the beginning, good pointer at the end.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top