<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Printer model scripts for non HP printers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899180#M820491</link>
    <description>All the model scripts supplied by HP (other than HPGL and Postscript) are designed for PCL (HP's Printer Control Language) which is why the Compaq printer doesn't respond to the -oc option. Writing a model script is fairly easy except it requires a complete technical reference for the printer. For instance, accessing the compressed font on this printer likely requires an escape sequence.&lt;BR /&gt;&lt;BR /&gt;There is a workaround if you can locate a list of control codes for the printer. Create a wrapper script that can insert the appropriate font controls in front of the print job. Of course, the effort may not be worth the cost of a new or used PCL printer.</description>
    <pubDate>Sat, 08 Feb 2003 03:14:15 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2003-02-08T03:14:15Z</dc:date>
    <item>
      <title>Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899173#M820484</link>
      <description>I'm having troubles getting an old Compaq printer to print from our N Class server.&lt;BR /&gt;&lt;BR /&gt;It's a Compaq Pagemarq 20, connect to a JetDirect Ex Plus.  The host is an N-Class running HP-UX 11.0.&lt;BR /&gt;&lt;BR /&gt;I can get stuff to print from it in the default font etc but the users want to print compressed.&lt;BR /&gt;&lt;BR /&gt;It doesn't seem to be recognizing the '-oc' to the lp command.&lt;BR /&gt;&lt;BR /&gt;I'm sure I'm missing something, but my SA experience isn't as great as I'd like it to be (the joys of being a DBA who they want to do more Unix work :) )&lt;BR /&gt;&lt;BR /&gt;Any pointers here would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 07 Feb 2003 03:34:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899173#M820484</guid>
      <dc:creator>Stephen Wales_1</dc:creator>
      <dc:date>2003-02-07T03:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899174#M820485</link>
      <description>you can try different interface scripts. (Hope the one you want works with your printer)&lt;BR /&gt;&lt;BR /&gt;Or hunt it on internet.</description>
      <pubDate>Fri, 07 Feb 2003 03:38:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899174#M820485</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2003-02-07T03:38:18Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899175#M820486</link>
      <description>Try changing the "pitch" in the model script file for the printer. The codes sent for compressed printing are not sometimes recognised by the printers coz they are connected via serial or parellel cable through Jetdirect.&lt;BR /&gt;So edit the /etc/lp/interface/model.org/&lt;PRINTERNAME&gt;&lt;BR /&gt;file and change the pitch size and see if the font size changes.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Rajeev&lt;/PRINTERNAME&gt;</description>
      <pubDate>Fri, 07 Feb 2003 03:47:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899175#M820486</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-02-07T03:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899176#M820487</link>
      <description>It is good idea to transfer ruling ESC-sequenses to your non-hp network printer by ftp.&lt;BR /&gt;For this aim:&lt;BR /&gt;&lt;BR /&gt;1.You need to know ESC-sequences&lt;BR /&gt;of your printer. Then you could make a small&lt;BR /&gt;rulling files with them,with different arguments each.&lt;BR /&gt;For example one of them can be &lt;BR /&gt;/somedir/pL8C10F12CYR:&lt;BR /&gt;&lt;BR /&gt;^[[&amp;lt;14h^[[10m^[[4w^[[4z^[[1t^[-L &lt;BR /&gt;&lt;BR /&gt;2.After that you must prepare files with ftp-arguments, for each rulling file from  /etc/lp/interface/ftparg:&lt;BR /&gt;&lt;BR /&gt;user&lt;BR /&gt;bi&lt;BR /&gt;send /drivers/unix/pL6C10F11CYRf P1&lt;BR /&gt;by&lt;BR /&gt;&lt;BR /&gt;3.And at last you can use script in&lt;BR /&gt;/etc/lp/interface/lpNON-HP. You can prepare it&lt;BR /&gt;using as model scripts for common network &lt;BR /&gt;hp-printers, but you can add in it a lines:&lt;BR /&gt;&lt;BR /&gt;ftp -n -v -g $NON-HPPR-IP-ADDRESS &amp;lt; /etc/lp/interface/ftparg &amp;gt;&amp;gt; /var/adm/lp/log&lt;BR /&gt;  &lt;BR /&gt;I have attached you example for lpNON-HP here.&lt;BR /&gt;Regards,Stan&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Feb 2003 08:26:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899176#M820487</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-07T08:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899177#M820488</link>
      <description>Sorry, I forgot attachment. :)</description>
      <pubDate>Fri, 07 Feb 2003 08:34:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899177#M820488</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-07T08:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899178#M820489</link>
      <description>You do use a JetDirect *box*, but do you also use the JetDirect (or equivalent) *software* (look at the response about model.org and see if you use that. If so, *which* model script is it, i.e. what model script name did you use when you installed the printer?&lt;BR /&gt;&lt;BR /&gt;Also, does the printer understand (HP) PCL (Printer Command Language)? If so, which level.</description>
      <pubDate>Fri, 07 Feb 2003 11:41:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899178#M820489</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-02-07T11:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899179#M820490</link>
      <description>Well, after all that, they've decided that they are not going to worry about printing from the application that needed to compress the output to this printer now anyway.&lt;BR /&gt;&lt;BR /&gt;Thanks to everyone for your replies, I've files those answers away for future usage.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 07 Feb 2003 18:16:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899179#M820490</guid>
      <dc:creator>Stephen Wales_1</dc:creator>
      <dc:date>2003-02-07T18:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printer model scripts for non HP printers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899180#M820491</link>
      <description>All the model scripts supplied by HP (other than HPGL and Postscript) are designed for PCL (HP's Printer Control Language) which is why the Compaq printer doesn't respond to the -oc option. Writing a model script is fairly easy except it requires a complete technical reference for the printer. For instance, accessing the compressed font on this printer likely requires an escape sequence.&lt;BR /&gt;&lt;BR /&gt;There is a workaround if you can locate a list of control codes for the printer. Create a wrapper script that can insert the appropriate font controls in front of the print job. Of course, the effort may not be worth the cost of a new or used PCL printer.</description>
      <pubDate>Sat, 08 Feb 2003 03:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/printer-model-scripts-for-non-hp-printers/m-p/2899180#M820491</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-02-08T03:14:15Z</dc:date>
    </item>
  </channel>
</rss>

