sonyupd: Documentation updates.
Turns out the Fujifilm ASK-2000/4000 series (and the Nidac Copal DPB-4000/6000/7000) use the same protocol as the older Sony UPD series. Unfortunately they use a different spool format. I don't know if it's worth trying to add backend support at this point...master
parent
dd64a8f78f
commit
8ba6ded6de
|
@ -809,7 +809,7 @@ const struct dyesub_backend sonyupd_backend = {
|
|||
<- 00 00 00 00 ZZ QQ QQ WW WW YY YY XX XX
|
||||
|
||||
QQ/WW/YY/XX are (origin_cols/origin_rows/cols/rows) in BE.
|
||||
ZZ is 0x07 on UP-DR series, 0x01 on UP-D89x series. plane mask maybe?
|
||||
ZZ is 0x07 on UP-DR series, 0x01 on UP-D89x series, 0x60 on Fujifilms
|
||||
|
||||
RESET
|
||||
|
||||
|
@ -883,6 +883,16 @@ const struct dyesub_backend sonyupd_backend = {
|
|||
<- 1b f5 00 00 00 02 00
|
||||
<- ?? ??
|
||||
|
||||
UNKNOWN (Fujifilm ASK2000 series
|
||||
|
||||
<- 1b 23 00 00 00 04 00 ff ff ff ff
|
||||
-> ?? ??
|
||||
|
||||
UNKNOWN (Fujifilm ASK2000/4000 series
|
||||
|
||||
<- 1b 1e 00 00 00 0c 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
-> ?? ??
|
||||
|
||||
************************************************************************
|
||||
|
||||
The data stream sent to the printer consists of all the commands in the
|
||||
|
@ -933,7 +943,7 @@ const struct dyesub_backend sonyupd_backend = {
|
|||
<- 1b e0 00 00 00 0f 00
|
||||
-> 0e 00 00 00 00 00 00 00 04 a8 08 00 0a a4 00
|
||||
|
||||
<- 1b 0a 00 00 00 00 00 ** In spool file
|
||||
<- 1b 0a 00 00 00 00 00 ** In spool file, marks end of file?
|
||||
<- 1b 17 00 00 00 00 00 ** In spool file
|
||||
|
||||
[[fin]]
|
||||
|
|
Loading…
Reference in New Issue