Addition of the Matsushita / Panasonic backend.

DEVEL_2_0_BRANCH-1
Frank Zago 2002-03-06 23:54:26 +00:00
rodzic a7d3fa19e8
commit 2d516d1021
28 zmienionych plików z 5360 dodań i 14 usunięć

Wyświetl plik

@ -27,6 +27,7 @@ Backends:
hp: Peter Kirchgessner (*)
Geoffrey Dairiki
m3096g: Randolph Bentson, Oliver Schirrmeister (*)
matsushita: Frank Zago (*)
microtek: Matthew Marjanovic (*)
microtek2: Bernd Schroeder, Karsten Festag (*)
mustek: Andreas Bolsch, David Mosberger, Andreas Czechanowski and

Wyświetl plik

@ -61,9 +61,9 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@
PRELOADABLE_BACKENDS = abaton agfafocus apple artec as6e avision bh canon \
coolscan dc25 @DC210@ @DC240@ dmc epson @GPHOTO2@ hp m3096g \
microtek microtek2 mustek mustek_pp mustek_usb nec @NET@ pie @PINT@ \
plustek @PNM@ @QCAM@ ricoh s9036 sceptre sharp @SM3600@ @SNAPSCAN@ sp15c \
st400 tamarack umax umax_pp umax1220u @V4L@
matsushita microtek microtek2 mustek mustek_pp mustek_usb nec @NET@ \
pie @PINT@ plustek @PNM@ @QCAM@ ricoh s9036 sceptre sharp @SM3600@ \
@SNAPSCAN@ sp15c st400 tamarack umax umax_pp umax1220u @V4L@
ALL_BACKENDS = $(PRELOADABLE_BACKENDS) dll
LIBS = $(addprefix libsane-,$(addsuffix .la,$(ALL_BACKENDS)))
@ -92,6 +92,7 @@ DISTFILES = Makefile.in abaton.c abaton.conf abaton.desc abaton.h \
hp-option.h hp-scl.c hp-scl.h hp-scsi.h hp.README hp.TODO hp.c \
hp.conf hp.desc hp.h hp4200.desc ibm.desc jinclude.h lhii.desc \
m3091.desc m3096g-scsi.h m3096g.c m3096g.conf m3096g.desc m3096g.h \
matsushita.desc matsushita.c matsushita.conf matsushita.h \
microtek.c microtek.conf microtek.desc microtek.h microtek2.c \
microtek2.conf microtek2.desc microtek2.h mustek.c mustek.conf \
mustek.desc mustek.h mustek_pp.c mustek_pp.conf mustek_pp.desc \
@ -273,6 +274,9 @@ libsane-hp.la: ../sanei/sanei_pio.lo
libsane-m3096g.la: ../sanei/sanei_config2.lo
libsane-m3096g.la: ../sanei/sanei_constrain_value.lo
libsane-m3096g.la: ../sanei/sanei_scsi.lo
libsane-matsushita.la: ../sanei/sanei_config2.lo
libsane-matsushita.la: ../sanei/sanei_constrain_value.lo
libsane-matsushita.la: ../sanei/sanei_scsi.lo
libsane-microtek.la: ../sanei/sanei_config2.lo
libsane-microtek.la: ../sanei/sanei_constrain_value.lo
libsane-microtek.la: ../sanei/sanei_scsi.lo

Wyświetl plik

@ -16,6 +16,7 @@ dmc
epson
hp
m3096g
matsushita
microtek
microtek2
mustek

2170
backend/matsushita.c 100644

Plik diff jest za duży Load Diff

Wyświetl plik

@ -0,0 +1,20 @@
#
# Panasonic / Matsushita scanners
scsi "K.M.E. " "KV-SS25A "
# These scanners are untested.
# If you have one:
# - check that the vendor/product strings are correct
# - uncomment the line
# - test with a frontend (xscanimage, xsane, ...)
#scsi "K.M.E. " "KV-SS25 "
#scsi "K.M.E. " "KV-SS25D "
#scsi "K.M.E. " "KV-SS50 "
#scsi "K.M.E. " "KV-SS55 "
#scsi "K.M.E. " "KV-SS50EX "
#scsi "K.M.E. " "KV-SS55EX "
#scsi "K.M.E. " "KV-SS850 "
#scsi "K.M.E. " "KV-SS855 "
/dev/scanner

Wyświetl plik

@ -10,18 +10,47 @@
;
:backend "matsushita" ; name of backend
:version "(1.0-0)" ; version of backend
:version "1.0-5" ; version of backend
:status :new ; :alpha, :beta, :stable, :new
;:manpage "sane-template" ; name of manpage (if it exists)
:manpage "sane-matsushita" ; name of manpage
:url "http://www.geocities.com/harikus2000/sane" ; backend's web page
:devicetype :scanner ; start of a list of devices....
:mfg "Panasonic" ; name a manufacturer
:url "http://www.panasonic.com/"
:model "KV-SS25" ; name models for above-specified mfg.
:model "KV-SS25"
:interface "SCSI"
:model "KV-SS25D"
:interface "SCSI"
:comment "untested"
:model "KV-SS50"
:interface "SCSI"
:comment "untested"
:model "KV-SS55"
:interface "SCSI"
:comment "untested"
:model "KV-SS50EX"
:interface "SCSI"
:comment "untested"
:model "KV-SS55EX"
:interface "SCSI"
:comment "untested"
:model "KV-SS850"
:interface "SCSI"
:comment "untested"
:model "KV-SS855"
:interface "SCSI"
:comment "untested"
; :comment and :url specifiers are optional after :mfg, :model, :desc,
; and at the top-level.

Wyświetl plik

@ -0,0 +1,376 @@
/* sane - Scanner Access Now Easy.
Copyright (C) 2002 Frank Zago (fzago@greshamstorage.com)
This file is part of the SANE package.
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
As a special exception, the authors of SANE give permission for
additional uses of the libraries contained in this release of SANE.
The exception is that, if you link a SANE library with other files
to produce an executable, this does not by itself cause the
resulting executable to be covered by the GNU General Public
License. Your use of that executable is in no way restricted on
account of linking the SANE library code into it.
This exception does not, however, invalidate any other reasons why
the executable file might be covered by the GNU General Public
License.
If you submit changes to SANE to the maintainers to be included in
a subsequent release, you agree by submitting the changes that
those changes may be distributed with this exception intact.
If you write modifications of your own for SANE, it is your choice
whether to permit this exception to apply to your modifications.
If you do not wish that, delete this exception notice.
*/
/*
$Id$
*/
/* Commands supported by the KV-SS 25 scanner. */
#define SCSI_TEST_UNIT_READY 0x00
#define SCSI_INQUIRY 0x12
#define SCSI_SET_WINDOW 0x24
#define SCSI_READ_10 0x28
#define SCSI_REQUEST_SENSE 0x03
typedef struct
{
unsigned char data[16];
int len;
}
CDB;
/* Set a specific bit depending on a boolean.
* MKSCSI_BIT(TRUE, 3) will generate 0x08. */
#define MKSCSI_BIT(bit, pos) ((bit)? 1<<(pos): 0)
/* Set a value in a range of bits.
* MKSCSI_I2B(5, 3, 5) will generate 0x28 */
#define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
/* Store an integer in 2, 3 or 4 byte in an array. */
#define Ito16(val, buf) { \
((unsigned char *)buf)[0] = ((val) >> 8) & 0xff; \
((unsigned char *)buf)[1] = ((val) >> 0) & 0xff; \
}
#define Ito24(val, buf) { \
((unsigned char *)buf)[0] = ((val) >> 16) & 0xff; \
((unsigned char *)buf)[1] = ((val) >> 8) & 0xff; \
((unsigned char *)buf)[2] = ((val) >> 0) & 0xff; \
}
#define Ito32(val, buf) { \
((unsigned char *)buf)[0] = ((val) >> 24) & 0xff; \
((unsigned char *)buf)[1] = ((val) >> 16) & 0xff; \
((unsigned char *)buf)[2] = ((val) >> 8) & 0xff; \
((unsigned char *)buf)[3] = ((val) >> 0) & 0xff; \
}
#define MKSCSI_SCSI_TEST_UNIT_READY(cdb) \
cdb.data[0] = SCSI_TEST_UNIT_READY; \
cdb.data[1] = 0; \
cdb.data[2] = 0; \
cdb.data[3] = 0; \
cdb.data[4] = 0; \
cdb.data[5] = 0; \
cdb.len = 6;
#define MKSCSI_INQUIRY(cdb, buflen) \
cdb.data[0] = SCSI_INQUIRY; \
cdb.data[1] = 0; \
cdb.data[2] = 0; \
cdb.data[3] = 0; \
cdb.data[4] = buflen; \
cdb.data[5] = 0; \
cdb.len = 6;
#define MKSCSI_SCSI_SET_WINDOW(cdb, buflen) \
cdb.data[0] = SCSI_SET_WINDOW; \
cdb.data[1] = 0; \
cdb.data[2] = 0; \
cdb.data[3] = 0; \
cdb.data[4] = 0; \
cdb.data[5] = 0; \
cdb.data[6] = (((buflen) >> 16) & 0xff); \
cdb.data[7] = (((buflen) >> 8) & 0xff); \
cdb.data[8] = (((buflen) >> 0) & 0xff); \
cdb.data[9] = 0; \
cdb.len = 10;
#define MKSCSI_SCSI_READ_10(cdb, dtc, dtq, buflen) \
cdb.data[0] = SCSI_READ_10; \
cdb.data[1] = 0; \
cdb.data[2] = (dtc); \
cdb.data[3] = 0; \
cdb.data[4] = (((dtq) >> 8) & 0xff); \
cdb.data[5] = (((dtq) >> 0) & 0xff); \
cdb.data[6] = (((buflen) >> 16) & 0xff); \
cdb.data[7] = (((buflen) >> 8) & 0xff); \
cdb.data[8] = (((buflen) >> 0) & 0xff); \
cdb.data[9] = 0; \
cdb.len = 10;
#define MKSCSI_REQUEST_SENSE(cdb, buflen) \
cdb.data[0] = SCSI_REQUEST_SENSE; \
cdb.data[1] = 0; \
cdb.data[2] = 0; \
cdb.data[3] = 0; \
cdb.data[4] = (buflen); \
cdb.data[5] = 0; \
cdb.len = 6;
/*--------------------------------------------------------------------------*/
static inline int
getbitfield (unsigned char *pageaddr, int mask, int shift) \
{
return ((*pageaddr >> shift) & mask);
}
/* defines for request sense return block */
#define get_RS_information_valid(b) getbitfield(b + 0x00, 1, 7)
#define get_RS_error_code(b) getbitfield(b + 0x00, 0x7f, 0)
#define get_RS_filemark(b) getbitfield(b + 0x02, 1, 7)
#define get_RS_EOM(b) getbitfield(b + 0x02, 1, 6)
#define get_RS_ILI(b) getbitfield(b + 0x02, 1, 5)
#define get_RS_sense_key(b) getbitfield(b + 0x02, 0x0f, 0)
#define get_RS_information(b) getnbyte(b+0x03, 4)
#define get_RS_additional_length(b) b[0x07]
#define get_RS_ASC(b) b[0x0c]
#define get_RS_ASCQ(b) b[0x0d]
#define get_RS_SKSV(b) getbitfield(b+0x0f,1,7)
/*--------------------------------------------------------------------------*/
#define MM_PER_INCH 25.4
#define mmToIlu(mm) (((mm) * 1200) / MM_PER_INCH)
#define iluToMm(ilu) (((ilu) * MM_PER_INCH) / 1200)
#define PAGE_FRONT 0x00
#define PAGE_BACK 0x80
/*--------------------------------------------------------------------------*/
enum Matsushita_Option
{
OPT_NUM_OPTS = 0,
OPT_MODE_GROUP,
OPT_MODE, /* scanner modes */
OPT_RESOLUTION, /* X and Y resolution */
OPT_DUPLEX, /* Duplex mode */
OPT_FEEDER_MODE, /* Feeding mode */
OPT_GEOMETRY_GROUP,
OPT_PAPER_SIZE, /* Paper size */
OPT_TL_X, /* upper left X */
OPT_TL_Y, /* upper left Y */
OPT_BR_X, /* bottom right X */
OPT_BR_Y, /* bottom right Y */
OPT_ENHANCEMENT_GROUP,
OPT_BRIGHTNESS, /* Brightness */
OPT_CONTRAST, /* Contrast */
OPT_AUTOMATIC_THRESHOLD, /* Automatic threshold */
OPT_HALFTONE_PATTERN, /* Halftone pattern */
OPT_AUTOMATIC_SEPARATION, /* Automatic separation */
OPT_WHITE_LEVEL, /* White level */
OPT_NOISE_REDUCTION, /* Noise reduction */
OPT_IMAGE_EMPHASIS, /* Image emphasis */
OPT_GAMMA, /* Gamma */
/* must come last: */
NUM_OPTIONS
};
typedef union
{
SANE_Word w; /* word */
SANE_Word *wa; /* word array */
SANE_String s; /* string */
}
Option_Value;
/*--------------------------------------------------------------------------*/
#define BLACK_WHITE_STR SANE_I18N("Black & White")
#define HALFTONE_STR SANE_I18N("Haltfone")
#define GRAY4_STR SANE_I18N("Grayscale 4 bits")
#define GRAY8_STR SANE_I18N("Grayscale 8 bits")
/*--------------------------------------------------------------------------*/
#define SANE_NAME_DUPLEX "duplex"
#define SANE_NAME_PAPER_SIZE "paper_size"
#define SANE_NAME_AUTOSEP "autoseparation"
#define SANE_TITLE_DUPLEX SANE_I18N("Duplex")
#define SANE_TITLE_PAPER_SIZE SANE_I18N("Paper size")
#define SANE_TITLE_AUTOSEP SANE_I18N("Automatic separation")
#define SANE_DESC_DUPLEX \
SANE_I18N("Enable Duplex (Dual-Sided) Scanning")
#define SANE_DESC_PAPER_SIZE \
SANE_I18N("Physical size of the paper in the ADF");
#define SANE_DESC_AUTOSEP \
SANE_I18N("Automatic separation")
/*--------------------------------------------------------------------------*/
/* Differences between the scanners.
* The scsi_* fields are used to lookup the correcte entry. */
struct scanners_supported {
int scsi_type;
char scsi_vendor[9];
char scsi_product[17];
SANE_Range x_range;
SANE_Range y_range;
SANE_Range brightness_range;
SANE_Range contrast_range;
SANE_String_Const *scan_mode_list; /* array of scan modes */
const SANE_Word *resolutions_list; /* array of available resolutions */
const SANE_Word *resolutions_round; /* rounding values for each resolutions */
SANE_String_Const *image_emphasis_list; /* list of image emphasis options */
const int *image_emphasis_val; /* list of image emphasis values */
/* Scanner capabilities. */
int cap; /* bit field */
#define MAT_CAP_DUPLEX 0x00000002 /* can do duplex */
#define MAT_CAP_CONTRAST 0x00000004 /* have contrast */
#define MAT_CAP_AUTOMATIC_THRESHOLD 0x00000008
#define MAT_CAP_WHITE_LEVEL 0x00000010
#define MAT_CAP_GAMMA 0x00000020
#define MAT_CAP_NOISE_REDUCTION 0x00000040
#define MAT_CAP_PAPER_DETECT 0x00000080
#define MAT_CAP_MIRROR_IMAGE 0x00000100
#define MAT_CAP_DETECT_DOUBLE_FEED 0x00000200
#define MAT_CAP_MANUAL_FEED 0x00000400
};
struct paper_sizes {
SANE_String_Const name; /* name of the paper */
int width;
int length;
};
/*--------------------------------------------------------------------------*/
/* Define a scanner occurence. */
typedef struct Matsushita_Scanner
{
struct Matsushita_Scanner *next;
SANE_Device sane;
char *devicename;
int sfd; /* device handle */
/* Infos from inquiry. */
char scsi_type;
char scsi_vendor[9];
char scsi_product[17];
char scsi_version[5];
/* Scanner infos. */
int scnum; /* index of that scanner in
* scanners_supported */
SANE_String_Const *paper_sizes_list; /* names of supported papers */
int *paper_sizes_val; /* indirection into paper_sizes[] */
/* SCSI handling */
size_t buffer_size; /* size of the buffer */
SANE_Byte *buffer; /* for SCSI transfer. */
/* Scanning handling. */
int scanning; /* TRUE if a scan is running. */
int resolution; /* resolution in DPI, for both X and Y */
int x_tl; /* X top left */
int y_tl; /* Y top left */
int x_br; /* X bottom right */
int y_br; /* Y bottom right */
int width; /* width of the scan area in mm */
int length; /* length of the scan area in mm */
enum
{
MATSUSHITA_BW,
MATSUSHITA_HALFTONE,
MATSUSHITA_GRAYSCALE
}
scan_mode;
int depth; /* depth per color */
int halftone_pattern; /* haltone number, valid for MATSUSHITA_HALFTONE */
int bytes_left; /* number of bytes promised to backend
* left to read. */
SANE_Parameters params;
int page_side; /* 0=front, 1=back */
int page_num; /* current number of the page */
/* For Grayscale 4 bits only */
SANE_Byte *image; /* keep the current image there */
size_t image_size; /* allocated size of image */
size_t image_begin; /* first significant byte in image */
size_t image_end; /* first free byte in image */
/* Options */
SANE_Option_Descriptor opt[NUM_OPTIONS];
Option_Value val[NUM_OPTIONS];
}
Matsushita_Scanner;
/*--------------------------------------------------------------------------*/
/* Debug levels.
* Should be common to all backends. */
#define DBG_error0 0
#define DBG_error 1
#define DBG_sense 2
#define DBG_warning 3
#define DBG_inquiry 4
#define DBG_info 5
#define DBG_info2 6
#define DBG_proc 7
#define DBG_read 8
#define DBG_sane_init 10
#define DBG_sane_proc 11
#define DBG_sane_info 12
#define DBG_sane_option 13
/*--------------------------------------------------------------------------*/
/* 32 bits from an array to an integer (eg ntohl). */
#define B32TOI(buf) \
((((unsigned char *)buf)[0] << 24) | \
(((unsigned char *)buf)[1] << 16) | \
(((unsigned char *)buf)[2] << 8) | \
(((unsigned char *)buf)[3] << 0))

Wyświetl plik

@ -39,14 +39,14 @@ DISTCLEAN_FILES = @DISTCLEAN_FILES@
SECT1 = saned.1 scanimage.1 sane-find-scanner.1
SECT5 = sane-abaton.5 sane-agfafocus.5 sane-apple.5 sane-as6e.5 sane-dll.5 \
sane-dc25.5 sane-dmc.5 sane-epson.5 sane-hp.5 sane-gphoto2.5 \
sane-microtek.5 \
sane-matsushita.5 sane-microtek.5 \
sane-microtek2.5 sane-mustek.5 sane-nec.5 sane-net.5 sane-pie.5 \
sane-pint.5 sane-pnm.5 sane-umax.5 sane-qcam.5 sane-scsi.5 \
sane-artec.5 sane-fujitsu.5 sane-sharp.5 sane-s9036.5 \
sane-tamarack.5 sane-ricoh.5 sane-avision.5 sane-plustek.5 \
sane-st400.5 sane-mustek_pp.5 sane-dc210.5 sane-v4l.5 \
sane-snapscan.5 sane-canon.5 sane-coolscan.5 sane-bh.5 sane-dc240.5 \
sane-umax_pp.5 sane-umax1220u.5 sane-sm3600.5 sane-usb.5 \
sane-umax_pp.5 sane-umax1220u.5 sane-sm3600.5 sane-usb.5 \
sane-mustek_usb.5 sane-sceptre.5
SECT7 = sane.7
MANPAGES = $(SECT1) $(SECT5) $(SECT7)
@ -54,7 +54,7 @@ READMES = README AUTHORS COPYING ChangeLog LEVEL2 LICENSE NEWS PROBLEMS \
PROJECTS README README.aix README.hp-ux README.linux README.os2 \
README.solaris README.unixware2 README.unixware7 TODO
DOCS = backend-writing.txt sane.ps sane.dvi
BACKDIRS= canon mustek mustek_usb umax sceptre
BACKDIRS= canon matsushita mustek mustek_usb umax sceptre
LATEX = TEXINPUTS=$(srcdir):$$TEXINPUTS latex
DLH = TEXINPUTS=$(srcdir):$$TEXINPUTS dlh
MAN2HTML= nroff -man |\
@ -72,7 +72,8 @@ DISTFILES = Makefile.in backend-writing.txt doxygen-sanei.conf html.sty net.tex
sane-canon.man sane-coolscan.man sane-dc210.man sane-dc240.man \
sane-dc25.man sane-dll.man sane-dmc.man sane-epson.man \
sane-find-scanner.man sane-fujitsu.man sane-gphoto2.man sane-hp.man \
sane-logo.png sane-logo2.jpg sane-microtek.man sane-microtek2.man \
sane-logo.png sane-logo2.jpg sane-matsushita.man sane-microtek.man \
sane-microtek2.man \
sane-mustek.man sane-mustek_pp.man sane-mustek_usb.man sane-nec.man \
sane-net.man sane-pie.man sane-pint.man sane-plustek.man \
sane-pnm.man sane-qcam.man sane-ricoh.man sane-s9036.man \

Wyświetl plik

@ -0,0 +1,166 @@
Made by Kyushu Matsushita Electric, a.k.a. Panasonic
http://www.kme.panasonic.co.jp/
http://panasonic.com/
The same twain driver handle these scanners:
Same family as KV-SS25, KV-SS50, KV-SS55, KV-SS50EX, KV-SS55EX, KV-SS850, KV-SS855.
Another driver handle the KV-S2055L, KV-S2055W.
However all these scanner show similarities.
/*--------------------------------------------------------------------------*/
SCSI commands supported by the KV-SS25:
TEST UNIT READY:
00 00 00 00 00 00
REQUEST SENSE:
03 00 00 00 0E 00
a return after a short read is:
f0 00 60 00 00 00 02 0a 00 00 00 00 00 00 00 00
a return after a jam (sure?)
f0 00 03 00 00 00 00 0a 00 00 00 00 80 01 00 00
no paper
f0 00 03 00 00 00 00 0a 00 00 00 00 3a 00 00 00
jam door open:
f0 00 02 00 00 00 00 0a 00 00 00 00 04 81 00 00
paper jam
f0 00 03 00 00 00 00 0a 00 00 00 00 80 04 00 00
after a power cycle
f0 00 06 00 00 00 00 0a 00 00 00 00 29 00 00 00
after ????
f0 00 05 00 00 00 00 0a 00 00 00 00 2c 02 00 00
out of memory (scan data too big for scanner)
f0 00 05 00 00 00 00 0a 00 00 00 00 2c 80 00 00
INQUIRY:
12 00 00 00 60 00
result:
06 00 02 02 5B 00 00 10 4B 2E 4D 2E 45 2E 20 20
4B 56 2D 53 53 32 35 41 20 20 20 20 20 20 20 20
31 2E 30 35 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
SET WINDOWS:
24 00 00 00 00 00 00 00 00 00
reset (?)
24 00 00 00 00 00 00 00 48 00
72 bytes.
6-7 = 0x40 = window descriptor length
Window Descriptor Block:
0 = page side
0x00 = front
0x80 = back
2-3 = X resolution
4-5 = Y Resolution
14-17 = width (size in inches * 1200)
18-21 = length (size in inches * 1200)
22 = 255 - brightness
23 = same as 22
24 = contrast
25 = image composition
0x00 = black&white (1 bit)
0x01 = black&white with halftone pattern
0x02 = grayscale
26 = bits/pixel
0x01, if image comp == 0
0x04, if image comp == (0x01 || 0x02) -> grayscale 4 bits
0x08, if image comp == 0x02 -> grayscale 8 bits
28 = haltone pattern
0x00 = Bayer 64
0x01 = Bayer 16
0x02 = Dot 32
0x03 = Dot 64
0x04 = Error diffusion
43 = image emphasis
0x80 smooth
0x00 none
0x01 low
0x30 medium (twain default)
0x50 high
44 = gamma (Gray 4/8 only)
0x00 normal
0x01 from CRT
48-51 = width (again?, maybe paper size)
52-55 = length (again?, maybe paper size)
57 = feeder mode
0x00 = one page
other = number of pages to read (windows driver defaults to 0xff)
58 = auto threshold
0x00 = none (twain default)
0x80 = mode 1
0x81 = mode 2
0x82 = mode 3
59 = automatic separation
0x00 = no (twain default)
0x80 = yes
60 = white level
0x00 = from white stick (twain default)
0x80 = from paper
0x81 = automatic
61 = noise reduction
0x00 = none (twain default)
0x01 = 1x1
0x02 = 2x2
0x03 = 3x3
0x04 = 4x4
0x05 = 5x5
READ:
28 00 80 00 00 00 00 00 10 00
28 00 00 00 00 00 00 80 00 00
2 = data type code
0x00 image data
The TWAIN driver always reads 0x8000 bytes at the time, except for
the last packet where it read the size left plus 2 more bytes (and
thus generating a check condition).
5: page side
0x00 = front
0x80 = back
0x80 image size in dots
3(?)-4: number of the page to read. Multipage mode.
returns 16 bytes:
0-3: length in pixels
4-7: width in lines
SET AREA (?)
C0 00 00 00 00 00 00 00 58 00
Total message length = 88 bytes
7 = length -> 0x40 = 64 bytes
14-17 = area 1 X
18-21 = area 1 Y
22-25 = area 1 width
26-29 = area 1 length
33 = image composition
1 = halftone
36 = haltone pattern (if image composition == 1)
0x00 = Bayer 64
0x01 = Bayer 16
0x02 = Dot 32
0x03 = Dot 64
0x04 = Error diffusion
50-53 = area 2 X
54-57 = area 2 Y
58-61 = area 2 width
62-65 = area 2 length
68-71 = area 3 X
72-75 = area 3 Y
76-79 = area 3 width
80-83 = area 3 length
Other supported commands:
16 RESERVE UNIT
17 RELEASE UNIT
1D SEND DIAGNOSTIC
2A SEND(10)
31 OBJECT POSITION
3B WRITE BUFFER

Wyświetl plik

@ -0,0 +1,140 @@
BW, Duplex
BR 104 192
contrast 70 178
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /00 00 00 00 00 00 (Test U Rdy)
00011: Status /00 (Good)
00012: Message-In /00 (Cmd Cmplt)
00013: Bus Free
00017: Arbitration /80 (7)
00019: Select w/ATN /C0 (6,7)
0001D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0001E: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00028: Status /00 (Good)
00029: Message-In /00 (Cmd Cmplt)
0002A: Bus Free
0002E: Arbitration /80 (7)
00030: Select w/ATN /C0 (6,7)
00034: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 97 97
0005F: 46 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
00087: Status /00 (Good)
00088: Message-In /00 (Cmd Cmplt)
00089: Bus Free
0008D: Arbitration /80 (7)
0008F: Select w/ATN /C0 (6,7)
00093: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00094: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0009E: Data-Out/00 00 00 00 00 00 00 40 80 00 00 96 00 96 00 00
000AE: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 3F 3F
000BE: B2 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
000CE: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
000DE: (000048) 00 00 00 00 00 00 00 00
000E6: Status /00 (Good)
000E7: Message-In /00 (Cmd Cmplt)
000E8: Bus Free
000EC: Arbitration /80 (7)
000EE: Select w/ATN /C0 (6,7)
000F2: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000F3: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
000FD: (000010) Data-In /00 00 01 60 00 00 02 19 00 00 00 00 00 00 00 00
0010D: Status /00 (Good)
0010E: Message-In /00 (Cmd Cmplt)
0010F: Bus Free
00113: Arbitration /80 (7)
00115: Select w/ATN /C0 (6,7)
00119: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0011A: Command /28 00 00 00 00 00 00 5C 4E 00 (Ex Read)
00124: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00134: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00144: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00154: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00164: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00174: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00184: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00194: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001A4: (005C4C) 00 00
001A7: Status /02 (Chk Cond)
001A8: Message-In /00 (Cmd Cmplt)
001A9: Bus Free
001AD: Arbitration /80 (7)
001AF: Select w/ATN /C0 (6,7)
001B2: Message-Out/80+(Identify : LUN 0 )
001B3: Message-Out/01+(Ext Msg)
001B4: 03+(Length)
001B5: 01+(SDTR)
001B6: 0C+(Period 48 nsec)
001B8: 0F (Offset 15 xfers)
001B9: Message-In /01 (Ext Msg)
001BA: 03 (Length)
001BB: 01 (SDTR)
001BC: 19 (Period 100 nsec)
001BD: 0F (Offset 15 xfers)
001BE: Command /03 00 00 00 0E 00 (Req Sense)
001C4: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
001D2: Status /00 (Good)
001D3: Message-In /00 (Cmd Cmplt)
001D4: Bus Free
001D8: Arbitration /80 (7)
001DA: Select w/ATN /C0 (6,7)
001DE: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
001DF: Command /28 00 00 00 00 80 00 00 00 00 (Ex Read)
001E9: Status /00 (Good)
001EA: Message-In /00 (Cmd Cmplt)
001EB: Bus Free
001EF: Arbitration /80 (7)
001F1: Select w/ATN /C0 (6,7)
001F5: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
001F6: Command /28 00 00 00 00 80 00 5C 4E 00 (Ex Read)
00200: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00210: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00220: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00230: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00240: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00250: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00260: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00270: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00280: (005C4C) 00 00
00283: Status /02 (Chk Cond)
00284: Message-In /00 (Cmd Cmplt)
00285: Bus Free
00289: Arbitration /80 (7)
0028B: Select w/ATN /C0 (6,7)
0028E: Message-Out/80+(Identify : LUN 0 )
0028F: Message-Out/01+(Ext Msg)
00290: 03+(Length)
00291: 01+(SDTR)
00292: 0C+(Period 48 nsec)
00294: 0F (Offset 15 xfers)
00295: Message-In /01 (Ext Msg)
00296: 03 (Length)
00297: 01 (SDTR)
00298: 19 (Period 100 nsec)
00299: 0F (Offset 15 xfers)
0029A: Command /03 00 00 00 0E 00 (Req Sense)
002A0: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
002AE: Status /00 (Good)
002AF: Message-In /00 (Cmd Cmplt)
002B0: Bus Free
002B4: Arbitration /80 (7)
002B6: Select w/ATN /C0 (6,7)
002BA: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
002BB: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
002C5: Status /00 (Good)
002C6: Message-In /00 (Cmd Cmplt)
002C7: Bus Free
002CB: Arbitration /80 (7)
002CD: Select w/ATN /C0 (6,7)
002D1: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
002D2: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
002DC: Status /00 (Good)
002DD: Message-In /00 (Cmd Cmplt)
002DE: Bus Free

Wyświetl plik

@ -0,0 +1,232 @@
BW, 150, 3 areas
(values in mm)
X Y width length
1: 23 53 46 34
2: 28 67 54 13
3: 34 78 59 43
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /00 00 00 00 00 00 (Test U Rdy)
00011: Status /00 (Good)
00012: Message-In /00 (Cmd Cmplt)
00013: Bus Free
00017: Arbitration /80 (7)
00019: Select w/ATN /C0 (6,7)
0001D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0001E: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00028: Status /00 (Good)
00029: Message-In /00 (Cmd Cmplt)
0002A: Bus Free
0002E: Arbitration /80 (7)
00030: Select w/ATN /C0 (6,7)
00034: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 27 00 00 00 36 D0 7F 7F
0005F: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 27 00 00 00 36 D0
0007F: (000048) 00 00 00 00 00 00 00 00
00087: Status /00 (Good)
00088: Message-In /00 (Cmd Cmplt)
00089: Bus Free
0008D: Arbitration /80 (7)
0008F: Select w/ATN /C0 (6,7)
00093: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00094: Command /C0 00 00 00 00 00 00 00 58 00 (?)
0009E: Data-Out/00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00
000AE: 04 3E 00 00 09 C7 00 00 08 7D 00 00 06 46 00 00
000BE: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
000CE: 00 00 00 00 05 2A 00 00 0C 5D 00 00 09 F7 00 00
000DE: 02 66 00 00 00 00 06 46 00 00 0E 65 00 00 0A E3
000EE: (000058) 00 00 07 EF 00 00 00 00
000F6: Status /00 (Good)
000F7: Message-In /00 (Cmd Cmplt)
000F8: Bus Free
000FC: Arbitration /80 (7)
000FE: Select w/ATN /C0 (6,7)
00102: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00103: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
0010D: (000010) Data-In /00 00 04 E0 00 00 06 DA 00 00 00 00 00 00 00 00
0011D: Status /00 (Good)
0011E: Message-In /00 (Cmd Cmplt)
0011F: Bus Free
00123: Arbitration /80 (7)
00125: Select w/ATN /C0 (6,7)
00129: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0012A: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00134: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00144: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00154: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00164: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00174: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00184: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00194: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001A4: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001B4: (008000) 00 00
001B7: Status /00 (Good)
001B8: Message-In /00 (Cmd Cmplt)
001B9: Bus Free
001BD: Arbitration /80 (7)
001BF: Select w/ATN /C0 (6,7)
001C3: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
001C4: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
001CE: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001DE: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001EE: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001FE: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 00
0020E: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0021E: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0022E: 00 00 C8 00 00 00 00 00 00 00 00 00 00 00 00 00
0023E: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0024E: (008000) 00 00
00251: Status /00 (Good)
00252: Message-In /00 (Cmd Cmplt)
00253: Bus Free
00257: Arbitration /80 (7)
00259: Select w/ATN /C0 (6,7)
0025D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0025E: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00268: Data-In /00 00 00 00 01 C7 00 0C C0 C0 61 00 0C 8E C1 00
00278: 70 70 38 C3 38 F8 00 1C 0E 87 3B 06 80 0F 83 33
00288: C0 01 38 18 18 03 E0 03 70 98 03 C7 79 06 C0 70
00298: 18 03 00 06 CE C1 30 06 30 00 03 30 00 FC 18 0C
002A8: C0 60 06 00 F0 E1 30 B0 61 30 80 C1 01 00 0C 18
002B8: 80 C1 60 1A 03 38 1C 63 30 38 30 07 73 62 38 30
002C8: 83 61 0E 80 C1 07 60 60 00 C0 E1 30 06 00 0C 8C
002D8: C1 31 0C 30 00 03 30 00 FC 18 8C C3 1C 18 03 00
002E8: (008000) 00 00
002EB: Status /00 (Good)
002EC: Message-In /00 (Cmd Cmplt)
002ED: Bus Free
002F1: Arbitration /80 (7)
002F3: Select w/ATN /C0 (6,7)
002F7: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
002F8: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00302: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00312: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00322: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00332: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00342: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00352: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00362: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00372: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00382: (008000) 00 00
00385: Status /00 (Good)
00386: Message-In /00 (Cmd Cmplt)
00387: Bus Free
0038B: Arbitration /80 (7)
0038D: Select w/ATN /C0 (6,7)
00391: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00392: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0039C: Data-In /CE 00 1C 18 8E 03 18 1C C0 C1 71 0C 60 00 06 C3
003AC: E0 18 1C C0 C1 38 1C 9C 01 0C C0 83 0F 07 F0 01
003BC: 00 30 30 00 0C 06 03 1C C6 31 00 E3 70 C0 60 30
003CC: 0C C6 C0 60 70 C0 70 30 86 E1 30 0E 07 00 C3 03
003DC: 80 E0 0C 06 30 18 00 1C 00 00 60 30 18 03 00 0C
003EC: 06 3E 0E 67 70 38 06 00 0C 00 1F 86 63 30 07 C7
003FC: 00 18 CC 00 00 00 00 00 00 00 00 00 00 00 00 00
0040C: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0041C: (008000) 00 00
0041F: Status /00 (Good)
00420: Message-In /00 (Cmd Cmplt)
00421: Bus Free
00425: Arbitration /80 (7)
00427: Select w/ATN /C0 (6,7)
0042B: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0042C: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00436: Data-In /80 31 38 60 78 E0 C0 F0 00 18 78 00 60 18 82 F1
00446: E0 00 C0 01 E7 03 1C 30 2E 38 E0 00 60 00 18 23
00456: 18 00 1C 0C 8F 01 03 86 03 10 02 10 60 00 00 00
00466: 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 00
00476: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00486: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00496: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004A6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004B6: (008000) 00 00
004B9: Status /00 (Good)
004BA: Message-In /00 (Cmd Cmplt)
004BB: Bus Free
004BF: Arbitration /80 (7)
004C1: Select w/ATN /C0 (6,7)
004C5: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
004C6: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
004D0: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004E0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004F0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00510: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00520: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00530: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00540: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00550: (008000) 00 00
00553: Status /00 (Good)
00554: Message-In /00 (Cmd Cmplt)
00555: Bus Free
00559: Arbitration /80 (7)
0055B: Select w/ATN /C0 (6,7)
0055F: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00560: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0056A: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0057A: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0058A: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0059A: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005AA: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005BA: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005CA: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005DA: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005EA: (008000) 00 00
005ED: Status /00 (Good)
005EE: Message-In /00 (Cmd Cmplt)
005EF: Bus Free
005F3: Arbitration /80 (7)
005F5: Select w/ATN /C0 (6,7)
005F9: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
005FA: Command /28 00 00 00 00 00 00 2C DA 00 (Ex Read)
00604: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00614: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00624: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00634: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00644: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00654: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00664: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00674: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00684: (002CD8) 00 00
00687: Status /02 (Chk Cond)
00688: Message-In /00 (Cmd Cmplt)
00689: Bus Free
0068D: Arbitration /80 (7)
0068F: Select w/ATN /C0 (6,7)
00692: Message-Out/80+(Identify : LUN 0 )
00693: Message-Out/01+(Ext Msg)
00694: 03+(Length)
00695: 01+(SDTR)
00696: 0C+(Period 48 nsec)
00698: 0F (Offset 15 xfers)
00699: Message-In /01 (Ext Msg)
0069A: 03 (Length)
0069B: 01 (SDTR)
0069C: 19 (Period 100 nsec)
0069D: 0F (Offset 15 xfers)
0069E: Command /03 00 00 00 0E 00 (Req Sense)
006A4: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
006B2: Status /00 (Good)
006B3: Message-In /00 (Cmd Cmplt)
006B4: Bus Free
006B8: Arbitration /80 (7)
006BA: Select w/ATN /C0 (6,7)
006BE: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
006BF: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
006C9: Status /00 (Good)
006CA: Message-In /00 (Cmd Cmplt)
006CB: Bus Free
006CF: Arbitration /80 (7)
006D1: Select w/ATN /C0 (6,7)
006D5: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
006D6: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
006E0: Status /00 (Good)
006E1: Message-In /00 (Cmd Cmplt)
006E2: Bus Free
006E3: --- End of Trace ---

Wyświetl plik

@ -0,0 +1,240 @@
Same as matsushita11_trc.txt
except area 2 is not set
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /12 00 00 00 60 00 (Inquiry)
00011: Data-In /06 00 02 02 5B 00 00 10 4B 2E 4D 2E 45 2E 20 20
00021: 4B 56 2D 53 53 32 35 41 20 20 20 20 20 20 20 20
00031: 31 2E 30 35 00 00 00 00 00 00 00 00 00 00 00 00
00041: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00051: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00061: (000060) 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00071: Status /00 (Good)
00072: Message-In /00 (Cmd Cmplt)
00073: Bus Free
00077: Arbitration /80 (7)
00079: Select w/ATN /C0 (6,7)
0007D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0007E: Command /00 00 00 00 00 00 (Test U Rdy)
00084: Status /00 (Good)
00085: Message-In /00 (Cmd Cmplt)
00086: Bus Free
0008A: Arbitration /80 (7)
0008C: Select w/ATN /C0 (6,7)
00090: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00091: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
0009B: Status /00 (Good)
0009C: Message-In /00 (Cmd Cmplt)
0009D: Bus Free
000A1: Arbitration /80 (7)
000A3: Select w/ATN /C0 (6,7)
000A7: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000A8: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
000B2: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
000C2: 00 00 00 00 00 00 00 00 27 00 00 00 36 D0 7F 7F
000D2: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
000E2: 00 00 00 30 00 00 00 00 00 00 27 00 00 00 36 D0
000F2: (000048) 00 00 00 00 00 00 00 00
000FA: Status /00 (Good)
000FB: Message-In /00 (Cmd Cmplt)
000FC: Bus Free
00100: Arbitration /80 (7)
00102: Select w/ATN /C0 (6,7)
00106: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00107: Command /C0 00 00 00 00 00 00 00 58 00 (?)
00111: Data-Out/00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00
00121: 04 3E 00 00 09 C7 00 00 08 7D 00 00 06 46 00 00
00131: 00 01 00 00 04 00 00 00 00 00 00 00 00 00 00 00
00141: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00151: 00 00 00 00 00 00 06 46 00 00 0E 65 00 00 0A E3
00161: (000058) 00 00 07 EF 00 00 00 00
00169: Status /00 (Good)
0016A: Message-In /00 (Cmd Cmplt)
0016B: Bus Free
0016F: Arbitration /80 (7)
00171: Select w/ATN /C0 (6,7)
00175: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00176: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
00180: (000010) Data-In /00 00 04 E0 00 00 06 DA 00 00 00 00 00 00 00 00
00190: Status /00 (Good)
00191: Message-In /00 (Cmd Cmplt)
00192: Bus Free
00196: Arbitration /80 (7)
00198: Select w/ATN /C0 (6,7)
0019C: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0019D: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
001A7: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001B7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001C7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001D7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001E7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001F7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00207: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00217: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00227: (008000) 00 00
0022A: Status /00 (Good)
0022B: Message-In /00 (Cmd Cmplt)
0022C: Bus Free
00230: Arbitration /80 (7)
00232: Select w/ATN /C0 (6,7)
00236: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00237: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00241: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00251: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00261: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00281: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00291: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002A1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002B1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002C1: (008000) 00 00
002C4: Status /00 (Good)
002C5: Message-In /00 (Cmd Cmplt)
002C6: Bus Free
002CA: Arbitration /80 (7)
002CC: Select w/ATN /C0 (6,7)
002D0: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
002D1: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
002DB: Data-In /00 00 00 00 00 1C 18 18 0E 0C 0C 07 30 00 00 30
002EB: 00 0C 00 0B 07 0C C0 00 1C E0 60 1C 00 00 00 00
002FB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0030B: 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 07 00
0031B: 00 00 00 00 00 00 70 00 00 00 C0 3F 1C 00 00 00
0032B: 06 F8 80 01 00 00 00 00 0C 00 00 00 00 80 19 F0
0033B: 01 E0 00 00 00 80 7F 30 00 00 00 06 00 00 00 00
0034B: 00 00 00 00 00 00 00 00 30 00 00 00 00 00 00 00
0035B: (008000) 00 00
0035E: Status /00 (Good)
0035F: Message-In /00 (Cmd Cmplt)
00360: Bus Free
00364: Arbitration /80 (7)
00366: Select w/ATN /C0 (6,7)
0036A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0036B: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00375: Data-In /00 01 00 00 00 00 00 00 00 00 00 00 00 00 80 00
00385: 00 00 00 00 00 00 00 10 08 00 00 00 00 00 00 00
00395: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003A5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003B5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003C5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003D5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003E5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003F5: (008000) 00 00
003F8: Status /00 (Good)
003F9: Message-In /00 (Cmd Cmplt)
003FA: Bus Free
003FE: Arbitration /80 (7)
00400: Select w/ATN /C0 (6,7)
00404: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00405: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0040F: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0041F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0042F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0043F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 08 0E
0044F: 0C 86 C0 30 18 03 00 86 81 31 30 0C C2 01 C0 60
0045F: 1C F0 1F C0 60 30 0C 07 00 60 18 0C 06 0C 83 63
0046F: 18 86 FF 00 86 81 01 08 06 03 1C 02 16 00 00 00
0047F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0048F: (008000) 00 00
00492: Status /00 (Good)
00493: Message-In /00 (Cmd Cmplt)
00494: Bus Free
00498: Arbitration /80 (7)
0049A: Select w/ATN /C0 (6,7)
0049E: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0049F: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
004A9: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004B9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004C9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004D9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004E9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004F9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00509: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00519: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00529: (008000) 00 00
0052C: Status /00 (Good)
0052D: Message-In /00 (Cmd Cmplt)
0052E: Bus Free
00532: Arbitration /80 (7)
00534: Select w/ATN /C0 (6,7)
00538: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00539: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00543: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00553: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00563: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF CF
00573: 01 20 00 00 00 00 00 00 60 1C 00 00 00 00 00 60
00583: 00 00 00 00 00 38 08 80 03 00 00 00 60 00 00 80
00593: 80 31 00 00 00 00 00 0C 00 00 00 00 00 00 00 00
005A3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005B3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005C3: (008000) 00 00
005C6: Status /00 (Good)
005C7: Message-In /00 (Cmd Cmplt)
005C8: Bus Free
005CC: Arbitration /80 (7)
005CE: Select w/ATN /C0 (6,7)
005D2: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
005D3: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
005DD: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005ED: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005FD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0060D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0061D: 00 80 00 01 00 00 00 00 00 00 00 00 00 00 00 00
0062D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0063D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0064D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0065D: (008000) 00 00
00660: Status /00 (Good)
00661: Message-In /00 (Cmd Cmplt)
00662: Bus Free
00666: Arbitration /80 (7)
00668: Select w/ATN /C0 (6,7)
0066C: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0066D: Command /28 00 00 00 00 00 00 2C DA 00 (Ex Read)
00677: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00687: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00697: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006A7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006B7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006C7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006D7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006E7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006F7: (002CD8) 00 00
006FA: Status /02 (Chk Cond)
006FB: Message-In /00 (Cmd Cmplt)
006FC: Bus Free
00700: Arbitration /80 (7)
00702: Select w/ATN /C0 (6,7)
00705: Message-Out/80+(Identify : LUN 0 )
00706: Message-Out/01+(Ext Msg)
00707: 03+(Length)
00708: 01+(SDTR)
00709: 0C+(Period 48 nsec)
0070B: 0F (Offset 15 xfers)
0070C: Message-In /01 (Ext Msg)
0070D: 03 (Length)
0070E: 01 (SDTR)
0070F: 19 (Period 100 nsec)
00710: 0F (Offset 15 xfers)
00711: Command /03 00 00 00 0E 00 (Req Sense)
00717: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
00725: Status /00 (Good)
00726: Message-In /00 (Cmd Cmplt)
00727: Bus Free
0072B: Arbitration /80 (7)
0072D: Select w/ATN /C0 (6,7)
00731: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00732: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
0073C: Status /00 (Good)
0073D: Message-In /00 (Cmd Cmplt)
0073E: Bus Free
00742: Arbitration /80 (7)
00744: Select w/ATN /C0 (6,7)
00748: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00749: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00753: Status /00 (Good)
00754: Message-In /00 (Cmd Cmplt)
00755: Bus Free
00756: --- End of Trace ---

Wyświetl plik

@ -0,0 +1,17 @@
Gray8, 150
gamma=normal
000A8: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
000B2: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
000C2: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
000D2: 00 02 08 00 00 00 00 00 00 00 00 00 00 00 00 00
000E2: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
000F2: (000048) 00 00 00 00 00 00 00 00
gamma=from CRT
005C0: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
005CA: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
005DA: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
005EA: 00 02 08 00 00 00 00 00 00 00 00 00 00 00 00 00
005FA: 00 00 00 30 01 00 00 00 00 00 0B 00 00 00 10 CC
0060A: (000048) 00 00 00 00 00 00 00 00

Wyświetl plik

@ -0,0 +1,187 @@
BW, 150, BC
scan all pages (3 available)
>>>>>> --- Start Trace ---
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /00 00 00 00 00 00 (Test U Rdy)
00011: Status /00 (Good)
00012: Message-In /00 (Cmd Cmplt)
00013: Bus Free
00017: Arbitration /80 (7)
00019: Select w/ATN /C0 (6,7)
0001D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0001E: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00028: Status /00 (Good)
00029: Message-In /00 (Cmd Cmplt)
0002A: Bus Free
0002E: Arbitration /80 (7)
00030: Select w/ATN /C0 (6,7)
00034: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
0005F: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 FF 00 00 00 00 00 00
00087: Status /00 (Good)
00088: Message-In /00 (Cmd Cmplt)
00089: Bus Free
0008D: Arbitration /80 (7)
0008F: Select w/ATN /C0 (6,7)
00093: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00094: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
0009E: (000010) Data-In /00 00 01 60 00 00 02 19 00 00 00 00 00 00 00 00
000AE: Status /00 (Good)
000AF: Message-In /00 (Cmd Cmplt)
000B0: Bus Free
000B4: Arbitration /80 (7)
000B6: Select w/ATN /C0 (6,7)
000BA: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000BB: Command /28 00 00 00 00 00 00 5C 4E 00 (Ex Read)
000C5: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
000D5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
000E5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
000F5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00105: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00115: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00125: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00135: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00145: (005C4C) 00 00
00148: Status /02 (Chk Cond)
00149: Message-In /00 (Cmd Cmplt)
0014A: Bus Free
0014E: Arbitration /80 (7)
00150: Select w/ATN /C0 (6,7)
00153: Message-Out/80+(Identify : LUN 0 )
00154: Message-Out/01+(Ext Msg)
00155: 03+(Length)
00156: 01+(SDTR)
00157: 0C+(Period 48 nsec)
00159: 0F (Offset 15 xfers)
0015A: Message-In /01 (Ext Msg)
0015B: 03 (Length)
0015C: 01 (SDTR)
0015D: 19 (Period 100 nsec)
0015E: 0F (Offset 15 xfers)
0015F: Command /03 00 00 00 0E 00 (Req Sense)
00165: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
00173: Status /00 (Good)
00174: Message-In /00 (Cmd Cmplt)
00175: Bus Free
00179: Arbitration /80 (7)
0017B: Select w/ATN /C0 (6,7)
0017F: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00180: Command /28 00 00 00 01 00 00 00 00 00 (Ex Read)
0018A: Status /00 (Good)
0018B: Message-In /00 (Cmd Cmplt)
0018C: Bus Free
00190: Arbitration /80 (7)
00192: Select w/ATN /C0 (6,7)
00196: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00197: Command /28 00 00 00 01 00 00 5C 4E 00 (Ex Read)
001A1: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001B1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001C1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001D1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001E1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001F1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00201: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00211: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00221: (005C4C) 00 00
00224: Status /02 (Chk Cond)
00225: Message-In /00 (Cmd Cmplt)
00226: Bus Free
0022A: Arbitration /80 (7)
0022C: Select w/ATN /C0 (6,7)
0022F: Message-Out/80+(Identify : LUN 0 )
00230: Message-Out/01+(Ext Msg)
00231: 03+(Length)
00232: 01+(SDTR)
00233: 0C+(Period 48 nsec)
00235: 0F (Offset 15 xfers)
00236: Message-In /01 (Ext Msg)
00237: 03 (Length)
00238: 01 (SDTR)
00239: 19 (Period 100 nsec)
0023A: 0F (Offset 15 xfers)
0023B: Command /03 00 00 00 0E 00 (Req Sense)
00241: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
0024F: Status /00 (Good)
00250: Message-In /00 (Cmd Cmplt)
00251: Bus Free
00255: Arbitration /80 (7)
00257: Select w/ATN /C0 (6,7)
0025B: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0025C: Command /28 00 00 00 02 00 00 00 00 00 (Ex Read)
00266: Status /00 (Good)
00267: Message-In /00 (Cmd Cmplt)
00268: Bus Free
0026C: Arbitration /80 (7)
0026E: Select w/ATN /C0 (6,7)
00272: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00273: Command /28 00 00 00 02 00 00 5C 4E 00 (Ex Read)
0027D: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0028D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0029D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002AD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002BD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002CD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002DD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002ED: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002FD: (005C4C) 00 00
00300: Status /02 (Chk Cond)
00301: Message-In /00 (Cmd Cmplt)
00302: Bus Free
00306: Arbitration /80 (7)
00308: Select w/ATN /C0 (6,7)
0030B: Message-Out/80+(Identify : LUN 0 )
0030C: Message-Out/01+(Ext Msg)
0030D: 03+(Length)
0030E: 01+(SDTR)
0030F: 0C+(Period 48 nsec)
00311: 0F (Offset 15 xfers)
00312: Message-In /01 (Ext Msg)
00313: 03 (Length)
00314: 01 (SDTR)
00315: 19 (Period 100 nsec)
00316: 0F (Offset 15 xfers)
00317: Command /03 00 00 00 0E 00 (Req Sense)
0031D: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
0032B: Status /00 (Good)
0032C: Message-In /00 (Cmd Cmplt)
0032D: Bus Free
00331: Arbitration /80 (7)
00333: Select w/ATN /C0 (6,7)
00337: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00338: Command /28 00 00 00 03 00 00 00 00 00 (Ex Read)
00342: Status /02 (Chk Cond)
00343: Message-In /00 (Cmd Cmplt)
00344: Bus Free
00348: Arbitration /80 (7)
0034A: Select w/ATN /C0 (6,7)
0034D: Message-Out/80+(Identify : LUN 0 )
0034E: Message-Out/01+(Ext Msg)
0034F: 03+(Length)
00350: 01+(SDTR)
00351: 0C+(Period 48 nsec)
00353: 0F (Offset 15 xfers)
00354: Message-In /01 (Ext Msg)
00355: 03 (Length)
00356: 01 (SDTR)
00357: 19 (Period 100 nsec)
00358: 0F (Offset 15 xfers)
00359: Command /03 00 00 00 0E 00 (Req Sense)
0035F: (00000E) Data-In /F0 00 03 00 00 00 00 0A 00 00 00 00 3A 00
0036D: Status /00 (Good)
0036E: Message-In /00 (Cmd Cmplt)
0036F: Bus Free
00373: Arbitration /80 (7)
00375: Select w/ATN /C0 (6,7)
00379: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0037A: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00384: Status /00 (Good)
00385: Message-In /00 (Cmd Cmplt)
00386: Bus Free
00387: --- End of Trace ---

Wyświetl plik

@ -0,0 +1,15 @@
Inquiry of the KV-SS25
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /12 00 00 00 60 00 (Inquiry)
00011: Data-In /06 00 02 02 5B 00 00 10 4B 2E 4D 2E 45 2E 20 20
00021: 4B 56 2D 53 53 32 35 41 20 20 20 20 20 20 20 20
00031: 31 2E 30 35 00 00 00 00 00 00 00 00 00 00 00 00
00041: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00051: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00061: (000060) 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00071: Status /00 (Good)
00072: Message-In /00 (Cmd Cmplt)
00073: Bus Free

Wyświetl plik

@ -0,0 +1,194 @@
KV-SS25 Scan:
B&W
150 dpi
letter
halftone (none)
brightness 128
contrast 128
simplex
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /12 00 00 00 60 00 (Inquiry)
00011: Data-In /06 00 02 02 5B 00 00 10 4B 2E 4D 2E 45 2E 20 20
00021: 4B 56 2D 53 53 32 35 41 20 20 20 20 20 20 20 20
00031: 31 2E 30 35 00 00 00 00 00 00 00 00 00 00 00 00
00041: (000060) 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00052: Status /00 (Good)
00053: Message-In /00 (Cmd Cmplt)
00054: Bus Free
00058: Arbitration /80 (7)
0005A: Select w/ATN /C0 (6,7)
0005E: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0005F: Command /00 00 00 00 00 00 (Test U Rdy)
00065: Status /00 (Good)
00066: Message-In /00 (Cmd Cmplt)
00067: Bus Free
0006B: Arbitration /80 (7)
0006D: Select w/ATN /C0 (6,7)
00071: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00072: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
0007C: Status /00 (Good)
0007D: Message-In /00 (Cmd Cmplt)
0007E: Bus Free
00082: Arbitration /80 (7)
00084: Select w/ATN /C0 (6,7)
00088: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00089: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00093: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
000A3: 00 00 00 00 00 00 00 00 28 00 00 00 33 90 7F 7F
000B3: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
000C3: (000048) 00 00 00 30 00 00 00 00 00 00 28 00 00 00 33 90
000D4: Status /00 (Good)
000D5: Message-In /00 (Cmd Cmplt)
000D6: Bus Free
000DA: Arbitration /80 (7)
000DC: Select w/ATN /C0 (6,7)
000E0: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000E1: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
000EB: (000010) Data-In /00 00 05 00 00 00 06 72 00 00 00 00 00 00 00 00
000FB: Status /00 (Good)
000FC: Message-In /00 (Cmd Cmplt)
000FD: Bus Free
00101: Arbitration /80 (7)
00103: Select w/ATN /C0 (6,7)
00107: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00108: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00112: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00122: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00132: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00142: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00152: (008000) 00 00 00 00 00
00158: Status /00 (Good)
00159: Message-In /00 (Cmd Cmplt)
0015A: Bus Free
0015E: Arbitration /80 (7)
00160: Select w/ATN /C0 (6,7)
00164: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00165: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0016F: Data-In /C0 03 00 00 00 00 00 00 00 00 18 00 00 00 00 00
0017F: 3C F0 F0 00 00 00 00 00 00 00 00 00 00 00 00 00
0018F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0019F: 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 00
001AF: (008000) 00 00 00 00 00
001B5: Status /00 (Good)
001B6: Message-In /00 (Cmd Cmplt)
001B7: Bus Free
001BB: Arbitration /80 (7)
001BD: Select w/ATN /C0 (6,7)
001C1: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
001C2: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
001CC: Data-In /00 00 E0 01 00 87 03 0F 18 D0 0F 72 00 00 00 4C
001DC: 30 00 C0 00 00 C7 81 03 82 83 21 03 00 00 E0 81
001EC: 07 03 4A 06 06 C7 83 83 03 00 18 00 00 00 00 00
001FC: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0020C: (008000) 00 00 00 00 00
00212: Status /00 (Good)
00213: Message-In /00 (Cmd Cmplt)
00214: Bus Free
00218: Arbitration /80 (7)
0021A: Select w/ATN /C0 (6,7)
0021E: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0021F: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00229: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00239: 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00249: 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00
00259: 1C 00 00 00 00 00 0C 00 00 00 00 00 00 00 00 0C
00269: (008000) 00 00 00 00 00
0026F: Status /00 (Good)
00270: Message-In /00 (Cmd Cmplt)
00271: Bus Free
00275: Arbitration /80 (7)
00277: Select w/ATN /C0 (6,7)
0027B: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0027C: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00286: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00296: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002A6: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002B6: 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002C6: (008000) 00 00
002C9: Status /00 (Good)
002CA: Message-In /00 (Cmd Cmplt)
002CB: Bus Free
002CF: Arbitration /80 (7)
002D1: Select w/ATN /C0 (6,7)
002D5: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
002D6: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
002E0: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002F0: 00 00 00 00 00 00 00 18 00 00 00 00 00 00 00 00
00300: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00310: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00320: (008000) 00 00 00 00 00
00326: Status /00 (Good)
00327: Message-In /00 (Cmd Cmplt)
00328: Bus Free
0032C: Arbitration /80 (7)
0032E: Select w/ATN /C0 (6,7)
00332: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00333: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0033D: Data-In /00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00
0034D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0035D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0036D: 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 00
0037D: (008000) 00 00 00 00 00 00
00384: Status /00 (Good)
00385: Message-In /00 (Cmd Cmplt)
00386: Bus Free
0038A: Arbitration /80 (7)
0038C: Select w/ATN /C0 (6,7)
00390: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00391: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0039B: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003AB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003BB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003CB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003DB: (008000) 00 00 00 00 00
003E1: Status /00 (Good)
003E2: Message-In /00 (Cmd Cmplt)
003E3: Bus Free
003E7: Arbitration /80 (7)
003E9: Select w/ATN /C0 (6,7)
003ED: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
003EE: Command /28 00 00 00 00 00 00 07 42 00 (Ex Read)
003F8: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00408: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00418: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00428: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00438: (000740) 00 00 00 00 00 00
0043F: Status /02 (Chk Cond)
00440: Message-In /00 (Cmd Cmplt)
00441: Bus Free
00446: Arbitration /80 (7)
00448: Select w/ATN /C0 (6,7)
0044B: Message-Out/80+(Identify : LUN 0 )
0044C: Message-Out/01+(Ext Msg)
0044D: 03+(Length)
0044E: 01+(SDTR)
0044F: 0C+(Period 48 nsec)
00451: 0F (Offset 15 xfers)
00452: Message-In /01 (Ext Msg)
00453: 03 (Length)
00454: 01 (SDTR)
00455: 19 (Period 100 nsec)
00456: 0F (Offset 15 xfers)
00457: Command /03 00 00 00 0E 00 (Req Sense)
0045D: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
0046B: Status /00 (Good)
0046C: Message-In /00 (Cmd Cmplt)
0046D: Bus Free
00471: Arbitration /80 (7)
00473: Select w/ATN /C0 (6,7)
00477: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00478: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00482: Status /00 (Good)
00483: Message-In /00 (Cmd Cmplt)
00484: Bus Free
00488: Arbitration /80 (7)
0048A: Select w/ATN /C0 (6,7)
0048E: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0048F: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00499: Status /00 (Good)
0049A: Message-In /00 (Cmd Cmplt)
0049B: Bus Free

Wyświetl plik

@ -0,0 +1,415 @@
KV-SS25 Scan:
B&W
150 dpi
letter
halftone (none)
brightness 128
contrast 128
duplex
same as pana2 except for duplex
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /12 00 00 00 60 00 (Inquiry)
00011: Data-In /06 00 02 02 5B 00 00 10 4B 2E 4D 2E 45 2E 20 20
00021: 4B 56 2D 53 53 32 35 41 20 20 20 20 20 20 20 20
00031: 31 2E 30 35 00 00 00 00 00 00 00 00 00 00 00 00
00041: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00051: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00061: (000060) 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00071: Status /00 (Good)
00072: Message-In /00 (Cmd Cmplt)
00073: Bus Free
00077: Arbitration /80 (7)
00079: Select w/ATN /C0 (6,7)
0007D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0007E: Command /00 00 00 00 00 00 (Test U Rdy)
00084: Status /00 (Good)
00085: Message-In /00 (Cmd Cmplt)
00086: Bus Free
0008A: Arbitration /80 (7)
0008C: Select w/ATN /C0 (6,7)
00090: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00091: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
0009B: Status /00 (Good)
0009C: Message-In /00 (Cmd Cmplt)
0009D: Bus Free
000A1: Arbitration /80 (7)
000A3: Select w/ATN /C0 (6,7)
000A7: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000A8: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
000B2: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
000C2: 00 00 00 00 00 00 00 00 28 00 00 00 33 90 7F 7F
000D2: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
000E2: 00 00 00 30 00 00 00 00 00 00 28 00 00 00 33 90
000F2: (000048) 00 00 00 00 00 00 00 00
000FA: Status /00 (Good)
000FB: Message-In /00 (Cmd Cmplt)
000FC: Bus Free
00100: Arbitration /80 (7)
00102: Select w/ATN /C0 (6,7)
00106: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00107: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00111: Data-Out/00 00 00 00 00 00 00 40 80 00 00 96 00 96 00 00
00121: 00 00 00 00 00 00 00 00 28 00 00 00 33 90 7F 7F
00131: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00141: 00 00 00 30 00 00 00 00 00 00 28 00 00 00 33 90
00151: (000048) 00 00 00 00 00 00 00 00
00159: Status /00 (Good)
0015A: Message-In /00 (Cmd Cmplt)
0015B: Bus Free
0015F: Arbitration /80 (7)
00161: Select w/ATN /C0 (6,7)
00165: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00166: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
00170: (000010) Data-In /00 00 05 00 00 00 06 72 00 00 00 00 00 00 00 00
00180: Status /00 (Good)
00181: Message-In /00 (Cmd Cmplt)
00182: Bus Free
00186: Arbitration /80 (7)
00188: Select w/ATN /C0 (6,7)
0018C: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0018D: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00197: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001A7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001B7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001C7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001D7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001E7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
001F7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00207: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00217: (008000) 00 00
0021A: Status /00 (Good)
0021B: Message-In /00 (Cmd Cmplt)
0021C: Bus Free
00220: Arbitration /80 (7)
00222: Select w/ATN /C0 (6,7)
00226: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00227: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00231: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00241: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00251: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00261: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00281: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00291: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002A1: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002B1: (008000) 00 00
002B4: Status /00 (Good)
002B5: Message-In /00 (Cmd Cmplt)
002B6: Bus Free
002BA: Arbitration /80 (7)
002BC: Select w/ATN /C0 (6,7)
002C0: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
002C1: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
002CB: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002DB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002EB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
002FB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0030B: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0031B: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0032B: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0033B: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0034B: (008000) 00 00
0034E: Status /00 (Good)
0034F: Message-In /00 (Cmd Cmplt)
00350: Bus Free
00354: Arbitration /80 (7)
00356: Select w/ATN /C0 (6,7)
0035A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0035B: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00365: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00375: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00385: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00395: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003A5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003B5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003C5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003D5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
003E5: (008000) 00 00
003E8: Status /00 (Good)
003E9: Message-In /00 (Cmd Cmplt)
003EA: Bus Free
003EE: Arbitration /80 (7)
003F0: Select w/ATN /C0 (6,7)
003F4: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
003F5: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
003FF: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0040F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0041F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0042F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0043F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0044F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0045F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0046F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0047F: (008000) 00 00
00482: Status /00 (Good)
00483: Message-In /00 (Cmd Cmplt)
00484: Bus Free
00488: Arbitration /80 (7)
0048A: Select w/ATN /C0 (6,7)
0048E: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0048F: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00499: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004A9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004B9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004C9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004D9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004E9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
004F9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00509: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00519: (008000) 00 00
0051C: Status /00 (Good)
0051D: Message-In /00 (Cmd Cmplt)
0051E: Bus Free
00522: Arbitration /80 (7)
00524: Select w/ATN /C0 (6,7)
00528: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00529: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00533: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00543: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00553: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00563: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00573: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00583: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00593: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005A3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005B3: (008000) 00 00
005B6: Status /00 (Good)
005B7: Message-In /00 (Cmd Cmplt)
005B8: Bus Free
005BC: Arbitration /80 (7)
005BE: Select w/ATN /C0 (6,7)
005C2: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
005C3: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
005CD: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005DD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
005ED: 00 00 00 00 00 00 00 00 00 00 30 00 00 00 00 00
005FD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0060D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0061D: 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00
0062D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0
0063D: 1D 3C 1C 9F 87 07 C6 F1 01 F8 C0 33 3F E0 F8 70
0064D: (008000) 06 C0
00650: Status /00 (Good)
00651: Message-In /00 (Cmd Cmplt)
00652: Bus Free
00656: Arbitration /80 (7)
00658: Select w/ATN /C0 (6,7)
0065C: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0065D: Command /28 00 00 00 00 00 00 07 42 00 (Ex Read)
00667: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00677: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00687: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00697: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006A7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006B7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006C7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006D7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
006E7: (000740) 00 00
006EA: Status /02 (Chk Cond)
006EB: Message-In /00 (Cmd Cmplt)
006EC: Bus Free
006F0: Arbitration /80 (7)
006F2: Select w/ATN /C0 (6,7)
006F5: Message-Out/80+(Identify : LUN 0 )
006F6: Message-Out/01+(Ext Msg)
006F7: 03+(Length)
006F8: 01+(SDTR)
006F9: 0C+(Period 48 nsec)
006FB: 0F (Offset 15 xfers)
006FC: Message-In /01 (Ext Msg)
006FD: 03 (Length)
006FE: 01 (SDTR)
006FF: 19 (Period 100 nsec)
00700: 0F (Offset 15 xfers)
00701: Command /03 00 00 00 0E 00 (Req Sense)
00707: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
00715: Status /00 (Good)
00716: Message-In /00 (Cmd Cmplt)
00717: Bus Free
0071B: Arbitration /80 (7)
0071D: Select w/ATN /C0 (6,7)
00721: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00722: Command /28 00 00 00 00 80 00 00 00 00 (Ex Read)
0072C: Status /00 (Good)
0072D: Message-In /00 (Cmd Cmplt)
0072E: Bus Free
00732: Arbitration /80 (7)
00734: Select w/ATN /C0 (6,7)
00738: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00739: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
00743: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00753: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00763: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00773: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00783: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00793: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
007A3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
007B3: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
007C3: (008000) 00 00
007C6: Status /00 (Good)
007C7: Message-In /00 (Cmd Cmplt)
007C8: Bus Free
007CC: Arbitration /80 (7)
007CE: Select w/ATN /C0 (6,7)
007D2: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
007D3: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
007DD: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
007ED: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
007FD: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0080D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0081D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0082D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0083D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0084D: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0085D: (008000) 00 00
00860: Status /00 (Good)
00861: Message-In /00 (Cmd Cmplt)
00862: Bus Free
00866: Arbitration /80 (7)
00868: Select w/ATN /C0 (6,7)
0086C: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0086D: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
00877: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00887: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00897: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
008A7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
008B7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
008C7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
008D7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
008E7: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
008F7: (008000) 00 00
008FA: Status /00 (Good)
008FB: Message-In /00 (Cmd Cmplt)
008FC: Bus Free
00900: Arbitration /80 (7)
00902: Select w/ATN /C0 (6,7)
00906: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00907: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
00911: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00921: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00931: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00941: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00951: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00961: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00971: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00981: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00991: (008000) 00 00
00994: Status /00 (Good)
00995: Message-In /00 (Cmd Cmplt)
00996: Bus Free
0099A: Arbitration /80 (7)
0099C: Select w/ATN /C0 (6,7)
009A0: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
009A1: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
009AB: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
009BB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
009CB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
009DB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
009EB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
009FB: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A0B: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A1B: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20
00A2B: (008000) 00 00
00A2E: Status /00 (Good)
00A2F: Message-In /00 (Cmd Cmplt)
00A30: Bus Free
00A34: Arbitration /80 (7)
00A36: Select w/ATN /C0 (6,7)
00A3A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00A3B: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
00A45: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A55: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A65: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A75: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A85: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00A95: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00AA5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00AB5: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00AC5: (008000) 00 00
00AC8: Status /00 (Good)
00AC9: Message-In /00 (Cmd Cmplt)
00ACA: Bus Free
00ACE: Arbitration /80 (7)
00AD0: Select w/ATN /C0 (6,7)
00AD4: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00AD5: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
00ADF: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00AEF: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00AFF: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B0F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B1F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B2F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B3F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B4F: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B5F: (008000) 00 00
00B62: Status /00 (Good)
00B63: Message-In /00 (Cmd Cmplt)
00B64: Bus Free
00B68: Arbitration /80 (7)
00B6A: Select w/ATN /C0 (6,7)
00B6E: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00B6F: Command /28 00 00 00 00 80 00 80 00 00 (Ex Read)
00B79: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B89: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00B99: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00BA9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00BB9: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00BC9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00BD9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00BE9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00BF9: (008000) 00 00
00BFC: Status /00 (Good)
00BFD: Message-In /00 (Cmd Cmplt)
00BFE: Bus Free
00C02: Arbitration /80 (7)
00C04: Select w/ATN /C0 (6,7)
00C08: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00C09: Command /28 00 00 00 00 80 00 07 42 00 (Ex Read)
00C13: Data-In /00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C23: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C33: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C43: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C53: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C63: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C73: 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C83: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00C93: (000740) 00 00
00C96: Status /02 (Chk Cond)
00C97: Message-In /00 (Cmd Cmplt)
00C98: Bus Free
00C9C: Arbitration /80 (7)
00C9E: Select w/ATN /C0 (6,7)
00CA1: Message-Out/80+(Identify : LUN 0 )
00CA2: Message-Out/01+(Ext Msg)
00CA3: 03+(Length)
00CA4: 01+(SDTR)
00CA5: 0C+(Period 48 nsec)
00CA7: 0F (Offset 15 xfers)
00CA8: Message-In /01 (Ext Msg)
00CA9: 03 (Length)
00CAA: 01 (SDTR)
00CAB: 19 (Period 100 nsec)
00CAC: 0F (Offset 15 xfers)
00CAD: Command /03 00 00 00 0E 00 (Req Sense)
00CB3: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
00CC1: Status /00 (Good)
00CC2: Message-In /00 (Cmd Cmplt)
00CC3: Bus Free
00CC7: Arbitration /80 (7)
00CC9: Select w/ATN /C0 (6,7)
00CCD: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00CCE: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00CD8: Status /00 (Good)
00CD9: Message-In /00 (Cmd Cmplt)
00CDA: Bus Free
00CDE: Arbitration /80 (7)
00CE0: Select w/ATN /C0 (6,7)
00CE4: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00CE5: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00CEF: Status /00 (Good)
00CF0: Message-In /00 (Cmd Cmplt)
00CF1: Bus Free

Wyświetl plik

@ -0,0 +1,267 @@
KV-SS25 Scan:
grayscale 4
300 dpi
letbusiness card
brightness 78
contrast 102
simplex
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /00 00 00 00 00 00 (Test U Rdy)
00011: Status /00 (Good)
00012: Message-In /00 (Cmd Cmplt)
00013: Bus Free
00017: Arbitration /80 (7)
00019: Select w/ATN /C0 (6,7)
0001D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0001E: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00028: Status /00 (Good)
00029: Message-In /00 (Cmd Cmplt)
0002A: Bus Free
0002E: Arbitration /80 (7)
00030: Select w/ATN /C0 (6,7)
00034: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 01 2C 01 2C 00 00
0004F: 00 00 00 00 00 00 00 00 0A 80 00 00 10 CC B1 B1
0005F: 66 02 04 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0A 80 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
00087: Status /00 (Good)
00088: Message-In /00 (Cmd Cmplt)
00089: Bus Free
0008D: Arbitration /80 (7)
0008F: Select w/ATN /C0 (6,7)
00093: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00094: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
0009E: (000010) Data-In /00 00 02 A0 00 00 04 33 00 00 00 00 00 00 00 00
000AE: Status /00 (Good)
000AF: Message-In /00 (Cmd Cmplt)
000B0: Bus Free
000B4: Arbitration /80 (7)
000B6: Select w/ATN /C0 (6,7)
000BA: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000BB: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
000C5: Data-In /BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
000D5: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
000E5: AB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
000F5: BB AB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00105: BB BB BB BB BB BB BA BB BB BB BB BB BB BB BB BB
00115: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00125: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00135: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00145: (008000) BB BB
00148: Status /00 (Good)
00149: Message-In /00 (Cmd Cmplt)
0014A: Bus Free
0014E: Arbitration /80 (7)
00150: Select w/ATN /C0 (6,7)
00154: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00155: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0015F: Data-In /BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0016F: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0017F: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0018F: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0019F: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
001AF: BB BB BB BB BB BB BB BB BB BB BB BA BB BB BB BB
001BF: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
001CF: BB BA BB BB BB AA BB BB BA AB BA BB BB AB BB BA
001DF: (008000) AB BB
001E2: Status /00 (Good)
001E3: Message-In /00 (Cmd Cmplt)
001E4: Bus Free
001E8: Arbitration /80 (7)
001EA: Select w/ATN /C0 (6,7)
001EE: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
001EF: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
001F9: Data-In /BB BB BB AB AB BA BB BB BB BB BB BB BB BB BB BB
00209: BB BB AA BB BB BB AA AB BA AA BB BB BB BB AB BB
00219: BB BB BB BB BB BB BB BB BB AA BA BB BB BB AB BB
00229: BB BB BB BB BA BB AA BB BB BB BB BB BB BB BB BB
00239: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00249: BB BB BB BB BB BB BB BB BB BB BB BA BB BB BB BB
00259: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00269: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00279: (008000) BB BB
0027C: Status /00 (Good)
0027D: Message-In /00 (Cmd Cmplt)
0027E: Bus Free
00282: Arbitration /80 (7)
00284: Select w/ATN /C0 (6,7)
00288: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00289: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00293: Data-In /BA BB BB BB BB AB BB BB BB BB BA BB BB BB BB BB
002A3: BB BB BB BB BA BB BB BB BB BB BB BB BB BB AB BA
002B3: BB BB BB BB BB BB AA BA BB AA BA BB BB BB BB BB
002C3: BB BB AB AA BB BB AB BA BB BA BB AA AB AA BB BB
002D3: BB BA BB BB AA BB BB AA AB AA BA AA BA BB AA BB
002E3: BA BA BB BA BB BB BB BB BA AA BA BB BB BB AB BB
002F3: BB BA BB AB BA BB AB BB BB BB BB BB BB BB BB BB
00303: BB BB BA BB BB BA BB BB BB BB BB BA BA AB BB BB
00313: (008000) BB BB
00316: Status /00 (Good)
00317: Message-In /00 (Cmd Cmplt)
00318: Bus Free
0031C: Arbitration /80 (7)
0031E: Select w/ATN /C0 (6,7)
00322: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00323: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0032D: Data-In /BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0033D: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0034D: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0035D: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0036D: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0037D: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0038D: BB BB BB BB BB BB BB AB BB BB BB BB BB BB BB AB
0039D: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
003AD: (008000) BB BB
003B0: Status /00 (Good)
003B1: Message-In /00 (Cmd Cmplt)
003B2: Bus Free
003B6: Arbitration /80 (7)
003B8: Select w/ATN /C0 (6,7)
003BC: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
003BD: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
003C7: Data-In /BB AB BB BB BB AB BA BB BB BB BB BB BB BB BB BB
003D7: BB BB BB BB BB AA BB BB BB BB BB AB BB BB BA AB
003E7: BB BB AB BA BB BB BB AB BB BB BB AB BB BA BB AB
003F7: BB BB BB BB BB AB BA BB AB BB BB BB BA BB AB BB
00407: BB BB BB BB BB BB AB BB BB BB BB BB BB BB BB BB
00417: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00427: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00437: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00447: (008000) BB BB
0044A: Status /00 (Good)
0044B: Message-In /00 (Cmd Cmplt)
0044C: Bus Free
00450: Arbitration /80 (7)
00452: Select w/ATN /C0 (6,7)
00456: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00457: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00461: Data-In /BB BB BB BB BB BB BB BB BB BB BB BB AB BB BB AA
00471: BB BA BB BB BB BB BB BB BB BB BB BB BB BB BB AB
00481: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00491: BB BB BB BB BB BB BB BB BB BA BB AB BB BB BB BA
004A1: BB BB BB BB BB BB BB BB AB BB BB BB BB BB BB BB
004B1: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
004C1: BB BB BB BB BA BB BB BB BA BB BB BB BB BB BB BA
004D1: BB BB BB BB BB BB BB BB BB BB BB BB AB BB BB BB
004E1: (008000) BB BB
004E4: Status /00 (Good)
004E5: Message-In /00 (Cmd Cmplt)
004E6: Bus Free
004EA: Arbitration /80 (7)
004EC: Select w/ATN /C0 (6,7)
004F0: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
004F1: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
004FB: Data-In /BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0050B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0051B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0052B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0053B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0054B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0055B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0056B: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
0057B: (008000) BB BB
0057E: Status /00 (Good)
0057F: Message-In /00 (Cmd Cmplt)
00580: Bus Free
00584: Arbitration /80 (7)
00586: Select w/ATN /C0 (6,7)
0058A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0058B: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00595: Data-In /AB BB BB AA BB AB BA AB BA BB BB BB BA BB AB BB
005A5: BB BB BB BB BB BB BB BA AB BB BB BB BB BB BB BB
005B5: BA BB BB BB BB BB BB BB BB BB BB AB BB BB BA AB
005C5: BA BA BB BB BB BA BB BB BB BB AB BA BB BA BB BB
005D5: BB BB BA AB BB BB BB BB AB BA BB BB BB AB BA BB
005E5: BB AB AB BB BB BB BB BB AA BA BB BB BB AB BA AA
005F5: BB AB BA BB BB BB AB AB AA BB AA BB BB BB AB AA
00605: 08 60 BA BB BA BB BA BA BA AA BB BA AB BB BB BB
00615: (008000) BB BB
00618: Status /00 (Good)
00619: Message-In /00 (Cmd Cmplt)
0061A: Bus Free
0061E: Arbitration /80 (7)
00620: Select w/ATN /C0 (6,7)
00624: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00625: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0062F: Data-In /BB BB AB AA BA BB BB AB BA BB BB BB BB BB BB BB
0063F: BB BB AB BB BB BB AB BA AB BA BA BA BA AB AB AA
0064F: BB AB BB BB BB AA 15 10 11 22 73 BA BA BB BB BB
0065F: BB BB BB AB BB BB AB BB AB BB BB BB BB 7B 11 22
0066F: 54 97 BA BB BB BB AB AB AA BB BA AB BB BB BB BB
0067F: BB BB BB BB BB BA BB BB BB BB BB BB BC 04 11 52
0068F: AB BA BB BB BA AB BA BA BB BB BB BA BB BB BB BB
0069F: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
006AF: (008000) BB BB
006B2: Status /00 (Good)
006B3: Message-In /00 (Cmd Cmplt)
006B4: Bus Free
006B8: Arbitration /80 (7)
006BA: Select w/ATN /C0 (6,7)
006BE: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
006BF: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
006C9: Data-In /BB AB BB BB 05 92 BB BB AB 15 11 A2 AB BA AB 29
006D9: 11 61 BB BB BB BB BB BB BB AB AB 14 11 21 44 43
006E9: 44 54 14 11 B6 AB BA 18 71 BA BB BB 15 11 92 BA
006F9: BB AB 9B 13 11 B7 BB AA AA 37 95 AA BB 17 11 11
00709: 33 43 34 33 12 11 92 AB AA BB AB AB BB BB AB AA
00719: 8B 11 11 A3 BB BB BB BB BB BB BB BB AB BA AA AB
00729: 14 71 BB BB BB BB BB BB BB BA BB BB AB BB BB BB
00739: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00749: (008000) BB BB
0074C: Status /00 (Good)
0074D: Message-In /00 (Cmd Cmplt)
0074E: Bus Free
00752: Arbitration /80 (7)
00754: Select w/ATN /C0 (6,7)
00758: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00759: Command /28 00 00 00 00 00 00 02 F2 00 (Ex Read)
00763: Data-In /BB BB BB BB BB BB BB BA BB BB BB BB BB BB BB AB
00773: BA BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00783: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
00793: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
007A3: BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB BB
007B3: A8 BB BB BB AB 9A 57 33 64 88 88 A8 BB BB BB BB
007C3: 8A 57 45 65 A9 BB BB BB BA BA 8A A8 AA AA 79 55
007D3: 86 BA BB AA AA BB 14 11 A6 AA 7A 66 65 97 BB AB
007E3: (0002F0) BB BB
007E6: Status /02 (Chk Cond)
007E7: Message-In /00 (Cmd Cmplt)
007E8: Bus Free
007EC: Arbitration /80 (7)
007EE: Select w/ATN /C0 (6,7)
007F1: Message-Out/80+(Identify : LUN 0 )
007F2: Message-Out/01+(Ext Msg)
007F3: 03+(Length)
007F4: 01+(SDTR)
007F5: 0C+(Period 48 nsec)
007F7: 0F (Offset 15 xfers)
007F8: Message-In /01 (Ext Msg)
007F9: 03 (Length)
007FA: 01 (SDTR)
007FB: 19 (Period 100 nsec)
007FC: 0F (Offset 15 xfers)
007FD: Command /03 00 00 00 0E 00 (Req Sense)
00803: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
00811: Status /00 (Good)
00812: Message-In /00 (Cmd Cmplt)
00813: Bus Free
00817: Arbitration /80 (7)
00819: Select w/ATN /C0 (6,7)
0081D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0081E: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00828: Status /00 (Good)
00829: Message-In /00 (Cmd Cmplt)
0082A: Bus Free
0082E: Arbitration /80 (7)
00830: Select w/ATN /C0 (6,7)
00834: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00835: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
0083F: Status /00 (Good)
00840: Message-In /00 (Cmd Cmplt)
00841: Bus Free
00842: --- End of Trace ---

Wyświetl plik

@ -0,0 +1,316 @@
KV-SS25 Scan:
grayscale 8 bits
240 dpi
business card
brightness 189
contrast 165
simplex
00004: Arbitration /80 (7)
00006: Select w/ATN /C0 (6,7)
0000A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0000B: Command /00 00 00 00 00 00 (Test U Rdy)
00011: Status /00 (Good)
00012: Message-In /00 (Cmd Cmplt)
00013: Bus Free
00017: Arbitration /80 (7)
00019: Select w/ATN /C0 (6,7)
0001D: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0001E: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00028: Status /00 (Good)
00029: Message-In /00 (Cmd Cmplt)
0002A: Bus Free
0002E: Arbitration /80 (7)
00030: Select w/ATN /C0 (6,7)
00034: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 F0 00 F0 00 00
0004F: 00 00 00 00 00 00 00 00 0A A0 00 00 10 CC 42 42
0005F: A5 02 08 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0A A0 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
00087: Status /00 (Good)
00088: Message-In /00 (Cmd Cmplt)
00089: Bus Free
0008D: Arbitration /80 (7)
0008F: Select w/ATN /C0 (6,7)
00093: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00094: Command /28 00 80 00 00 00 00 00 10 00 (Ex Read)
0009E: (000010) Data-In /00 00 02 20 00 00 03 5C 00 00 00 00 00 00 00 00
000AE: Status /00 (Good)
000AF: Message-In /00 (Cmd Cmplt)
000B0: Bus Free
000B4: Arbitration /80 (7)
000B6: Select w/ATN /C0 (6,7)
000BA: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
000BB: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
000C5: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
000D5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
000E5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
000F5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00105: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00115: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00125: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00135: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00145: (008000) FF FF
00148: Status /00 (Good)
00149: Message-In /00 (Cmd Cmplt)
0014A: Bus Free
0014E: Arbitration /80 (7)
00150: Select w/ATN /C0 (6,7)
00154: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00155: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0015F: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0016F: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0017F: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0018F: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0019F: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
001AF: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
001BF: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
001CF: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
001DF: (008000) FF FF
001E2: Status /00 (Good)
001E3: Message-In /00 (Cmd Cmplt)
001E4: Bus Free
001E8: Arbitration /80 (7)
001EA: Select w/ATN /C0 (6,7)
001EE: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
001EF: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
001F9: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00209: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00219: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00229: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00239: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00249: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00259: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00269: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00279: (008000) FF FF
0027C: Status /00 (Good)
0027D: Message-In /00 (Cmd Cmplt)
0027E: Bus Free
00282: Arbitration /80 (7)
00284: Select w/ATN /C0 (6,7)
00288: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00289: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00293: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
002A3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
002B3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
002C3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
002D3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
002E3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
002F3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00303: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00313: (008000) FF FF
00316: Status /00 (Good)
00317: Message-In /00 (Cmd Cmplt)
00318: Bus Free
0031C: Arbitration /80 (7)
0031E: Select w/ATN /C0 (6,7)
00322: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00323: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0032D: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0033D: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0034D: 67 6B 79 79 6C 60 64 68 69 73 6D 65 6E 76 6D 64
0035D: 64 6B 79 5F 5E 6D 72 70 6A 66 5D 60 67 66 61 5E
0036D: 5C 63 6B 62 4F 50 60 57 5B 55 4D 5F 5A 59 5E 61
0037D: 61 55 59 5F 5B 5C 60 5C 5A 61 59 50 59 52 4E 50
0038D: 50 51 50 4E 72 6D 56 52 4E 55 5D 4E 4A 56 5B 57
0039D: 53 56 58 52 4D 55 54 50 54 51 4F 56 5B 5C 48 4A
003AD: (008000) 4A 47
003B0: Status /00 (Good)
003B1: Message-In /00 (Cmd Cmplt)
003B2: Bus Free
003B6: Arbitration /80 (7)
003B8: Select w/ATN /C0 (6,7)
003BC: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
003BD: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
003C7: Data-In /4E 52 52 99 FA FF FF FF FF FF FF FF FF 85 55 53
003D7: 5C 5F 60 5E 60 B7 FF FF FF FF FF A2 4A 4B 5C 4C
003E7: 62 E1 FF FF FF FF 7A 43 62 63 5F 4E 64 ED FF FF
003F7: 84 5E 66 67 6C 5B 47 98 FF FF F8 CB 7A 4E 8E FF
00407: FF B1 63 55 56 55 4C 61 E9 FF FF FF FF FF FF FF
00417: FF E5 90 49 53 5C 5B 51 51 5D A3 FC FF FF FF FF
00427: EC 70 5F 62 61 6A 67 52 84 FF FF B6 5C 57 65 69
00437: 6F 69 65 A6 FF FF 94 60 64 6C 6F 6F 68 73 EC FF
00447: (008000) FF FF
0044A: Status /00 (Good)
0044B: Message-In /00 (Cmd Cmplt)
0044C: Bus Free
00450: Arbitration /80 (7)
00452: Select w/ATN /C0 (6,7)
00456: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00457: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00461: Data-In /1E 73 FF FF FF FF FF FF FF E6 53 22 5B EE FF FF
00471: FF FF FF FF E2 4B C5 FF FF FF FF FF D0 3D 1C 44
00481: ED FF FF FF FF FF E2 33 1C 6C F1 FF FF FF FF FF
00491: FF FF FF FF FF FF FF FF FF FF FF FF FF FF 70 19
004A1: C9 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
004B1: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
004C1: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
004D1: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
004E1: (008000) FF FF
004E4: Status /00 (Good)
004E5: Message-In /00 (Cmd Cmplt)
004E6: Bus Free
004EA: Arbitration /80 (7)
004EC: Select w/ATN /C0 (6,7)
004F0: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
004F1: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
004FB: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0050B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0051B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0052B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0053B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0054B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0055B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0056B: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0057B: (008000) FF FF
0057E: Status /00 (Good)
0057F: Message-In /00 (Cmd Cmplt)
00580: Bus Free
00584: Arbitration /80 (7)
00586: Select w/ATN /C0 (6,7)
0058A: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0058B: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00595: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
005A5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
005B5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
005C5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
005D5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
005E5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
005F5: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00605: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00615: (008000) FF FF
00618: Status /00 (Good)
00619: Message-In /00 (Cmd Cmplt)
0061A: Bus Free
0061E: Arbitration /80 (7)
00620: Select w/ATN /C0 (6,7)
00624: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00625: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
0062F: Data-In /FF E4 46 1E 66 F8 FF FF FF FF FF FF FF FF E1 39
0063F: 2B 3E BA FF FF FF FF 78 20 38 D7 FF FF FF FF FF
0064F: FF FF E5 3B 2C 3E B3 FF FF FF FF 68 14 45 E3 FF
0065F: FF FF FF FF FF A5 31 2C A2 FF FF FF FF FF FF E9
0066F: 3F 13 66 FF FF FF FF FF FF FF FF FF F3 4B 83 FF
0067F: 81 23 3C E2 FF FF B8 1C AD F2 71 24 41 CB FF FF
0068F: FF FF FF FF FF FF FF FF FF FF FF FF FF FF EE F9
0069F: FF FF FF FF FF FF FF FF FF FF A3 28 24 75 FF FF
006AF: (008000) FF FF
006B2: Status /00 (Good)
006B3: Message-In /00 (Cmd Cmplt)
006B4: Bus Free
006B8: Arbitration /80 (7)
006BA: Select w/ATN /C0 (6,7)
006BE: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
006BF: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
006C9: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
006D9: FF EE FB FF FF FF FF FF FF ED C7 FB FF FF FF F1
006E9: FF FF FF FF FF FF FF FF FF FF FF FF E1 A9 A8 F3
006F9: FF FF FF FF FF FF FF FF FF FF 9A AC FF FF FF FF
00709: FF FF FF FF FF A1 40 36 2F 79 FF FF FF FF FF FF
00719: FF FF FF FF FF FF FF FF FF FF FF FF FF CF 26 6E
00729: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00739: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00749: (008000) FF FF
0074C: Status /00 (Good)
0074D: Message-In /00 (Cmd Cmplt)
0074E: Bus Free
00752: Arbitration /80 (7)
00754: Select w/ATN /C0 (6,7)
00758: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00759: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00763: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00773: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00783: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00793: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
007A3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
007B3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
007C3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
007D3: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
007E3: (008000) FF FF
007E6: Status /00 (Good)
007E7: Message-In /00 (Cmd Cmplt)
007E8: Bus Free
007EC: Arbitration /80 (7)
007EE: Select w/ATN /C0 (6,7)
007F2: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
007F3: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
007FD: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0080D: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0081D: FF FF FF A6 4B E1 FF FF FF FF FF FF FF FF FF FF
0082D: FC 6D 1F 40 FF FF FF FF FF FF FF FF FF FF FF FF
0083D: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0084D: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0085D: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0086D: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
0087D: (008000) FF FF
00880: Status /00 (Good)
00881: Message-In /00 (Cmd Cmplt)
00882: Bus Free
00886: Arbitration /80 (7)
00888: Select w/ATN /C0 (6,7)
0088C: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
0088D: Command /28 00 00 00 00 00 00 80 00 00 (Ex Read)
00897: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
008A7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
008B7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
008C7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
008D7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
008E7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
008F7: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00907: FF FF FF FF FF FF FF FF FF C9 47 32 4E 53 49 62
00917: (008000) F6 FF
0091A: Status /00 (Good)
0091B: Message-In /00 (Cmd Cmplt)
0091C: Bus Free
00920: Arbitration /80 (7)
00922: Select w/ATN /C0 (6,7)
00926: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00927: Command /28 00 00 00 00 00 00 23 82 00 (Ex Read)
00931: Data-In /FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00941: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00951: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00961: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00971: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00981: FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
00991: FF FF FF FF D6 4E 3E 37 46 E1 FF FF FF FF FF FF
009A1: FF FF FF FF FF FF FF FF FF FF FF FF FF BF 43 A3
009B1: (002380) FF FF
009B4: Status /02 (Chk Cond)
009B5: Message-In /00 (Cmd Cmplt)
009B6: Bus Free
009BB: Arbitration /80 (7)
009BD: Select w/ATN /C0 (6,7)
009C0: Message-Out/80+(Identify : LUN 0 )
009C1: Message-Out/01+(Ext Msg)
009C2: 03+(Length)
009C3: 01+(SDTR)
009C4: 0C+(Period 48 nsec)
009C6: 0F (Offset 15 xfers)
009C7: Message-In /01 (Ext Msg)
009C8: 03 (Length)
009C9: 01 (SDTR)
009CA: 19 (Period 100 nsec)
009CB: 0F (Offset 15 xfers)
009CC: Command /03 00 00 00 0E 00 (Req Sense)
009D2: (00000E) Data-In /F0 00 60 00 00 00 02 0A 00 00 00 00 00 00
009E0: Status /00 (Good)
009E1: Message-In /00 (Cmd Cmplt)
009E2: Bus Free
009E6: Arbitration /80 (7)
009E8: Select w/ATN /C0 (6,7)
009EC: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
009ED: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
009F7: Status /00 (Good)
009F8: Message-In /00 (Cmd Cmplt)
009F9: Bus Free
009FD: Arbitration /80 (7)
009FF: Select w/ATN /C0 (6,7)
00A03: Message-Out/C0 (Identify : LUN 0 Disconnect OK)
00A04: Command /24 00 00 00 00 00 00 00 00 00 (Set Window)
00A0E: Status /00 (Good)
00A0F: Message-In /00 (Cmd Cmplt)
00A10: Bus Free
00A11: --- End of Trace ---

Wyświetl plik

@ -0,0 +1,42 @@
BW, 150
halftone pattern = Bayer 64
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 42 42
0005F: A5 01 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
halftone pattern = Bayer 16
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 42 42
0005F: A5 01 01 00 01 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
halftone pattern = Dot 32
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 42 42
0005F: A5 01 01 00 02 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
halftone pattern = Dot 64
0024B: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00255: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00265: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 42 42
00275: A5 01 01 00 03 00 00 00 00 00 00 00 00 00 00 00
00285: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
00295: (000048) 00 00 00 00 00 00 00 00
halftone pattern = Error diffusion
00461: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0046B: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0047B: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 42 42
0048B: A5 01 01 00 04 00 00 00 00 00 00 00 00 00 00 00
0049B: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
004AB: (000048) 00 00 00 00 00 00 00 00

Wyświetl plik

@ -0,0 +1,36 @@
BW, 150, BC
auto ? = none
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
0005F: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
auto ? = mode 1
0024B: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00255: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00265: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 00 00
00275: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00285: 00 00 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC
00295: (000048) 00 00 80 00 00 00 00 00
auto ? = mode 2
00461: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0046B: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0047B: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 00 00
0048B: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0049B: 00 00 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC
004AB: (000048) 00 00 81 00 00 00 00 00
auto ? = mode 3
00677: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00681: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00691: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 00 00
006A1: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
006B1: 00 00 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC
006C1: (000048) 00 00 82 00 00 00 00 00

Wyświetl plik

@ -0,0 +1,83 @@
BW, 150 dpi
normal
00035: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0003F: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0004F: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
0005F: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0006F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0007F: (000048) 00 00 00 00 00 00 00 00
reserve image
0024B: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00255: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00265: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
00275: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00285: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
00295: (000048) 00 00 00 00 00 00 00 00
automatic separation
00461: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0046B: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0047B: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
0048B: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0049B: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
004AB: (000048) 00 00 00 80 00 00 00 00
white level = from paper
00677: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00681: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00691: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
006A1: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
006B1: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
006C1: (000048) 00 00 00 00 80 00 00 00
white level = automatic
0088D: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00897: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
008A7: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
008B7: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
008C7: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
008D7: (000048) 00 00 00 00 81 00 00 00
noise reduction = 1x1
00AA3: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00AAD: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00ABD: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
00ACD: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00ADD: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
00AED: (000048) 00 00 00 00 00 01 00 00
noise reduction = 2x2
00CB9: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00CC3: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00CD3: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
00CE3: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00CF3: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
00D03: (000048) 00 00 00 00 00 02 00 00
noise reduction = 3x3
00ECF: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
00ED9: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00EE9: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
00EF9: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00F09: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
00F19: (000048) 00 00 00 00 00 03 00 00
noise reduction = 4x4
010E5: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
010EF: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
010FF: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
0110F: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0111F: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
0112F: (000048) 00 00 00 00 00 04 00 00
noise reduction = 5x5
012FB: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
01305: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
01315: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
01325: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
01335: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
01345: (000048) 00 00 00 00 00 05 00 00

Wyświetl plik

@ -0,0 +1,48 @@
BW, 150 dpi
image emphasis = smooth
000A8: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
000B2: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
000C2: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
000D2: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
000E2: 00 00 00 80 00 00 00 00 00 00 0B 00 00 00 10 CC
000F2: (000048) 00 00 00 00 00 00 00 00
image emphasis = none
002BE: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
002C8: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
002D8: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
002E8: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
002F8: 00 00 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC
00308: (000048) 00 00 00 00 00 00 00 00
image emphasis = low
004D4: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
004DE: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
004EE: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
004FE: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0050E: 00 00 00 01 00 00 00 00 00 00 0B 00 00 00 10 CC
0051E: (000048) 00 00 00 00 00 00 00 00
image emphasis = medium
006EA: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
006F4: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
00704: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
00714: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
00724: 00 00 00 30 00 00 00 00 00 00 0B 00 00 00 10 CC
00734: (000048) 00 00 00 00 00 00 00 00
image emphasis = high
00900: Command /24 00 00 00 00 00 00 00 48 00 (Set Window)
0090A: Data-Out/00 00 00 00 00 00 00 40 00 00 00 96 00 96 00 00
0091A: 00 00 00 00 00 00 00 00 0B 00 00 00 10 CC 7F 7F
0092A: 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
0093A: 00 00 00 50 00 00 00 00 00 00 0B 00 00 00 10 CC
0094A: (000048) 00 00 00 00 00 00 00 00

Wyświetl plik

@ -0,0 +1,147 @@
.TH sane-matsushita 5 "04 March 2002"
.IX sane-matsushita
.SH NAME
sane-matsushita - SANE backend for Panasonic KV-SS high speed scanners
.SH DESCRIPTION
The
.B sane-matsushita
library implements a SANE (Scanner Access Now Easy) backend that
provides access to some Panasonic KV-SS high speed scanners. This
backend should be considered beta quality.
.PP
At present, the following scanners are known to work with this
backend:
.PP
.RS
Product id
.br
--------------
.br
KV-SS 25
.RE
.PP
Other Panasonic high speed scanners may or may not work with that backend.
Valid command line options and their syntax can be listed by using
.RS
scanimage --help -d matsushita
.RE
.TP
.B Scan Mode
.TP
.B --mode
selects the basic mode of operation of the scanner.
.TP
.B --resolution
selects the resolution for a scan. Each model supports all or a subset of these resolutions: 100, 150, 200, 240, 300, 360, 400.
.TP
.B --duplex
indicates whether to scan both side of the sheet.
.TP
.B --feeder-mode
selects the number of pages to scan (one or until the tray is empty).
.TP
.B Geometry
.TP
.B --paper_size A4|...|Legal|Letter [A4]
options selects the area to scan. It adjust the
.TP
.B -l -t -x -y
options accordingly. It does not need to be the real size of the paper.
.TP
.B -l -t -x -y
control the scan area: -l sets the top left x coordinate, -t the top
left y coordinate, -x selects the width and -y the height of the scan
aea. All parameters are specified in milimeters. It is possible to use
the option
.I --paper-size
instead.
.TP
.B Enhancement
.TP
.B --brightness
controls the brightness of the acquired image. It steps varies from 1 to 255, or less, depending on the scanner model.
.TP
.B --contrast
controls the contrast of the acquired image. Some models do not support that option.
.TP
.B --automatic-threshold
automatically sets brightness, contrast, white level, gamma, noise reduction and image emphasis. These option are not available when automatic-threshold is in use.
.TP
.B --halftone-pattern
option sets the tonal gradation for the halftone mode. The pattern downloading is not implemented by the backend.
.TP
.B --autoseparation
provides automatic separation of text and images.
.TP
.B --white-level
option indicate the source of the white base.
.TP
.B --noise-reduction
reduce the isolated dot noise. This option is not supported by all scanners.
.TP
.B --image-emphasis
option sets the image emphasis. Some selection are not available on all scanners.
.TP
.B --gamma
options set the gamma curve. It is only valid for Gray modes, and is not available on all scanners. The gamma downloading is not implemented by the backend.
.SH CONFIGURATION FILE
The configuration file @CONFIGDIR@/matsushita.conf supports the device name to use (eg /dev/scanner) and the scsi option to autodetect the scanners supported.
.SH FILES
.TP
.I @LIBDIR@/libsane-matsushita.a
The static library implementing this backend.
.TP
.I @LIBDIR@/libsane-matsushita.so
The shared library implementing this backend (present on systems that
support dynamic loading).
.SH ENVIRONMENT
.TP
.B SANE_DEBUG_MATSUSHITA
If the library was compiled with debug support enabled, this
environment variable controls the debug level for this backend. E.g.,
a value of 128 requests all debug output to be printed. Smaller
levels reduce verbosity.
.SH LIMITATIONS
.TP
.B Pattern and gamma downloading
The scanner, with the proper firmware, can download a halftone pattern
and a gamma table. This is not implemented.
.TP
.B Sub-areas
The scanner can support up to 3 sub-areas on each side to define some
more precise enhancment options. This is not implemented.
.TP
.B Duplex mode
The backend does not support the setting of different options for each side. The scan will occur with the same options (halftone pattern, brightness, image emphasis) for both sides.
.SH BUGS
None known.
.SH "SEE ALSO"
sane\-scsi(5), scanimage(1), xscanimage(1), xsane(1), sane(7)
.SH AUTHOR
The package is actively maintained by Frank Zago.

Wyświetl plik

@ -170,6 +170,10 @@ by HP). See sane-hp(5) for details.
This backend supports the Fujitsu M3096Gm flatbed scanner. See sane-fujitsu(5)
for details.
.TP
.B matsushita
This backend supports some Panasonic KVSS high speed scanners. See
sane-matsushita(5) for details.
.TP
.B microtek
The microtek backend provides access to the "second generation" Microtek
scanners with SCSI-1 command set. See sane-microtek(5) for details.

Wyświetl plik

@ -5,6 +5,7 @@ all: check-mo
# Create one line per backend with all files containing translatable text:
epson.*.po: ../backend/epson.c ../backend/epson.h
matsushita.*.po: ../backend/matsushita.c ../backend/matsushita.h
mustek.*.po: ../backend/mustek.c
mustek_usb.*.po: ../backend/mustek_usb.c
plustek.*.po: ../backend/plustek.c ../backend/plustek.h
@ -52,7 +53,7 @@ ALL_LINGUAS = $(sort $(subst .,,$(suffix $(basename $(ALL_POS)))))
DISTCLEAN_FILES = @DISTCLEAN_FILES@
DISTFILES = Makefile.in README epson.de.po mustek.de.po \
DISTFILES = Makefile.in README epson.de.po mustek.de.po matsushita.fr.po \
mustek_usb.de.po plustek.de.po pnm.de.po saneopts.de.po saneopts.fr.po \
sceptre.fr.po umax.de.po umax.fr.po snapscan.de.po

194
po/matsushita.fr.po 100644
Wyświetl plik

@ -0,0 +1,194 @@
# Translation file for common options from the file saneopts.h
# language: french (de)
#
# Copyright (C) 2002 Frank Zago
# Permission is granted to copy, distribute and/or modify this document
# under the terms of the GNU Free Documentation License, Version 1.1
# or any later version published by the Free Software Foundation;
# with no Invariant Sections, with no Front-Cover Texts, and with
# no Back-Cover.
# A copy of the license is included in the section entitled "GNU
# Free Documentation License".
msgid ""
msgstr ""
"Project-Id-Version: sane-backends 1.0.7\n"
"POT-Creation-Date: 2002-03-06 17:27-0600\n"
"PO-Revision-Date: 2002-03-03 22:35-0600\n"
"Last-Translator: Frank Zago <fzago@greshamstorage.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=iso-8859-1\n"
"Content-Transfer-Encoding: 8bit\n"
#: .tmp/matsushita.c:139 .tmp/matsushita.c:160 .tmp/matsushita.c:192
#: .tmp/matsushita.c:214
msgid "None"
msgstr "Aucune"
#: .tmp/matsushita.c:140
msgid "Bayer Dither 16"
msgstr ""
#: .tmp/matsushita.c:141
msgid "Bayer Dither 64"
msgstr ""
#: .tmp/matsushita.c:142
msgid "Halftone Dot 32"
msgstr ""
#: .tmp/matsushita.c:143
msgid "Halftone Dot 64"
msgstr ""
#: .tmp/matsushita.c:144
msgid "Error Diffusion"
msgstr ""
#: .tmp/matsushita.c:161
msgid "Mode 1"
msgstr "Mode 1"
#: .tmp/matsushita.c:162
msgid "Mode 2"
msgstr "Mode 2"
#: .tmp/matsushita.c:163
msgid "Mode 3"
msgstr "Mode 3"
#: .tmp/matsushita.c:177
msgid "From white stick"
msgstr "Point blanc"
#: .tmp/matsushita.c:178
msgid "From paper"
msgstr "Papier"
#: .tmp/matsushita.c:179
msgid "Automatic"
msgstr "Automatique"
#: .tmp/matsushita.c:213
msgid "Smooth"
msgstr "Lisse"
#: .tmp/matsushita.c:215 .tmp/matsushita.c:230
msgid "Low"
msgstr "Bas"
#: .tmp/matsushita.c:216 .tmp/matsushita.c:231 .tmp/matsushita.c:1165
msgid "Medium"
msgstr "Moyen"
#: .tmp/matsushita.c:217 .tmp/matsushita.c:232
msgid "High"
msgstr "Haut"
#: .tmp/matsushita.c:245
msgid "Normal"
msgstr "Normal"
#: .tmp/matsushita.c:246
msgid "CRT"
msgstr "CRT"
#: .tmp/matsushita.c:258
msgid "One page"
msgstr "Une page"
#: .tmp/matsushita.c:259
msgid "All pages"
msgstr "Toutes les pages"
#: .tmp/matsushita.c:925
msgid "sheetfed scanner"
msgstr ""
#: .tmp/matsushita.c:972
msgid "Scan Mode"
msgstr "Mode de numérisation"
#: .tmp/matsushita.c:1010
msgid "Feeder mode"
msgstr ""
#: .tmp/matsushita.c:1011
msgid "Sets the feeding mode"
msgstr ""
#: .tmp/matsushita.c:1019
msgid "Geometry"
msgstr "Aire de numérisation"
#: .tmp/matsushita.c:1072
msgid "Enhancement"
msgstr ""
#: .tmp/matsushita.c:1104
msgid "Automatic threshold"
msgstr "Seuil automatique"
#: .tmp/matsushita.c:1105
msgid ""
"Automatically sets brightness, contrast, white level, gamma, noise reduction "
"and image emphasis"
msgstr ""
"Fixe automatiquement la luminosité, le contraste, le niveau du blanc, le "
"gamma, la réduction du bruit et l'image <emphasis>"
#: .tmp/matsushita.c:1147
msgid "Noise reduction"
msgstr "Réduction du bruit"
#: .tmp/matsushita.c:1148
msgid "Reduce the isolated dot noise"
msgstr ""
#: .tmp/matsushita.c:1159
msgid "Image emphasis"
msgstr ""
#: .tmp/matsushita.c:1160
msgid "Sets the image emphasis"
msgstr ""
#: .tmp/matsushita.c:1169 .tmp/matsushita.c:1170
msgid "Gamma"
msgstr "Gamma"
#: .tmp/matsushita.h:217
msgid "Black & White"
msgstr "Noir & blanc"
#: .tmp/matsushita.h:218
msgid "Haltfone"
msgstr "Demi-ton"
#: .tmp/matsushita.h:219
msgid "Grayscale 4 bits"
msgstr "Niveau de gris 4 bits"
#: .tmp/matsushita.h:220
msgid "Grayscale 8 bits"
msgstr "Niveau de gris 8 bits"
#: .tmp/matsushita.h:228
msgid "Duplex"
msgstr "Mode double face"
#: .tmp/matsushita.h:229
msgid "Paper size"
msgstr "Taille du papier"
#: .tmp/matsushita.h:230 .tmp/matsushita.h:237
msgid "Automatic separation"
msgstr "Séparation automatique"
#: .tmp/matsushita.h:233
msgid "Enable Duplex (Dual-Sided) Scanning"
msgstr "Active la numérisation double face"
#: .tmp/matsushita.h:235
msgid "Physical size of the paper in the ADF"
msgstr "Taille physique du papier dans le chargeur"

Wyświetl plik

@ -11,9 +11,9 @@ Keywords: camera, scanner, Abaton, Agfa, Apple, Artec, Avision, Canon,
DevCom, Epson, Fujitsu, gPhoto, HP, Kodak (DC25, DC210 and
DC240), Microtek, Mustek, NEC, Nikon CoolScan, Polaroid
Digital Microscope Camera, Pacific Image Electronics, PINT,
Plustek, Connectix QuickCam, Ricoh, Sceptre, Sharp, Siemens,
Tamarack, UMAX, Video for Linux, network server & client,
Java API & client
Plustek, Panasonic, Connectix QuickCam, Ricoh, Sceptre,
Sharp, Siemens, Tamarack, UMAX, Video for Linux,
network server & client, Java API & client
Author: David.Mosberger@acm.org (David Mosberger-Tang)
(see AUTHORS for complete list)
Maintained-by: henning@meier-geinitz.de (Henning Meier-Geinitz)