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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
|
<!--
Copyright (c) 2006 Arne John Glenstrup <panic@itu.dk>
This file is part of ptouch-driver.
ptouch-driver is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.
ptouch-driver is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General Public License
along with ptouch-driver; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301
USA
-->
<printer id="printer/Brother-PT-PC">
<make>Brother</make>
<model>PT-PC</model>
<pcmodel>BRPTPC</pcmodel>
<mechanism>
<thermal/>
<!--not "color"-->
<resolution>
<dpi>
<x>180</x>
<y>180</y>
</dpi>
</resolution>
</mechanism>
<url>http://www.brother.co.uk/cms.cfm/s_page/55570/s_level/17290/s_product/PTPCU1</url>
<lang>
<proprietary />
</lang>
<autodetect>
<general>
<ieee1284>MFG:Brother;CMD:PT-CBP;MDL:PC;CLS:PRINTER;</ieee1284>
<commandset>PT-CBP</commandset>
<description>Brother PT-PC</description>
<manufacturer>Brother</manufacturer>
<model>PT-PC</model>
</general>
</autodetect>
<functionality>F</functionality>
<driver>ptouch-pt</driver>
<unverified/>
<!--no "contrib_url"-->
<comments>
<en>
For arbitrary graphics, this printer can only print raster lines
24 pixels wide down the centre of the tape. It can print text using
its built-in fonts, but that would require a special
text-to-PT-PC driver.
</en>
</comments>
<select>
<option id="opt/Brother-PT-LegacyTransferMode" />
<option id="opt/Brother-PTQL-Resolution">
<enum_val id="ev/180dpi" />
</option>
<option id="opt/Brother-PTQL-BytesPerLine">
<enum_val id="ev/3" />
</option>
<option id="opt/Brother-PT-PageSize">
<arg_defval>ev/tz-24</arg_defval>
<enum_val id="ev/tz-6" />
<enum_val id="ev/tz-9" />
<enum_val id="ev/tz-12" />
<enum_val id="ev/tz-18" />
<enum_val id="ev/tz-24" />
</option>
<option id="opt/Brother-PTQL-PixelTransfer">
<enum_val id="ev/RLE" sense="false" />
<enum_val id="ev/BIP" />
</option>
<option id="opt/Brother-PTQL-Align">
<enum_val id="ev/Right" />
<enum_val id="ev/Center" sense="false" />
</option>
</select>
</printer>
|