[sane-devel] RS232 Scanner

2008-07-30 Thread Dan Scott
Hi, I'm working on getting a RS232 scanner working on Linux. I see that Sane has some support for serial port scanners but not much. The scanner is attached to a POS system for retail sales and runs RHEL5. Unfortunately, I have no documentation for the scanner, I'm not even sure of the brand.

[sane-devel] RS232 Scanner

2008-07-30 Thread m. allan noah
i have quite a bit of omr experience, and have done a bit with rs232 in the past, but never scanners. do your logs show the actual data being passed? if so, i think your first effort should be to extract image from logs. allan On 7/30/08, Dan Scott danieljamesscott at gmail.com wrote: Hi,

[sane-devel] RS232 Scanner

2008-07-30 Thread Dan Scott
Hi, I think it's a bit simpler than that. The diagnostic software shows an array showing the marked boxes. Here's what I get form the diagnostic software when I scan a slip: Please select: Ticket count: 1 ticket data len=52 .. 1 2 3 4 5 6 7 8 9 0 A B C D .. 1 2 3 4 5 6 7 8 9 0 A B C D 1 * * * .

[sane-devel] RS232 Scanner

2008-07-30 Thread m. allan noah
but is this diag software output post-processed by the pc? if you have logs of the data in flight, and there is no image, then you dont need sane, you need a standalone app. allan On 7/30/08, Dan Scott danieljamesscott at gmail.com wrote: Hi, I think it's a bit simpler than that. The

[sane-devel] RS232 Scanner

2008-07-30 Thread Dan Scott
Hi, Thanks for your comments. I don't think that there is an image - the log file for the ltrace output is only ~40kb. I think that the scanner is returning the array and there is no post-processing by the diagnostic application. The scanner is also capable of returning an image of the scanned

[sane-devel] CX6600 problem solved

2008-07-30 Thread Maurice McCarthy
Hi all, sorry this is such a long post. It was a problem but I fixed it before asking for help by swapping the usb connection back to the old USB 1.0 port Anyhow in case you might be interested below is what I was going to send. I still don't understand why /proc/bus/usb is empty though. In the

[sane-devel] RS232 Scanner

2008-07-30 Thread Dan Scott
Hi, 2008/7/30 m. allan noah kitno455 at gmail.com: So I was hoping that I would be able to use sane to communicate with the scanner and work out what is happening. backwards. you have to work out what is happening, _before_ you write the sane driver :) Not quite. I was hoping that the

[sane-devel] RS232 Scanner

2008-07-30 Thread m. allan noah
On Wed, Jul 30, 2008 at 8:13 AM, Dan Scott danieljamesscott at gmail.com wrote: Hi, 2008/7/30 m. allan noah kitno455 at gmail.com: So I was hoping that I would be able to use sane to communicate with the scanner and work out what is happening. backwards. you have to work out what is

[sane-devel] How i can use 2 or more scanners at the same time??

2008-07-30 Thread kid...@email.it
Hello!! We have maded a big frame (lika a door) with rail for the ccd's of the scanner. We take some test with the motors. Now we need try two scanner in parallel. It's possible to setting xSane to start two scanner at same time? How? What i need about softwares? I'm on Ubuntu with xSane ecc.

[sane-devel] help with profiles

2008-07-30 Thread gordonsmall User
I am new to the Linux world (via Ubuntu 8.04) and like most of what I am experiencing. However, there is a lot to learn in the transition from Windows XP. I was pleased to see that Ubuntu came with Xsane preloaded and that Xsane fully supported my Epson Perfection 2450 Scanner. However, I soon

[sane-devel] help with profiles

2008-07-30 Thread m. allan noah
you should not need anything other than libsane and xsane installed to get scans. the ICM type stuff is useful for color correction, but is not required to get color scans. try this at the command line: scanimage --mode=color test1.pnm and then look at test1.pnm and see if it looks correct.

[sane-devel] RS232 Scanner

2008-07-30 Thread Daniel Glöckner
On 30 Jul 08 07:55, m. allan noah wrote: do you have windows drivers for the image scanning part? if so, i would use a usb-serial converter and benoit's usb sniffer to get a log, and see if you can extract the image data. In the past I have sniffed some serial protocols using Mark

No subject

2008-07-30 Thread
A SANE image is a rectangular area. The rectangular area is subdivided into a number of rows and columns. At the intersection of each row and column is a quadratic pixel. A pixel consists of one or more sample values. Each sample value represents one channel (e.g., the red channel). Each

No subject

2008-07-30 Thread
that case, the configuration files are below /usr/local/etc/sane.d/. If you want them where your distribution put them, you need to rebuild and reinstall after running ./configure --sysconfdir=/etc Hope this helps, -- Olaf Meeuwissen, LPIC-2 FLOSS Engineer -- AVASYS Corporation FSF

No subject

2008-07-30 Thread
Jack McGill --- On Thu, 11/6/08, Igor G Novikov septagramm at gmail.com wrote: From: Igor G Novikov septagramm at gmail.com Subject: Re: [sane-devel] Can't seem to find config files To: Sane development mailing list sane-devel at lists.alioth.debian.org Date: Thursday, November 6, 2008,

No subject

2008-07-30 Thread
'quality calibration' ON and OFF doesn't change a thing. Scanning in windows is fine, no issues. Any ideas? Thanks in advance. GHOZ --=_Part_4286_19603068.1227153603830 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline p

No subject

2008-07-30 Thread
Trying 'quality calibration' ON and OFF doesn't change a thing. Scanning in windows is fine, no issues. Any ideas? Thanks in advance. GHOZ

No subject

2008-07-30 Thread
- replace linux specific ppdev code with sanei_* equivalent functions. - make sure the code is still compatible with latest SANE releases (in this case, it is better to check code from Debian's sane-backends-extras, for which Julien has made a great job making the code at least compilable for

No subject

2008-07-30 Thread
$ scanimage scanimage: sane_start: Document feeder out of documents scanimage: Received signal 15 scanimage: Trying to stop scanner scanimage: Received signal 15 scanimage: Aborting There may be a status of some kind I can check from SANE without crashing before I try scanning but I haven't found