<?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: USB CDC example for LPC1343, communication problem in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577975#M23429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LPCFER on Sun Apr 11 18:26:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find all examples on LPCXpresso support web site:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the usbcdc example is included here (for LPC13xx series):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/zip/lpc1343.examples.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:32:40 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:32:40Z</dc:date>
    <item>
      <title>USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577972#M23426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LPCFER on Sun Apr 11 12:40:21 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to establish communication via virtual COM port trough USB connection. I'm using example provided by NXP for LPC1343, USBCDC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I managed to make valid USB connection, when I connect LPC board with PC I get new LPC134x USB VCom Port. When I establish connection trough COM port (HyperTerminal or RealTerm) and send a character I don't get anything back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now, I don't know if i got the point of this example, but as I understood it should send back everything it recieves on serial port. I didn't change anything in code except baud rate in cdcuser.c, line 34, I tried different rates.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone can give me some directions what should I do to make this work, cause I'm new to this platform and USB firmware in general. Is there any tutorial or manual available for this example?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using LPCXpresso IDE, Build id: 2010-01-22 (v3.2.2).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you all in advance,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Darko.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577972#M23426</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577973#M23427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LPCFER on Sun Apr 11 15:25:04 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello again...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just figured it out... This example is transciever... it just forwards data from USB to txd on LPC, and data from rxd back to USB...&amp;nbsp; So if you want it to loop back data from HyperTerminal just make a jumper from rxd to txd on LPC :) (that's easier way just to see if it works)... Now I'll try to write the code that does that without the jumper...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps someone, I lost whole day to figure what this does because this demo is useless and bad documented...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also try this document, this helped me a lot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.atmel.com/dyn/resources/prod_documents/doc6269.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577973#M23427</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577974#M23428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by caprock on Sun Apr 11 17:14:44 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you please give me the link that you used for the usbcdc sample?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577974#M23428</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577975#M23429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by LPCFER on Sun Apr 11 18:26:43 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can find all examples on LPCXpresso support web site:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and the usbcdc example is included here (for LPC13xx series):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/lpcxpresso/zip/lpc1343.examples.zip&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577975#M23429</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577976#M23430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Luis Digital on Sun Apr 11 19:54:59 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: LPCFER&lt;/STRONG&gt;&lt;BR /&gt;Hello again...&lt;BR /&gt;&lt;BR /&gt;I just figured it out... This example is transciever... it just forwards data from USB to txd on LPC, and data from rxd back to USB...&amp;nbsp; So if you want it to loop back data from HyperTerminal just make a jumper from rxd to txd on LPC :) (that's easier way just to see if it works)... Now I'll try to write the code that does that without the jumper...&lt;BR /&gt;&lt;BR /&gt;Hope this helps someone, I lost whole day to figure what this does because this demo is useless and bad documented...&lt;BR /&gt;&lt;BR /&gt;Also try this document, this helped me a lot:&lt;BR /&gt;&lt;A href="http://"&gt;http://www.atmel.com/dyn/resources/prod_documents/doc6269.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Okay, the LPC1342 is cheaper than an FT232, and has lots of power.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Excellent also the Atmel documentation, they offer explanations even for Linux.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577976#M23430</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577977#M23431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Andrew24 on Sat Apr 17 01:29:18 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: LPCFER&lt;/STRONG&gt;&lt;BR /&gt;Hello again...&lt;BR /&gt;&lt;BR /&gt;I just figured it out... This example is transciever... it just forwards data from USB to txd on LPC, and data from rxd back to USB...&amp;nbsp; So if you want it to loop back data from HyperTerminal just make a jumper from rxd to txd on LPC :) (that's easier way just to see if it works)... Now I'll try to write the code that does that without the jumper...&lt;BR /&gt;&lt;BR /&gt;Hope this helps someone, I lost whole day to figure what this does because this demo is useless and bad documented...&lt;BR /&gt;&lt;BR /&gt;Also try this document, this helped me a lot:&lt;BR /&gt;&lt;A href="http://"&gt;http://www.atmel.com/dyn/resources/prod_documents/doc6269.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Helllo, LPCFER. Did you succeded sending/receiving data without the jumper? I don't understand why they use Tx and Rx pins.The packet received from host is sent to lpc1343 directly, so why send it to txd one more time??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577977#M23431</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: USB CDC example for LPC1343, communication problem</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577978#M23432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_Europe on Thu Oct 06 03:00:00 MST 2011&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;The USBCDC example does not automatically send back everything you send on the VCOM port; you must connect TXD&amp;amp;RXD. A software implementation can be found in this thread: &lt;/SPAN&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=1980&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; A bit of explanation on how to use the USB CDC example with the LPCXpresso baseboard and use the jumper short between TXD and RXD: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; You can short TXD and RXD by placing a jumper on the expansion connector on the baseboard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Place the jumper between:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; PIO1_6-RXD = Expansion connector J5 pin 23&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; PIO1_7-TXD = Expansion connector J5 pin 24&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; There is a multiplexer (U25) that selects the connected peripheral to the PIO1_6-RXD and PIO1_7-TXD signals. We don’t want the TXD/RXD multiplexer to interfere with our signals, so remove jumper INH to disable it; pin 5-6 of J7. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; You can connect a mini-USB cable to X1, as described in the LPCXpresso Base Board - User’s Guide on page 40.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; When the USBCDC example is downloaded to the board and executed, the PC will recognize a USB "VCOM" device. Point windows to lpc134x-vcom.inf, located in the usbcdc project directory. This is the workspace directory where you extracted the example projects to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:32:42 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/USB-CDC-example-for-LPC1343-communication-problem/m-p/577978#M23432</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:32:42Z</dc:date>
    </item>
  </channel>
</rss>

