Board index » delphi » Barcodeleser ansteuern

Barcodeleser ansteuern

Hi,

(Sorry, I can read German but not write it very well)

The best thing to do is to use a keyboard wedge scanner. This is a scanner
you put between the keyboard and the computer. So your applications do not
know about the scanner, it looks like a user is typing the data.

kbd -----> scanner ----->computer

About the barcode components, there are a lot of sites like the delphi super
page you will find components. I myself prefer a simple barcode printer.

Regards
Albert Drent

Quote
Josef W?lfle <Josef.Woel...@t-online.de> wrote in message

news:8i2699$njq$18$1@news.t-online.com...
Quote
> Ich brauche fr eine Entwicklung einen Barcodeleser (am besten als Stift),
> der sich von DElphi aus m?glichst problemlos anzusteuern l?sst und auch
eine
> BARCODE-Druckcomponente.

> Weiss jemand einen Barcodescanner, der dafr gut geeignet ist, und wie der
> Leser dann von der Programmiersprache (Delphi 5) anzusteuern ist?

> Vielen Dank

> Sepp W?lfle

 

Re:Barcodeleser ansteuern


albert drent <adr...@bart.nl> wrote i

Quote

> (Sorry, I can read German but not write it very well)

> The best thing to do is to use a keyboard wedge scanner. This is a scanner
> you put between the keyboard and the computer. So your applications do not
> know about the scanner, it looks like a user is typing the data.

> kbd -----> scanner ----->computer

Yes, and the scanner I am using is programmable to send either
a (programmaable) prefix or postfix character to the actual
scanned code. In this way the program can automatically determine
whether the input comes from the scanner or the keyboard.

Peter Reber

Re:Barcodeleser ansteuern


May I Know the type of your scanner? Which Codes do ypu use ? (EAN, Code 39
etc. )
PR <PeterRe...@hotmail.com> schrieb in im Newsbeitrag:
8ia1im$kg...@nnrp01.ops.uunet.co.za...
Quote

> albert drent <adr...@bart.nl> wrote i

> > (Sorry, I can read German but not write it very well)

> > The best thing to do is to use a keyboard wedge scanner. This is a
scanner
> > you put between the keyboard and the computer. So your applications do
not
> > know about the scanner, it looks like a user is typing the data.

> > kbd -----> scanner ----->computer

> Yes, and the scanner I am using is programmable to send either
> a (programmaable) prefix or postfix character to the actual
> scanned code. In this way the program can automatically determine
> whether the input comes from the scanner or the keyboard.

> Peter Reber

Re:Barcodeleser ansteuern


It is a keyboard wedge scanner. The Name is UFO Scan Model UF-101,
manufactured in Taiwan (what is not?).
I don't think that this is really of any help to you. The box nor the
manual give any further indication about the manufacturer.
The scanner has a row of LED's and to read the barcode you point
the led row against the barcode and press the trigger.
The scanner is fully programmable including what barcoding used.
There are a total of 9 code including the ones you mention.
In fact, the manual consists purely of a list of barcodes which
are then used to prgram the scanner.
All sounds very vague, I know, but I think it is just an ordinary
scanner, nothing special at all.

Peter Reber

Josef W?lfle <Josef.Woel...@t-online.de> wrote

Quote
> May I Know the type of your scanner? Which Codes do ypu use ? (EAN, Code 39
> etc. )
> PR <PeterRe...@hotmail.com> schrieb in im Newsbeitrag:
> 8ia1im$kg...@nnrp01.ops.uunet.co.za...

> > albert drent <adr...@bart.nl> wrote i

> > > (Sorry, I can read German but not write it very well)

> > > The best thing to do is to use a keyboard wedge scanner. This is a
> scanner
> > > you put between the keyboard and the computer. So your applications do
> not
> > > know about the scanner, it looks like a user is typing the data.

> > > kbd -----> scanner ----->computer

> > Yes, and the scanner I am using is programmable to send either
> > a (programmaable) prefix or postfix character to the actual
> > scanned code. In this way the program can automatically determine
> > whether the input comes from the scanner or the keyboard.

> > Peter Reber

Other Threads