updr200: Initial support; just documentation changes for now.
This commit is contained in:
parent
121b39404f
commit
59b45faf6e
4
README
4
README
|
@ -244,6 +244,10 @@
|
|||
|
||||
Sony UP-DR150
|
||||
|
||||
Theoretically supportable printers: (Wnknown USB PID)
|
||||
|
||||
Sony UP-DR200
|
||||
|
||||
This backend does not support additional commands
|
||||
|
||||
***************************************************************************
|
||||
|
|
|
@ -176,7 +176,7 @@ struct dyesub_backend updr150_backend = {
|
|||
}
|
||||
};
|
||||
|
||||
/* Sony UP-DR150 Spool file format
|
||||
/* Sony UP-DR150/UP-DR200 Spool file format
|
||||
|
||||
The spool file is a series of 4-byte commands, followed by optional
|
||||
arguments. The purpose of the commands is unknown, but they presumably
|
||||
|
@ -210,7 +210,7 @@ struct dyesub_backend updr150_backend = {
|
|||
unknown if those additional commands are necessary. This is a typical
|
||||
sequence:
|
||||
|
||||
[[ Sniff start ]]
|
||||
[[ Sniff start of a UP-DR150 ]]
|
||||
|
||||
<- 1b e0 00 00 00 0f 00
|
||||
-> 0e 00 00 00 00 00 00 00 00 04 a8 08 0a a4 00
|
||||
|
|
Loading…
Reference in a new issue