Documentation updates.

This commit is contained in:
Solomon Peachy 2015-11-19 08:26:15 -05:00
parent fd7a118c86
commit 96b470109a
1 changed files with 20 additions and 16 deletions

36
README
View File

@ -123,12 +123,12 @@
commands are equivalent:
BACKEND=backend gutenprint52+usb [ arguments ]
backend [ arguments ]
backend [ arguments ]
All backends support the following invocations:
backend [ arguments ]
backend [ arguments ] filename
backend [ arguments ] filename
backend [ arguments ] - < filename
somecommand | backend [ arguments ] -
@ -138,7 +138,7 @@
All global arguments:
-D Increment debug level [1]
-D Increment debug level [1]
-G Display GPL text
-f Enable fast return mode if possible [2]
-S serno Use SerialNum 'serno' [3]
@ -149,7 +149,11 @@
[1] This argument can be repeated to increase the debug level.
Alternatively, the 'DYESUB_DEBUG' environment variable can be
used.
used. For example, '-DDD' and 'DYESUB_DEBUG=3' are equivalent.
DYESUB_DEBUG=1 Enable debug output
DYESUB_DEBUG=2 Dump contents of short messges
DYESUB_DEBUG=3 Dump contents of all messages
[2] This terminates the backend as soon as the printer has
acknowledged the print job, without waiting for the print job
@ -164,14 +168,14 @@
serial number with this switch, or using the 'SERIAL' environment
variable. For example, these are equivalent:
SERIAL=N782 backend filename [ arguments ]
SERIAL=N782 backend filename [ arguments ]
backend -S N782 filename [ arguments ]
[4] All backends support an additional operational mode, to test out
unknown models. To use this mode, specify the VID, PID and its
internal device type as arguments or environment variables:
EXTRA_VID=04a9 EXTRA_PID=3ab1 EXTRA_TYPE=7 backend filename
EXTRA_VID=04a9 EXTRA_PID=3ab1 EXTRA_TYPE=7 backend filename
backend -V 04a9 -P 3ab1 -T 7 filename
The VID and PID are specified in hexidecimal, and the TYPE is
@ -199,7 +203,7 @@
ES20, CP-220, CP520, CP530, CP600, CP810
NOT supported: (Printer does not need a backend)
NOT supported: (Printer does not need any special backend)
CP820, CP910
@ -221,7 +225,7 @@
[1] Format of curvedata file:
256 entries each of Yellow, Magenta, Cyan mappings:
256 entries each of Yellow, Magenta, Cyan mappings:
Values are unsigned 16-bit big endian, between 0 and ???
(unsure as to the bit usage)
@ -249,12 +253,12 @@
[1] Format of curvedata file:
256 entries each of Yellow, Magenta, Cyan mappings:
256 entries each of Yellow, Magenta, Cyan mappings:
Values are unsigned 16-bit big endian, between 0 and 16383
(ie 14-bit)
[2] Job ID is the Internal Job ID (reported via status)
This cancels a multi-copy print job.
This cancels a multi-copy print job.
To see which jobs are active/pending, see the output of the
'-s' command, specifically the 'Bank' output.
@ -279,7 +283,7 @@
[1] Format of curvedata file:
256 entries each of Yellow, Magenta, Cyan mappings:
256 entries each of Yellow, Magenta, Cyan mappings:
Values are unsigned 16-bit big endian, between 0 and ???
(unsure as to the bit usage)
@ -325,7 +329,7 @@
(ie only 11 bits used)
[3] Job ID is the Internal Job ID (reported via status)
This cancels a multi-copy print job.
This cancels a multi-copy print job.
To see which jobs are active/pending, see the output of the
'-s' command, specifically the 'Bank' output.
@ -354,7 +358,7 @@
-L filename Store Current tone curve in RAM [2]
[1] Job ID is the Internal Job ID (reported via status)
This cancels a multi-copy print job.
This cancels a multi-copy print job.
To see which jobs are active/pending, see the output of the
'-s' command, specifically the 'Bank' output.
@ -369,7 +373,7 @@
Low-level documentation was provided by Sinfonia, Inc. Thank you!
Verified supported printers:
Mostly supported printers:
Shinko CHC-S6145 (aka "Sinfonia CS2")
@ -432,7 +436,7 @@
(ie only 11 bits used)
[2] Job ID is the Internal Job ID (reported via status)
This cancels a multi-copy print job.
This cancels a multi-copy print job.
To see which jobs are active/pending, see the output of the
'-s' command, specifically the 'Bank' output.
@ -476,7 +480,7 @@
(ie only 11 bits used)
[2] Job ID is the Internal Job ID (reported via status)
This cancels a multi-copy print job.
This cancels a multi-copy print job.
To see which jobs are active/pending, see the output of the
'-s' command, specifically the 'Bank' output.