Just as a warning some systems at boot check the ownership/permissions
of devices in /dev and correct the "problem children" so all of a sudden
after a reboot this may not work again, you might be pre-emptive, try
rebooting (or take a walk through the init process) and if this is the
case addi
On Wednesday 25 September 2002 10:46 am, fliptop wrote:
> On Wed, 25 Sep 2002 at 10:00, Geraint Jones opined:
>
> GJ:On Tuesday 24 September 2002 3:41 pm, fliptop wrote:
> GJ:> On Tue, 24 Sep 2002 at 13:24, Geraint Jones opined:
> GJ:>
> GJ:> GJ:I'm trying to get the output from a barcode scanner
On Wed, 25 Sep 2002 at 10:00, Geraint Jones opined:
GJ:On Tuesday 24 September 2002 3:41 pm, fliptop wrote:
GJ:> On Tue, 24 Sep 2002 at 13:24, Geraint Jones opined:
GJ:>
GJ:> GJ:I'm trying to get the output from a barcode scanner into my CGI script.
GJ:> What I GJ:would like to see is the barcode
On Tuesday 24 September 2002 3:41 pm, fliptop wrote:
> On Tue, 24 Sep 2002 at 13:24, Geraint Jones opined:
>
> GJ:I'm trying to get the output from a barcode scanner into my CGI script.
> What I GJ:would like to see is the barcode going straight into a text box
> in my GJ:browser. I am using Devic
> -Original Message-
> From: Christopher G Tantalo [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 11:56 AM
> To: [EMAIL PROTECTED]
> Subject: [OT] Barcode scanner & CGI
>
>
> Kind of on the same path as the barcode discussion, i had an
>
Kind of on the same path as the barcode discussion, i had an idea to write a
catalog for comics based on the barcode. My problem was in decoding what the
barcode meant. As in what information is encoded in it? I know grocery stores
use them for pricing etc., but how do they get that information
> -Original Message-
> From: Geraint Jones [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 24, 2002 9:25 AM
> To: [EMAIL PROTECTED]
> Subject: Barcode scanner & CGI
>
>
> Hi,
>
> I'm trying to get the output from a barcode scanner into my
On Tue, 24 Sep 2002 at 13:24, Geraint Jones opined:
GJ:I'm trying to get the output from a barcode scanner into my CGI script. What I
GJ:would like to see is the barcode going straight into a text box in my
GJ:browser. I am using Device::SerialPort to read the output which works fine as
GJ:a n
Hi,
I'm trying to get the output from a barcode scanner into my CGI script. What I
would like to see is the barcode going straight into a text box in my
browser. I am using Device::SerialPort to read the output which works fine as
a normal Perl script, but I don't know how to allow Perl CGI sc