Re: wireless barcode scanners

2008-06-24 Thread Stuart Henderson
On 2008-06-24, Peter Hessler <[EMAIL PROTECTED]> wrote:
> all of the barcode scanners I've ran across simply show up as keyboads, 
> and insert text just as if you typed it out.  no need for drivers at all.
>
> I would wager that the bluetooth models also attach as a keyboard.

Either keyboard or serial. Assuming suitable software, serial may
actually be simpler for the scenario jy-p suggested...

>>> the application is inventory tracking, etc, where several users would  
>>> concurrently scan and have barcodes register with a single machine.

If it's keyboard (bthid), there was a post on misc@ fairly recently
with details about making a bluetooth keyboard work, it may be useful.



Re: wireless barcode scanners

2008-06-24 Thread Peter Hessler
all of the barcode scanners I've ran across simply show up as keyboads, 
and insert text just as if you typed it out.  no need for drivers at all.

I would wager that the bluetooth models also attach as a keyboard.


On 2008 Jun 23 (Mon) at 17:12:54 -0700 (-0700), Predrag Punosevac wrote:
> Jacob Yocom-Piatt wrote:
>
> Dear Jacob,
>
> That is very interesting question. I was always wondering myself if
> it is possible to use those bar code scanners with OpenBSD.
>
> Anyhow, this is what I found.
>
> Obviously bar code scanners work completely differently than
> Image scanners which are supported by sane-backends
>
> http://www.sane-project.org/old-archive/2001-06/0111.html
>
> The second thing I found is that they are not very hard for hacking
> as they are essentially simple  SCSI  device.  Somebody  started project  
> in  2000
> http://sourceforge.net/projects/uscan/
>
> but never finished. It looks like people have been sued over those
> drivers as it looks to me that those scanners are very lucrative  
> proprietary market.
>
> Finally, it looks that might be a very simple hardware solution for you
>
> http://www.readerware.com/rwbarcodespec.html
>
> Look at on the bottom of the page. There is bunch of scanners that  
> should just work with OpenBSD. How? It looks to me that when you scan  
> the bar code this bar code gets memorized by the device and you can  
> mount device memory as SCSI drive or download via the network.
>
> Sort of like USB memory stick or Digital camera.
> I have not looked things very carefully so I might be very wrong.
> I am really curious if you really get those things to work with Open.
>
> Please keep me posted.
>
> Most Kind Regards,
> Predrag
>
>> does anyone on list know if wireless (e.g. bluetooth) barcode scanners  
>> can or do work with openbsd? couldn't find much information about it  
>> after searching.
>>
>> the application is inventory tracking, etc, where several users would  
>> concurrently scan and have barcodes register with a single machine. if  
>> the devices simply spit out the barcodes over bluetooth, i expect  
>> there is a way to achieve this.
>>
>> cheers,
>> jake
>

-- 
While anyone can admit to themselves they were wrong, the true test is
admission to someone else.



Re: wireless barcode scanners

2008-06-23 Thread Predrag Punosevac

Tim Donahue wrote:

Unless I am mistaken, Jake is looking for a barcode scanner.


No you are not. That is what I understood.
These are typically not SCSI devices (none that I know of are, at 
least), they are typically Serial, PS/2, or USB HID devices.


I was reading that discussion on the SANE developer list. The list is 8 
years old. I think somebody even mention there that bar code
scanner can be attached as PS/2 thing. I thought I had seen something 
about SCSI bar code readers but I am probably mistaken.
  All they do is translate the barcode scanned into ASCII for 
processing by some application.
I think that what my third link about "hardware solution"  was saying. 
Are there such applications written for OpenBSD and what do they 
actually do?



  Some newer scanners use Bluetooth, but there are also cordless 
scanners that talk to a base station that translates the wireless 
signal into serial, PS/2 or USB input



I can say with 100% certainty (I have one in front of me, ATM) that 
the Symbol LS1203 works with no problems with OpenBSD.  Here is what 
dmesg reports when I attach the scanner.


uhidev1 at uhub4 port 1 configuration 1 interface 0 "?Symbol 
Technologies, Inc, 2002 Symbol Bar Code Scanner" rev 2.00/2.01 addr 2

uhidev1: iclass 3/1
ukbd1 at uhidev1: 8 modifier keys, 6 key codes, country code 33
wskbd2 at ukbd1 mux 1
wskbd2: connecting to wsdisplay0

As you can see, there is no SCSI black magic or any proprietary voodoo 
going on here.  The scanner is simply detected as a USB keyboard, and 
acts just like one in my day to day use of it.


Tim Donahue

Thanks for the dmesg and for teaching me something new.

Best,
Predrag





Quoting Predrag Punosevac <[EMAIL PROTECTED]>:


Jacob Yocom-Piatt wrote:

Dear Jacob,

That is very interesting question. I was always wondering myself if
it is possible to use those bar code scanners with OpenBSD.

Anyhow, this is what I found.

Obviously bar code scanners work completely differently than
Image scanners which are supported by sane-backends

http://www.sane-project.org/old-archive/2001-06/0111.html

The second thing I found is that they are not very hard for hacking
as they are essentially simple  SCSI  device.  Somebody  started
project  in  2000
http://sourceforge.net/projects/uscan/

but never finished. It looks like people have been sued over those
drivers as it looks to me that those scanners are very lucrative
proprietary market.

Finally, it looks that might be a very simple hardware solution for you

http://www.readerware.com/rwbarcodespec.html

Look at on the bottom of the page. There is bunch of scanners that
should just work with OpenBSD. How? It looks to me that when you scan
the bar code this bar code gets memorized by the device and you can
mount device memory as SCSI drive or download via the network.

Sort of like USB memory stick or Digital camera.
I have not looked things very carefully so I might be very wrong.
I am really curious if you really get those things to work with Open.

Please keep me posted.

Most Kind Regards,
Predrag

does anyone on list know if wireless (e.g. bluetooth) barcode  
scanners can or do work with openbsd? couldn't find much  
information about it after searching.


the application is inventory tracking, etc, where several users  
would concurrently scan and have barcodes register with a single  
machine. if the devices simply spit out the barcodes over  
bluetooth, i expect there is a way to achieve this.


cheers,
jake




Re: wireless barcode scanners

2008-06-23 Thread Tim Donahue

Unless I am mistaken, Jake is looking for a barcode scanner.  These
are typically not SCSI devices (none that I know of are, at least),
they are typically Serial, PS/2, or USB HID devices.  All they do is
translate the barcode scanned into ASCII for processing by some
application.  Some newer scanners use Bluetooth, but there are also
cordless scanners that talk to a base station that translates the
wireless signal into serial, PS/2 or USB input.

I can say with 100% certainty (I have one in front of me, ATM) that
the Symbol LS1203 works with no problems with OpenBSD.  Here is what
dmesg reports when I attach the scanner.

uhidev1 at uhub4 port 1 configuration 1 interface 0 "?Symbol
Technologies, Inc, 2002 Symbol Bar Code Scanner" rev 2.00/2.01 addr 2
uhidev1: iclass 3/1
ukbd1 at uhidev1: 8 modifier keys, 6 key codes, country code 33
wskbd2 at ukbd1 mux 1
wskbd2: connecting to wsdisplay0

As you can see, there is no SCSI black magic or any proprietary voodoo
going on here.  The scanner is simply detected as a USB keyboard, and
acts just like one in my day to day use of it.

Tim Donahue

Quoting Predrag Punosevac <[EMAIL PROTECTED]>:


Jacob Yocom-Piatt wrote:

Dear Jacob,

That is very interesting question. I was always wondering myself if
it is possible to use those bar code scanners with OpenBSD.

Anyhow, this is what I found.

Obviously bar code scanners work completely differently than
Image scanners which are supported by sane-backends

http://www.sane-project.org/old-archive/2001-06/0111.html

The second thing I found is that they are not very hard for hacking
as they are essentially simple  SCSI  device.  Somebody  started
project  in  2000
http://sourceforge.net/projects/uscan/

but never finished. It looks like people have been sued over those
drivers as it looks to me that those scanners are very lucrative
proprietary market.

Finally, it looks that might be a very simple hardware solution for you

http://www.readerware.com/rwbarcodespec.html

Look at on the bottom of the page. There is bunch of scanners that
should just work with OpenBSD. How? It looks to me that when you scan
the bar code this bar code gets memorized by the device and you can
mount device memory as SCSI drive or download via the network.

Sort of like USB memory stick or Digital camera.
I have not looked things very carefully so I might be very wrong.
I am really curious if you really get those things to work with Open.

Please keep me posted.

Most Kind Regards,
Predrag


does anyone on list know if wireless (e.g. bluetooth) barcode
scanners can or do work with openbsd? couldn't find much
information about it after searching.

the application is inventory tracking, etc, where several users
would concurrently scan and have barcodes register with a single
machine. if the devices simply spit out the barcodes over
bluetooth, i expect there is a way to achieve this.

cheers,
jake




--
Tim Donahue


This message was sent using IMP, the Internet Messaging Program.



Re: wireless barcode scanners

2008-06-23 Thread Predrag Punosevac

Jacob Yocom-Piatt wrote:

Dear Jacob,

That is very interesting question. I was always wondering myself if
it is possible to use those bar code scanners with OpenBSD.

Anyhow, this is what I found.

Obviously bar code scanners work completely differently than
Image scanners which are supported by sane-backends

http://www.sane-project.org/old-archive/2001-06/0111.html

The second thing I found is that they are not very hard for hacking
as they are essentially simple  SCSI  device.  Somebody  started 
project  in  2000

http://sourceforge.net/projects/uscan/

but never finished. It looks like people have been sued over those
drivers as it looks to me that those scanners are very lucrative 
proprietary market.


Finally, it looks that might be a very simple hardware solution for you

http://www.readerware.com/rwbarcodespec.html

Look at on the bottom of the page. There is bunch of scanners that 
should just work with OpenBSD. How? It looks to me that when you scan 
the bar code this bar code gets memorized by the device and you can 
mount device memory as SCSI drive or download via the network.


Sort of like USB memory stick or Digital camera.
I have not looked things very carefully so I might be very wrong.
I am really curious if you really get those things to work with Open.

Please keep me posted.

Most Kind Regards,
Predrag

does anyone on list know if wireless (e.g. bluetooth) barcode scanners 
can or do work with openbsd? couldn't find much information about it 
after searching.


the application is inventory tracking, etc, where several users would 
concurrently scan and have barcodes register with a single machine. if 
the devices simply spit out the barcodes over bluetooth, i expect 
there is a way to achieve this.


cheers,
jake




Re: wireless barcode scanners

2008-06-23 Thread Predrag Punosevac

Jacob Yocom-Piatt wrote:

You know what. I just looked the sourceforge.net. more carefully.
There are actually couple of projects (libraries) which can actually
might do exactly what are you asking

You can try to compile something like

http://sourceforge.net/project/showfiles.php?group_id=104233

Best,
Predrag
does anyone on list know if wireless (e.g. bluetooth) barcode scanners 
can or do work with openbsd? couldn't find much information about it 
after searching.


the application is inventory tracking, etc, where several users would 
concurrently scan and have barcodes register with a single machine. if 
the devices simply spit out the barcodes over bluetooth, i expect 
there is a way to achieve this.


cheers,
jake




Re: wireless barcode scanners

2008-06-23 Thread Tim Donahue

Quoting Jacob Yocom-Piatt <[EMAIL PROTECTED]>:


does anyone on list know if wireless (e.g. bluetooth) barcode scanners
can or do work with openbsd? couldn't find much information about it
after searching.

the application is inventory tracking, etc, where several users would
concurrently scan and have barcodes register with a single machine. if
the devices simply spit out the barcodes over bluetooth, i expect there
is a way to achieve this.



I don't have one to test with OpenBSD, but how about the Symbol P470  
scanner?  It is cordless and according to the description, it talks  
back to a base station that acts as a keyboard wedge.


--
Tim Donahue


This message was sent using IMP, the Internet Messaging Program.



wireless barcode scanners

2008-06-23 Thread Jacob Yocom-Piatt
does anyone on list know if wireless (e.g. bluetooth) barcode scanners 
can or do work with openbsd? couldn't find much information about it 
after searching.


the application is inventory tracking, etc, where several users would 
concurrently scan and have barcodes register with a single machine. if 
the devices simply spit out the barcodes over bluetooth, i expect there 
is a way to achieve this.


cheers,
jake

--