<?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: PCL via Embedded VB in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372388#M3606</link>
    <description>Nigel, you posted your question to the OpenVMS forum and I don't see the relevance to OpenVMS in your question. If there is some can you explain futher. If not can you have the question moved.&lt;BR /&gt;</description>
    <pubDate>Sun, 05 Sep 2004 14:45:25 GMT</pubDate>
    <dc:creator>Ian Miller.</dc:creator>
    <dc:date>2004-09-05T14:45:25Z</dc:date>
    <item>
      <title>PCL via Embedded VB</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372387#M3605</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I would like to be able to print direct from an embedded platform without the use of printer drivers therefore direct to a printer port.&lt;BR /&gt;&lt;BR /&gt;I assume the best option is via PCL so do you have any examples of how this might be achieved?</description>
      <pubDate>Sat, 04 Sep 2004 15:08:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372387#M3605</guid>
      <dc:creator>Nigel Sweet</dc:creator>
      <dc:date>2004-09-04T15:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: PCL via Embedded VB</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372388#M3606</link>
      <description>Nigel, you posted your question to the OpenVMS forum and I don't see the relevance to OpenVMS in your question. If there is some can you explain futher. If not can you have the question moved.&lt;BR /&gt;</description>
      <pubDate>Sun, 05 Sep 2004 14:45:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372388#M3606</guid>
      <dc:creator>Ian Miller.</dc:creator>
      <dc:date>2004-09-05T14:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: PCL via Embedded VB</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372389#M3607</link>
      <description>apologies - it is indeed a general o/s question rather than VMS.</description>
      <pubDate>Sun, 05 Sep 2004 19:31:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372389#M3607</guid>
      <dc:creator>Nigel Sweet</dc:creator>
      <dc:date>2004-09-05T19:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: PCL via Embedded VB</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372390#M3608</link>
      <description>Nigel,&lt;BR /&gt;&lt;BR /&gt;Still a small answer. The only printerfree driver is Postscript.&lt;BR /&gt;PCL and all the other drivers are printerspecific. Most printers understand PCL, but it is a HP specific protocol.&lt;BR /&gt;Postscript is common (licensed yes (to Apple), but no printerspecific language) and will be translated on the printer to the printer specific needs. So Postscript files can be send to all the printers who understand Postscript (HP/Canon/Apple/Kyocera/NEC/OCE etc).&lt;BR /&gt;The printer has a postscriptengine which interpret the file and does the proper setup for the printer.&lt;BR /&gt;&lt;BR /&gt;AvR&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 02:49:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372390#M3608</guid>
      <dc:creator>Anton van Ruitenbeek</dc:creator>
      <dc:date>2004-09-06T02:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: PCL via Embedded VB</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372391#M3609</link>
      <description>Hi Nigel,&lt;BR /&gt;I wrote a little driver to print directly data to printer (PCL and other).&lt;BR /&gt;If you need to print to PCL printer you must:&lt;BR /&gt;1)Know PCL standard and keep a copy on your hand (this link can ehlp you) &lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13210/bpl13210.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/bpl13210/bpl13210.pdf&lt;/A&gt;&lt;BR /&gt;2)Use a printer connected to system so you can make experience.&lt;BR /&gt; &lt;BR /&gt;About PCL I can tell you follows clues:&lt;BR /&gt;a)Since PC5 you need reset code before every print (escape folloed by uppercase E)&lt;BR /&gt;b)PCL is designed for laser printer so some control code (for example pitching) are translated (in graphical environment you can print using body size)&lt;BR /&gt;c)If you print from PC (as I understand by VB) you need install a DOS driver of printer. If printer has not DOS dirver version it's possible you can't print directly.&lt;BR /&gt;d)Using VMS you can connect printer by network (using jetdirect).&lt;BR /&gt; &lt;BR /&gt;You question require a longer answer so if you need other information post again.&lt;BR /&gt; &lt;BR /&gt;HTH&lt;BR /&gt;Antonio Vigliotti&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Sep 2004 03:02:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/pcl-via-embedded-vb/m-p/3372391#M3609</guid>
      <dc:creator>Antoniov.</dc:creator>
      <dc:date>2004-09-06T03:02:44Z</dc:date>
    </item>
  </channel>
</rss>

