<?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: nxpUSBlib DualVirtualSerial example in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524272#M6908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Tue Apr 03 01:13:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Good idea, that was the problem. I have set the CPU only for the Example...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will now make a try with the DualVirtualSerial example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks kpa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:49:11 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:49:11Z</dc:date>
    <item>
      <title>nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524267#M6903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Fri Mar 02 08:22:37 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have ported the DualVirtualSerial example to my LPCxpresso LPC11U14.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I connect my board to a computer (RunningLinux) I could see that two new tty are detected and /dev/ttyACM0 and /dev/ttyACM1 are automatically added. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I try top open them using a terminal (like picocom) I am not able to communicate with the board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On the second port the board should echo every received data. And port one I have replaced the original CheckJoystickMovement()by a function that send a constant string.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both are not working. Do you have any idea why ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kpa&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524267#M6903</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524268#M6904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tuong on Mon Mar 26 18:56:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear kpa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please try your application with the new release 0.93! There is VirtualSerial demo ported for LPC11Uxx.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tuong Nguyen&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524268#M6904</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524269#M6905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Mon Apr 02 06:55:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tested the Example_VirtualSerial on my LPCExpresso LPC11U14 and it doesn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I start the program it jump to the HardFault_Handler. I have executed in step-by-step and it's seems that the issue come from the line "USB_IsInitialized = true;" in the USB_Init() function (line 38 from USBController_LPC.h).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524269#M6905</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524270#M6906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Mon Apr 02 08:14:53 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Just forget to say that I use LPCXpresso v4.2.0&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524270#M6906</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524271#M6907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tuong on Mon Apr 02 23:51:51 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Kpa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think you need to select the correct LPC11U14/201 MCU for all projects: BSP, CDL, nxpUSBlib, your demo (ex: VirtualSerial). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tuong Nguyen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524271#M6907</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:10Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524272#M6908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Tue Apr 03 01:13:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Good idea, that was the problem. I have set the CPU only for the Example...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will now make a try with the DualVirtualSerial example&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks kpa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524272#M6908</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524273#M6909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Tue Apr 03 02:02:16 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok I have tried the DualVirtualSerialDevice demo on myLPCExpresso LPC11U14 with the nxpUSBlib 0.93&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The edited sources are attached.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The first VirtualCom work nicely, the second one is visible on my system (ubuntu 11.04), I can open it but it doesn't work when writing or reading from it...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does any one have any idea why ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks kpa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524273#M6909</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:11Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524274#M6910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by tuong on Tue Apr 03 03:04:35 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Dear Kpa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The LPC11U14 only has 4 logical endpoints, exclude control endpoint, but the DualVirtualSerial demo uses 6 endpoints...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tuong Nguyen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524274#M6910</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524275#M6911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Wed Apr 04 00:46:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is no check or warning about this. It could be a nice addition.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524275#M6911</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524276#M6912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smoorby on Wed Apr 18 04:59:30 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi all, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a similar problem with "Example_VirtualSerialDevice".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to get this as a working example before I try with MIDI device class.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It builds without problems configured for LPC17XX / LPCXpressoRevB.&amp;nbsp; It connects and enumerates as a serial device /dev/ttyACM0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can open this device ok with minicom and then send a single character 'a'.&amp;nbsp; What I get echoed back appears to be an infinite supply of 'a's.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the LPCXpresso debugger I see CDC_Device_BytesReceived() always returns something &amp;gt; 0 after the first 'a' is received.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using nxpUSBlib-v0.94&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524276#M6912</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524277#M6913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smoorby on Wed Apr 18 05:36:42 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Have looked at the code and think I can see the problem.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the function CDC_Device_ReceiveByte(), whether a byte is read is determined by Endpoint_BytesInEndpoint() which accesses the PresentCount field of the DMA descriptor.&amp;nbsp; The function Endpoint_Read_8() consumes the byte by &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;usb_data_buffer_index++;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;usb_data_buffer_size--;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, this has no effect on what is returned by Endpoint_BytesInEndpoint() as PresentCount in the DMA descriptor is not modified.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I see usb_data_buffer_size is new to v0.94.&amp;nbsp; Doesn't seem to be used consistently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This is related to the "Endpoint_Read_Stream_LE()" topic in this forum.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:14 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524277#M6913</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524278#M6914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by vu on Thu Apr 19 20:10:40 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;You can try these steps :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. In Endpoint_LPC17xx.h you can see function Endpoint_BytesInEndpoint(), replace " return (dmaDescriptor[ endpointhandle[endpointselected] ].PresentCount)"&amp;nbsp;&amp;nbsp; with&amp;nbsp;&amp;nbsp; " return usb_data_buffer_size ".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. And in Endpoint_LPC17xx.c with function DMAEndTransferISR(), you add " usb_data_buffer_size = dmaDescriptor[PhyEP].PresentCount "&amp;nbsp;&amp;nbsp; for OUT Endpoint.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;With best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Vu Nguyen &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524278#M6914</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524279#M6915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by smoorby on Thu Apr 19 23:25:08 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, this will work but I'm wondering about the use of globals for usb_data_buffer_index and usb_data_buffer_count. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In a full usb serial application the data can only be consumed at the UART line rate.&amp;nbsp; Isn't it possible that another USB transfer may complete and overwrite these globals before the first buffer is finished with?&amp;nbsp; Why not do away with the globals and access the data through the currently selected (and retired) DMA descriptor.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524279#M6915</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: nxpUSBlib DualVirtualSerial example</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524280#M6916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by kpa on Wed May 09 06:21:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I am facing the same problem on LPC11U24xx. Any patch or clean solution is available ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;kpa&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:49:16 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/nxpUSBlib-DualVirtualSerial-example/m-p/524280#M6916</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:49:16Z</dc:date>
    </item>
  </channel>
</rss>

