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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
<driver id="driver/lpstyl">
<name>lpstyl</name>
<url>http://homepage.mac.com/monroe/styl/</url>
<thirdpartysupplied />
<execution>
<filter />
<prototype>gs -q -dBATCH -dPARANOIDSAFER -dQUIET -dNOPAUSE -r360x360 %E%F</prototype>
</execution>
<comments>
<en>
This driver is a little bit special, the printer is connected by
the serial port and the driver asks the printer which model it
is. So the connection between driver and printer must be
bidirectional. With LPD this is no problem, it issues the command
line shown here under "Execution Details" plus a "
&gt; DEVICE" where DEVICE is the /dev file for the serial port
where the printer is connected to. CUPS passes the output of the
driver command line shown here through a backend filter which does
not support bidirectional access. Use the "Device" option to send
the output directly to the /dev file. Give read/write access to
the user "lp" to make this possible. If the desired device is not
under the choices, use the "Link stylewriter in dev ..." option
and set a link of your device file to /dev/stylewriter.<p>
See also <a
href="https://www.linuxfoundation.org/en/CUPS_and_the_lpstyl_filter">these
instructions</a>.<p>
</en>
</comments>
<printers>
<printer>
<id>printer/Apple-Color_StyleWriter_1500</id>
<comments>
<en>Listed as working in lpstyl documentation</en>
</comments>
</printer>
<printer>
<id>printer/Apple-Color_StyleWriter_2200</id>
</printer>
<printer>
<id>printer/Apple-Color_StyleWriter_2400</id>
</printer>
<printer>
<id>printer/Apple-Color_StyleWriter_2500</id>
</printer>
<printer>
<id>printer/Apple-StyleWriter_1200</id>
<comments>
<en>AKA StyleWriter III
<br>Listed as working in lpstyl docuemtation.</en>
</comments>
</printer>
<printer>
<id>printer/Apple-StyleWriter_I</id>
</printer>
<printer>
<id>printer/Apple-StyleWriter_II</id>
<comments>
<en>Listed as supported in lpstyl documentation.</en>
</comments>
</printer>
</printers>
</driver>
|