Interfacing with a barcode scanner

J

Jay

I'd like to be able to capture barcode scans (ISBNs of books) from a barcode scanner.

I already have a barcode scanner which has a USB interface, and by default the scanner acts like a
second keyboard, putting ISBNs at the text cursor for the application that has focus.

I would instead like the ISBNs to go into a Visual C#.net programme that I am writing.

The scanner comes with a driver that can be installed to make it act like a COM port. From the
installation instructions: "The device will be mapped in the first free COM, after all physical and
virtual COMs already installed in your system."

So I need to capture the data from this com port.

I'm a relative beginner to Windows programming - does anyone have any advice or tips or sample code
or web links on how to capture the data from the com port?

Thanks in anticipation...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top