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
|
<printer id="printer/IBM-ProPrinterII">
<make>IBM</make>
<model>ProPrinterII</model>
<mechanism>
<dotmatrix />
<resolution>
<dpi>
<x>120</x>
<y>120</y>
</dpi>
</resolution>
</mechanism>
<lang>
<text>
<charset>us-ascii</charset>
</text>
</lang>
<functionality>A</functionality>
<driver>ibmpro</driver>
<comments>
<en>Easy to get working on serial - just dump straight ASCII.
If you have the parallel module installed, you need to use
magicfilter which has a ProPrinter / ProPrinterII specific
filter which fixes some minor oddities.
Fair warning; the serial interface drops characters frequently.
Don't use it on the network if you can avoid it. ;)<p>
Consumables/Refills: Ribbon Cartridge, Optional Serial/Network/Parallel/Additional in<p></en>
</comments>
</printer>
|