mhb-ksa Posted April 25, 2006 Posted April 25, 2006 Please I want know how make barcode reader connenct with my program the code or Idea for code Quote
*Experts* Nerseus Posted April 25, 2006 *Experts* Posted April 25, 2006 I would do a forum search as this has come up before - simply look for "barcode". First, you'll need a barcode scanner (a hardware device). Most come with software that make them act like a keyboard. The user presses a button to read a barcode and the text is spit out to the computer as if the keyboard typed it. There isn't any special software, usually, beyond that basic functionality - at least not in my experience. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
hairixe Posted June 30, 2006 Posted June 30, 2006 barcode.. barcode reader is just same as keyboard. you need a form and a text box, then just run the form and scan the barcode. if you want you also can install any barcode font and make the text box font as a barcode font Quote
teixeira Posted July 4, 2006 Posted July 4, 2006 Hi, If the barcode reader is plugged into serial port, you can use the SerialPort class from the System.IO.Ports namespace and configure serialport instance with correct communication parameters. Greetings, Tiago Teixeira Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.