<?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>LPCXpresso IDEのトピックRe: USB Laser Printer Interface with LPC1768</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581098#M24820</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by igorsk on Wed Sep 01 08:45:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to implement a USB printer class driver. &lt;/SPAN&gt;&lt;A href="http://http://www.usb.org/developers/devclass_docs/usbprint11.pdf"&gt;This spec&lt;/A&gt;&lt;SPAN&gt; should help. I haven't seen any freely available sample code for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]Edit[/B]: I take that back. I just now realized that you can look into Linux sources for sample drivers. However, Linux code is much more modular and high-level that you might need, so not sure how much help it will be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 23:58:39 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T23:58:39Z</dc:date>
    <item>
      <title>USB Laser Printer Interface with LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581097#M24819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by bharat.gopani on Wed Sep 01 06:33:49 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;CPU : LPC1768 .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Compiler : LPCXpresso .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to do USB Laser Printer Interface with LPC1768 .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;For that I have initilized USB HOST .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now how should I write byte( Character)&amp;nbsp; to the Printer for Printing .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody can help me for same&amp;nbsp; or anybody can give sample code for the same .&lt;/SPAN&gt;&lt;P&gt;&lt;STRONG&gt;Original Attachment has been moved to: &lt;A _jive_internal="true" href="https://community.nxp.com/docs/DOC-338284"&gt;1100643_TryLib.zip&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581097#M24819</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: USB Laser Printer Interface with LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581098#M24820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by igorsk on Wed Sep 01 08:45:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to implement a USB printer class driver. &lt;/SPAN&gt;&lt;A href="http://http://www.usb.org/developers/devclass_docs/usbprint11.pdf"&gt;This spec&lt;/A&gt;&lt;SPAN&gt; should help. I haven't seen any freely available sample code for that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[B]Edit[/B]: I take that back. I just now realized that you can look into Linux sources for sample drivers. However, Linux code is much more modular and high-level that you might need, so not sure how much help it will be.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581098#M24820</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: USB Laser Printer Interface with LPC1768</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581099#M24821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by xavas on Sun Mar 06 14:08:48 MST 2016&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Bharat!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I´m new to USB Printers and I have to do project based on LPC1768/69 exactly with this feature. Cann you tell me if you got this implementation to you LPC1768?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xavier&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 23:58:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-Laser-Printer-Interface-with-LPC1768/m-p/581099#M24821</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T23:58:40Z</dc:date>
    </item>
  </channel>
</rss>

