Re: Scanning 2D barcodes
From: Chris Kusmierz ("Chris)
Date: 07/12/04
- Next message: *** Grier: "Re: Scanning 2D barcodes"
- Previous message: Rick Dunmire: "Re: Scanning 2D barcodes"
- In reply to: Rick Dunmire: "Re: Scanning 2D barcodes"
- Next in thread: *** Grier: "Re: Scanning 2D barcodes"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 12 Jul 2004 12:35:39 -0400
"Rick Dunmire" <dunnie@STOP SPAM.pa.net> wrote in message
news:%23nDiGlCaEHA.2340@TK2MSFTNGP09.phx.gbl...
> Thanks Chris,
>
> I guess I should explain a little more. The scanner is not the problem (I
> can get that), being able to read what is in the bar code seems to be the
> stumper. From what I gather, if I give a textbox the curser then scan a
> barcode, the scanner will send the information to the textbox, is this
> correct? If so then will the information be in a readable format or will I
> have to decode it in some fashion?
>
> Rick
For keyboard wedge scanners it is you describe. Give the focus to a text box
and scan the barcode (you may need to set up the scanner for 2d, check the
manual) the scanner should relay the data as if it was typed from the
keyboard.
You may get some vertical bars in the text box representing characters which
can't be displayed.
I prefer using the serial type scanners along with the MSComm control. This
eliminates the need for the user to place the focus on the proper text box
before scanning. In fact the application itself doesn't even need to have
the focus.
Chris
> "Chris Kusmierz" <ckusmierz(at)verizon(dot)net> wrote in message
> news:#1MGcRCaEHA.996@TK2MSFTNGP12.phx.gbl...
> >
> > "Rick Dunmire" <dunnie@STOP SPAM.pa.net> wrote in message
> > news:OO250vBaEHA.1508@TK2MSFTNGP09.phx.gbl...
> > > Hwello everyone,
> > >
> > > I am trying to add a barcode scanning feature into my app. What I
need,
> is
> > > to scan a 2D barcode and display it's informatuion in a textbox (for
> now,
> > at
> > > some point I need to devide it up into fields) so I can copy and paste
> it.
> > I
> > > have checked with some barcode scanner shops but they don't offer
> anything
> > I
> > > can use in a 3rd party software. Any ideas where I can get some source
> for
> > > this? I checked with PSC but they only have for 1D barcodes.
> > >
> > > Thanks
> > >
> > > Rick Dunmire
> > >
> > >
> >
> > Methinks the barcode scanner shops you spoke with don't know what
they're
> > doing.
> >
> > There are plenty of scanner available for this, and most can be either
> > serial (my preference) or keyboard wedge.
> >
> > Just check the specs to be sure the scanner supports the symbology you
> need.
> >
> > HTH
> >
> > Chris
> >
> >
> > ---
> > Outgoing mail is certified Virus Free.
> > Checked by AVG anti-virus system (http://www.grisoft.com).
> > Version: 6.0.717 / Virus Database: 473 - Release Date: 7/8/04
> >
> >
>
>
--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.717 / Virus Database: 473 - Release Date: 7/8/04
- Next message: *** Grier: "Re: Scanning 2D barcodes"
- Previous message: Rick Dunmire: "Re: Scanning 2D barcodes"
- In reply to: Rick Dunmire: "Re: Scanning 2D barcodes"
- Next in thread: *** Grier: "Re: Scanning 2D barcodes"
- Messages sorted by: [ date ] [ thread ]