sane-project-website/old-archive/2000-11/0314.html

168 wiersze
6.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: Linux Support for Current Microtek Scanners</TITLE>
<META NAME="Author" CONTENT="Karsten Festag (karsten.festag@t-online.de)">
<META NAME="Subject" CONTENT="Re: Linux Support for Current Microtek Scanners">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: Linux Support for Current Microtek Scanners</H1>
<!-- received="Wed Nov 22 13:41:42 2000" -->
<!-- isoreceived="20001122214142" -->
<!-- sent="Wed, 22 Nov 2000 22:30:34 +0100" -->
<!-- isosent="20001122213034" -->
<!-- name="Karsten Festag" -->
<!-- email="karsten.festag@t-online.de" -->
<!-- subject="Re: Linux Support for Current Microtek Scanners" -->
<!-- id="3A1C3AFA.1CD483A2@t-online.de" -->
<!-- inreplyto="LHELJFGNLNEFCPFDGLINIELJCDAA.mpapet@microtek.com" -->
<STRONG>From:</STRONG> Karsten Festag (<A HREF="mailto:karsten.festag@t-online.de?Subject=Re:%20Linux%20Support%20for%20Current%20Microtek%20Scanners&In-Reply-To=&lt;3A1C3AFA.1CD483A2@t-online.de&gt;"><EM>karsten.festag@t-online.de</EM></A>)<BR>
<STRONG>Date:</STRONG> Wed Nov 22 2000 - 13:30:34 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0315.html">Oliver Neukum: "Re: Linux Support for Current Microtek Scanners"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0313.html">Karsten Festag: "Re: TODO list"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0315.html">Oliver Neukum: "Re: Linux Support for Current Microtek Scanners"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0315.html">Oliver Neukum: "Re: Linux Support for Current Microtek Scanners"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#314">[ date ]</A>
<A HREF="index.html#314">[ thread ]</A>
<A HREF="subject.html#314">[ subject ]</A>
<A HREF="author.html#314">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Hi Michael,
<BR>
<P>no problem with your questions, I will try to explain what we do to write
<BR>
scanner software.
<BR>
<P>When you do a scan with Windows, the Microtek ScanWizard is started. Here you
<BR>
can do a preview scan and make all the settings: gray or color image, image
<BR>
resolution, which area should be scanned etc....
<BR>
If you then press the SCAN button, the ScanWizard translates this settings into
<BR>
commands and sends them to the scanner. Then it asks the scanner to return the
<BR>
image data and processes the data to get an image file
<BR>
So we have to create a program like ScanWizard but on Linux.
<BR>
<P>Currently there are mainly three methods to get commands to and data from the
<BR>
scanner: A SCSI interface, a parallel printer port or an USB port.
<BR>
Because SCSI was the first and is still the most powerful interface, the
<BR>
commands that control the scanner are SCSI commands (or SCSI2 which is newer).
<BR>
<P>SCSI commands can be transfered not only via a SCSI interface but also via a
<BR>
parallel port. Thats why the Windows scantest program tells you that your
<BR>
interface is &quot;smplscsi&quot; (Simple SCSI) if you have an parport scanner.
<BR>
Some vendors of parport and USB scanners though created their own command sets.
<BR>
<P>(Unfortunately I don't know if your USB scanners also use SCSI commands because
<BR>
I have none. But it would make sense. )
<BR>
<P>Some SCSI commands are standardized but many of them are vendor specific. That
<BR>
means, if I want to control the scanner with my software I have to know all
<BR>
relevant SCSI commands. There is a document on your ftp site which is called
<BR>
&quot;SCSI Command Set for Microtek scanner, Revision 2.2.4 from Aug. 6, 1997&quot;. It
<BR>
contains a pretty good documentation for older models but is very outdated
<BR>
now. A new version of this document would help us a lot.
<BR>
<P>And of course the source code of the ScanWizard that your software engineers
<BR>
created would give us most interesting information but normally source code is
<BR>
confidental and I assume it is also at Microtek.
<BR>
<P>I hope this helps you to help us! If you have further questions don't hesitate.
<BR>
<P>Karsten
<BR>
<P><P><P>Michael Papet wrote:
<BR>
<P><EM>&gt; Karsten,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I'm in marketing and am trying to get better Linux support for our current
</EM><BR>
<EM>&gt; scanners. I know I'm asking dumb questions now, but give me a little time.
</EM><BR>
<EM>&gt; I have much to learn. Any information you can give me would help me get the
</EM><BR>
<EM>&gt; information you need from our engineers.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I'm trying to keep the Linux community interested and developing stuff for
</EM><BR>
<EM>&gt; our products. I don't have much time to do this but I'll do my best. I
</EM><BR>
<EM>&gt; know we have sold a whole lot of SCSI scanners so I'll see what I can do.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Best regards,
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Michael Papet
</EM><BR>
<EM>&gt; Product Specialist
</EM><BR>
<EM>&gt; Microtek Labs Inc.
</EM><BR>
<P><P><P><PRE>
--
Source code, list archive, and docs: <A HREF="http://www.mostang.com/sane/">http://www.mostang.com/sane/</A>
To unsubscribe: echo unsubscribe sane-devel | mail <A HREF="mailto:majordomo@mostang.com?Subject=Re:%20Linux%20Support%20for%20Current%20Microtek%20Scanners&In-Reply-To=&lt;3A1C3AFA.1CD483A2@t-online.de&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0315.html">Oliver Neukum: "Re: Linux Support for Current Microtek Scanners"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0313.html">Karsten Festag: "Re: TODO list"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0315.html">Oliver Neukum: "Re: Linux Support for Current Microtek Scanners"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0315.html">Oliver Neukum: "Re: Linux Support for Current Microtek Scanners"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#314">[ date ]</A>
<A HREF="index.html#314">[ thread ]</A>
<A HREF="subject.html#314">[ subject ]</A>
<A HREF="author.html#314">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Wed Nov 22 2000 - 13:41:57 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>