1sane-sm3840(5) SANE Scanner Access Now Easy sane-sm3840(5)
2
3
4
6 sane-sm3840 - SANE backend for Microtek scanners with SCAN08 USB chip
7
9 The sane-sm3840 library implements a SANE (Scanner Access Now Easy)
10 backend that provides access to some Microtek scanners with the SCAN08
11 USB chip.
12
13 There exist backends for Microtek scanners with SCSI command set.
14 Refer to sane-microtek(5) and sane-microtek2(5) for details.
15
16 There also exists a Microtek 3600 series driver, see sane-sm3600(5) for
17 details.
18
19 At present, the following scanners are known positively to work with
20 this backend:
21
22 Vendor Product ID: Remark:
23 -------- -------------- -----------
24 Microtek ScanMaker 3840 All modes OK
25 Microtek ScanMaker 4800 All modes OK
26
27 If you own a Microtek scanner with the SCAN08 chip other than the ones
28 listed above, it may or may not work with SANE. Feel free to contact
29 the backend author (earle@ziplabel.com) to report results with scanners
30 not on the list.
31
32
33
35 The following options are supported by the sane-sm3840 driver:
36
37 --mode color|gray|lineart|halftone
38 Color or grayscale mode.
39
40
41 --resolution 150|300|600|1200
42 Pixels per inch for scans.
43
44
45 --depth 8|16
46 Note that the least significant bits of 16bpp mode may be noise.
47
48
49 --brightness 1..4096
50 Higher numbers increase brightness of returned image.
51
52
53 --contrast 0.1..9.9
54 Larger numbers decrease contrast of returned image.
55
56
57 --lamp-timeout 1..15
58 Time in minutes until the lamp is turned off after a scan.
59
60
62 This backend does not support a configuration file right now.
63
64
66 /usr/lib64/sane/libsane-sm3840.a
67 The static library implementing this backend.
68
69 /usr/lib64/sane/libsane-sm3840.so
70 The shared library implementing this backend (present on systems
71 that support dynamic loading).
72
73
74
76 SANE_DEBUG_SM3840
77 If the library was compiled with debug support enabled, this
78 environment variable controls the debug level for this backend.
79 E.g., a value of 128 requests all debug output to be printed.
80 Smaller levels reduce verbosity. To see error messages on stderr
81 set SANE_DEBUG_SM3840 to 1.
82
83
85 sane(7), sane-microtek(5), sane-microtek2(5), sane-sm3600(5)
86 http://www.ziplabel.com/sm3840
87
88
90 Earle F. Philhower III <earle@ziplabel.com>
91
92
93
94 11 Jul 2008 sane-sm3840(5)