Hi,
On Sat, May 26, 2001 at 11:44:28AM +1000, Mick Barry wrote:
> [D:\temp]scanimage.exe -d CANON --help
The devicename should be something like canon:b2t2l0 . This way you
should get the specific help for the canon backend.
> List of available devices:
> pnm:0 pnm:1 canon:b2t2l0
There it is.
> [D:\temp]scanimage -d canon
You want to open the SANE device "" with the backend "canon". I'm
quite sure that "" doesn't exist. Further more you request to scan
with standard options and output the scan data to stdout (the
console). You should redirect stdout to a file. With Unix that would
be something like: "scanimage -d canon:b2t2l0 >image.pnm".
[...]
> [canon] attach: opening b2t2l0
[...]
> [canon] << attach
> [canon] << attach_one
> [canon] << sane_init
So the scanner was found by sane_init.
> [canon] >> sane_open
> [canon] >> attach
> [canon] attach: opening
Now canon tries to open the scanner "". sane_open requires the name of
the device (usually the device file: b2t2l0 in this case).
> Any ideas ??
Use the correct device name (see also manpage of scanimage).
Bye,
Henning
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com
This archive was generated by hypermail 2b29 : Sat May 26 2001 - 01:40:44 PDT