1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
|
<driver id="driver/pegg">
<name>pegg</name>
<url>http://www.openprinting.org/download/printing/pegg/</url>
<thirdpartysupplied />
<execution>
<filter />
</execution>
<comments>
<en>
Experimental driver kit for some Casio label printers by Daniel
Amkreutz. See the documentation coming with the driver source
code for the full list of supported devices.
<p>
Evidently these printers are not USB printer-class devices, so
this driver includes a libusb-based userspace USB driver program.
Ultimately it accepts a 512x64 bitmap in xbm format.
<p>
Alternatively there is a CUPS backend and companion ppd with
converter script.
<p>
There are no Foomatic, LPR, PDQ, PPR, ... integrations for
this driver.
</en>
</comments>
<printers>
<printer>
<id>printer/Casio-KL-E11</id>
</printer>
<printer>
<id>printer/Casio-KL-P1000</id>
</printer>
<printer>
<id>printer/Casio-KP-C10</id>
</printer>
</printers>
</driver>
|