<?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: LPC1343 USB To Send Data To a PC in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568456#M19249</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rtos on Sun Feb 20 13:32:05 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Disregard Question #1 in my previous post.&amp;nbsp; The ground is connected between the LPC1343 and the USB cable.&amp;nbsp; My PDF reader (Foxit Reader) was not showing the line connecting the two on my screen.&amp;nbsp; I can see that the line was there when I printed it out.&amp;nbsp; Very strange.&amp;nbsp; I'm going to delete that question from the previous post so it does not confuse someone later.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:22:43 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:22:43Z</dc:date>
    <item>
      <title>LPC1343 USB To Send Data To a PC</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568453#M19246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rtos on Sun Feb 20 10:25:00 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I currently use an FTDI FT232R chip attached to the LPC1343 to send serial data to a PC over USB.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can I eliminate the FTD232R chip and use the LPC1342 in USB HID mode to achieve the same thing?&amp;nbsp; I don't understand enough about the different modes of USB to know if this is possible.&amp;nbsp; I'm looking for some advice.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see that I can easily hook up the USB to the LPC1343 as shown here &lt;/SPAN&gt;&lt;A href="http://http://ics.nxp.com/support/documents/microcontrollers/pdf/lpcxpresso.getting.started.pdf"&gt;http://ics.nxp.com/support/documents/microcontrollers/pdf/lpcxpresso.getting.started.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568453#M19246</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB To Send Data To a PC</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568454#M19247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Sun Feb 20 11:18:27 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Add USB hardware:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Schematic:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.trimm.net/showthread.php?t=505&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=526&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Import usbcdc example from examples.lpc13xx.new.zip&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Read 'readme.txt' in usbcdc folder&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568454#M19247</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB To Send Data To a PC</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568455#M19248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rtos on Sun Feb 20 13:17:11 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Zero, you should change your name to Hero!&amp;nbsp; Thanks for you help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I read the posts you linked to and I need some time to digest your USB circuit as compared to the USB circuit recommended in the NXP Getting Started Guide. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a few questions so far.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1) EDIT: &amp;lt;Delete Question #1 per my next post&amp;gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Why would you want to connect/disconnect the 1.5K pullup resistor via software. Do you disconnect and connect the 1.5K pullup to signal to the PC that the device has been disconnected and then reconnected?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568455#M19248</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB To Send Data To a PC</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568456#M19249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rtos on Sun Feb 20 13:32:05 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Disregard Question #1 in my previous post.&amp;nbsp; The ground is connected between the LPC1343 and the USB cable.&amp;nbsp; My PDF reader (Foxit Reader) was not showing the line connecting the two on my screen.&amp;nbsp; I can see that the line was there when I printed it out.&amp;nbsp; Very strange.&amp;nbsp; I'm going to delete that question from the previous post so it does not confuse someone later.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568456#M19249</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:43Z</dc:date>
    </item>
    <item>
      <title>Re: LPC1343 USB To Send Data To a PC</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568457#M19250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Ex-Zero on Sun Feb 20 13:40:42 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Yes!! No Ground, no Fun :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. AFAIR working without FET requires a lot disconnecting and reconnecting... &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;User manual:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5.6 SoftConnect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The connection to the USB is accomplished by bringing USB_DP (for a full-speed device) HIGH through a 1.5 kOhm pull-up resistor. The SoftConnect feature can be used to allow software to finish its initialization sequence before deciding to establish connection to the USB. Re-initialization of the USB bus connection can also be performed without having to unplug the cable.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:22:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPC1343-USB-To-Send-Data-To-a-PC/m-p/568457#M19250</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:22:43Z</dc:date>
    </item>
  </channel>
</rss>

