[docs] CP-300 is now on the tested list.
* Explicitly list out printers with unknown USB PIDs * Other minor doc updates
This commit is contained in:
parent
af5b1f50f0
commit
6abf73df8a
20
README.TXT
20
README.TXT
|
@ -16,14 +16,18 @@
|
|||
|
||||
Verified supported printers:
|
||||
|
||||
ES1, ES2, ES30, CP-330, CP400, CP510, CP720, CP730, CP740, CP750,
|
||||
CP760, CP770, CP780
|
||||
ES1, ES2, ES30, CP-300, CP-330, CP400, CP510, CP720, CP730, CP740,
|
||||
CP750, CP760, CP770, CP780
|
||||
|
||||
Unverified/untested, but should work:
|
||||
|
||||
ES20, ES3, CP-10, CP-100, CP-200, CP-220, CP-300, CP500, CP520,
|
||||
CP530, CP600, CP710, CP800, CP810, CP900
|
||||
|
||||
ES20, ES3, CP-10, CP-100, CP-200, CP-220, CP500, CP520, CP530, CP600,
|
||||
CP710, CP800, CP810, CP900
|
||||
|
||||
NOT currently supported by libusb backend: (USB PIDs unknown)
|
||||
|
||||
ES3, CP-200, CP500, CP520, CP530, CP710, CP790
|
||||
|
||||
NOT currently supported: (Readback codes needed)
|
||||
|
||||
ES40, CP790
|
||||
|
@ -243,7 +247,7 @@
|
|||
'Card' paper pgcode 0x03 plane length 698880 bytes.
|
||||
'Wide' paper pgcode 0x04 plane length 2976512 bytes.
|
||||
|
||||
Known readback values (From CP-330/CP400/CP510/CP720/CP730/CP740/CP750/CP760/CP770/CP780)
|
||||
Known readback values:
|
||||
|
||||
01 00 00 00 00 00 [pg] 00 00 00 00 [xx] [idle, waiting for init]
|
||||
02 00 00 00 70 00 [pg] 00 00 00 00 [xx] [waiting for Y data]
|
||||
|
@ -264,3 +268,7 @@
|
|||
0x41 if the 'Wide' paper tray is loaded with a 'P' ribbon. A '0' is used
|
||||
to signify nothing being loaded.
|
||||
|
||||
This is known to apply to:
|
||||
CP-300, CP-330, CP400, CP510, CP720, CP730, CP740, CP750, CP760,
|
||||
CP770, CP780
|
||||
|
||||
|
|
|
@ -46,22 +46,22 @@
|
|||
#define USB_PID_CANON_ES1 0x3141
|
||||
#define USB_PID_CANON_ES2 0x3185
|
||||
#define USB_PID_CANON_ES20 0x3186
|
||||
#define USB_PID_CANON_ES3 3 // XXX 31af or 31b1??
|
||||
#define USB_PID_CANON_ES3 3 // XXX 31af? 31b1??
|
||||
#define USB_PID_CANON_ES30 0x31B0
|
||||
#define USB_PID_CANON_ES40 0x31EE
|
||||
#define USB_PID_CANON_CP10 0x304A
|
||||
#define USB_PID_CANON_CP100 0x3063 // - incoming G
|
||||
#define USB_PID_CANON_CP200 200 // XXX - incoming S
|
||||
#define USB_PID_CANON_CP200 200 // XXX 307c? 307e? - incoming S (related to cp300)
|
||||
#define USB_PID_CANON_CP220 0x30BD
|
||||
#define USB_PID_CANON_CP300 0x307D // - incoming G
|
||||
#define USB_PID_CANON_CP300 0x307D
|
||||
#define USB_PID_CANON_CP330 0x30BE
|
||||
#define USB_PID_CANON_CP400 0x30F6
|
||||
#define USB_PID_CANON_CP500 500 // XXX
|
||||
#define USB_PID_CANON_CP500 500 // XXX 30f5? 30f7? (related to cp400?)
|
||||
#define USB_PID_CANON_CP510 0x3128
|
||||
#define USB_PID_CANON_CP520 520 // XXX
|
||||
#define USB_PID_CANON_CP520 520 // XXX 316f? 3172? (related to cp740/cp750)
|
||||
#define USB_PID_CANON_CP530 530 // XXX
|
||||
#define USB_PID_CANON_CP600 0x310B
|
||||
#define USB_PID_CANON_CP710 710 // XXX 3127? 3129?- maybe incoming G
|
||||
#define USB_PID_CANON_CP710 710 // XXX 3127? 3129? - incoming G (related to cp510)
|
||||
#define USB_PID_CANON_CP720 0x3143
|
||||
#define USB_PID_CANON_CP730 0x3142
|
||||
#define USB_PID_CANON_CP740 0x3171
|
||||
|
|
Loading…
Reference in a new issue