<?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: How to setup basic USB printing system with LPD / Qt on Vybrid in Vybrid Processors</title>
    <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341515#M3396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/timesyssupport"&gt;timesyssupport&lt;/A&gt; can you help to&amp;nbsp; attend this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 17:14:02 GMT</pubDate>
    <dc:creator>karina_valencia</dc:creator>
    <dc:date>2014-09-26T17:14:02Z</dc:date>
    <item>
      <title>How to setup basic USB printing system with LPD / Qt on Vybrid</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341514#M3395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to set-up a basic printing system with LPD provided by BusyBox.&lt;/P&gt;&lt;P&gt;I compiled kernel with USB printer support and works fine, cat myfile.txt &amp;gt;/dev/lp0 outputs something (without CR).&lt;/P&gt;&lt;P&gt;But, I can't start lpd daemon, it seems busybox lpd is different from the BSD lpd. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a good tutorial or any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Sep 2014 08:27:27 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341514#M3395</guid>
      <dc:creator>Nouchi</dc:creator>
      <dc:date>2014-09-24T08:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup basic USB printing system with LPD / Qt on Vybrid</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341515#M3396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/timesyssupport"&gt;timesyssupport&lt;/A&gt; can you help to&amp;nbsp; attend this case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 17:14:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341515#M3396</guid>
      <dc:creator>karina_valencia</dc:creator>
      <dc:date>2014-09-26T17:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup basic USB printing system with LPD / Qt on Vybrid</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341516#M3397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Emmanuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me a little more about the error you encountered? Also, can you try using the 'cups' package provided by Factory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timesys Support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 21:27:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341516#M3397</guid>
      <dc:creator>timesyssupport</dc:creator>
      <dc:date>2014-09-26T21:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup basic USB printing system with LPD / Qt on Vybrid</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341517#M3398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cups seems to be a little bit heavy for my needs, I found more explanations in busybox sources (lpd.c in printutils):&lt;/P&gt;&lt;P&gt;- create /var/spool/ directory&lt;/P&gt;&lt;P&gt;- create symlink to /dev/lp0 and name it "lp"&lt;/P&gt;&lt;P&gt;- lauch lpd as background process and listen to port 515: tcpsvd -E 0 515 lpd /var/spool &amp;amp;&lt;/P&gt;&lt;P&gt;- just send file with lpr: lpr myFile&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 07:00:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341517#M3398</guid>
      <dc:creator>Nouchi</dc:creator>
      <dc:date>2014-09-30T07:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup basic USB printing system with LPD / Qt on Vybrid</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341518#M3399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Emmanuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the steps you mentioned work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 17:14:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341518#M3399</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-09-30T17:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to setup basic USB printing system with LPD / Qt on Vybrid</title>
      <link>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341519#M3400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Alejandro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, it works fine with HP laserjet, and Qt application using Printer/QPainter classes.&lt;/P&gt;&lt;P&gt;Cups is probably more suitable if you want to use non postscript printers, but seems to be a little bit painful to configure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Emmanuel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 06:55:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Vybrid-Processors/How-to-setup-basic-USB-printing-system-with-LPD-Qt-on-Vybrid/m-p/341519#M3400</guid>
      <dc:creator>Nouchi</dc:creator>
      <dc:date>2014-10-01T06:55:14Z</dc:date>
    </item>
  </channel>
</rss>

