1sane-sm3600(5) SANE Scanner Access Now Easy sane-sm3600(5)
2
3
4
6 sane-sm3600 - SANE backend for Microtek scanners with M011 USB chip
7
9 The sane-sm3600 library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to some Microtek scanners with the Toshiba
11 M011 custom USB chip. This backend should be considered alpha.
12
13 There are also backends for Microtek scanners with SCSI command set.
14 Refer to sane-microtek(5) and sane-microtek2(5) for details.
15
16 At present, the following scanners are known positively to work with
17 this backend:
18
19 Vendor Product id: Remark:
20 -------- -------------- -----------
21 Microtek ScanMaker 3600 all modes ok
22 Microtek ScanMaker 3700 reported to work
23 Microtek ScanMaker 3750 reported to work
24
25 If you own a Microtek scanner with the M011 chip other than the ones
26 listed above, it may or may not work with SANE!
27
28
30 This backend dynamically enables the options for the frontend, that are
31 supported by the scanner dependent on the scanning-mode and other op‐
32 tions. Unsupported options are disabled.
33
34 The following options are supported by the sane-sm3600 backend: Color,
35 grayscale, halftone and lineart scans. Also contrast, brightness, and
36 gamma correction.
37
38
40 This backend does not support device names in a standardized form.
41
42
44 This backend does not support a configuration file right now.
45
46
48 /usr/lib64/sane/libsane-sm3600.a
49 The static library implementing this backend.
50
51 /usr/lib64/sane/libsane-sm3600.so
52 The shared library implementing this backend (present on systems
53 that support dynamic loading).
54
55
57 SANE_DEBUG_SM3600
58 If the library was compiled with debug support enabled, this en‐
59 vironment variable controls the debug level for this backend.
60 E.g., a value of 128 requests all debug output to be printed.
61 Smaller levels reduce verbosity. To see error messages on stderr
62 set SANE_DEBUG_SM3600 to 1.
63
64 E.g. just say:
65 export SANE_DEBUG_SM3600=5
66
67
69 sane(7), sane-microtek(5), sane-microtek2(5)
70 http://sm3600.sourceforge.net
71
72
74 Marian Eichholz <eichholz@computer.org>
75 Glenn Ramsey <glenn@componic.com>
76
77
78
79 14 Jul 2008 sane-sm3600(5)