<?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 How to send and receive data via usb in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523926#M6562</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sadeghjun on Tue Sep 30 07:38:14 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to send and receive data from PC to My board (MCB1700) and i need about 2Mbps speed, but i have some problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;[color=#f00]1- I don't know witch class should i use (CDC,HID,...)?&lt;BR /&gt;2- don't know witch function send data from LPC1768 &amp;amp; witch function receive data?&lt;BR /&gt;3- How can i sed data too fast as 2Mbps(or faster)?[/color]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 16:47:03 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T16:47:03Z</dc:date>
    <item>
      <title>How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523926#M6562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sadeghjun on Tue Sep 30 07:38:14 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi everybody.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to send and receive data from PC to My board (MCB1700) and i need about 2Mbps speed, but i have some problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;[color=#f00]1- I don't know witch class should i use (CDC,HID,...)?&lt;BR /&gt;2- don't know witch function send data from LPC1768 &amp;amp; witch function receive data?&lt;BR /&gt;3- How can i sed data too fast as 2Mbps(or faster)?[/color]&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:47:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523926#M6562</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523927#M6563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by r1200gs on Mon Oct 20 17:15:57 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Find the 'usbd_rom_libusb' example in the&amp;nbsp; LPCOpen-platform code (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-platform" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-platform&lt;/A&gt;&lt;SPAN&gt;). The libusbdev.c file interfaces to the ROM based USB stack (the ROM documentation is largely useless, but the file itself gives useful examples). Get libusb from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.libusb.org" rel="nofollow" target="_blank"&gt;http://www.libusb.org&lt;/A&gt;&lt;SPAN&gt;. A big part of the problem is solved by knowing only to look at these two things. You can expect 20-30 mBytes speed with the example code (that is with an LPC4370 in the Link II board). Be aware that there is a limit of 6 endpoints in the ROM.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The libusbdev.c does not use any of the CDC,HID, etc profiles. It just uses the raw interface.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523927#M6563</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523928#M6564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by r1200gs on Mon Oct 20 17:32:41 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Look at the 'usbd_rom_libusb' example in the lpcopen-platform (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.lpcware.com%2Fcontent%2Fnxpfile%2Flpcopen-platform" rel="nofollow" target="_blank"&gt;http://www.lpcware.com/content/nxpfile/lpcopen-platform&lt;/A&gt;&lt;SPAN&gt;) and get libusb from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.libusb.org" rel="nofollow" target="_blank"&gt;http://www.libusb.org&lt;/A&gt;&lt;SPAN&gt;. In the example the file 'libusbdev.c' provides and interface to the on-board ROM USB stack. These two pieces are what you need. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can expect 20-30 mBytes/sec performance (that's with a LPC 4370 on a Link II board). The documentation for the USB stack is largely useless, but knowing that the ROM USB stack is the one to use, that the file libusbdev.c&amp;nbsp; provides usage examples and that libusb is the right thing to use on the host (Mac, Linux and Windows), reduces the problem substantially.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This approach does not use any of the CDC/HID/... profiles, just direct I/O.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are 6 endpoints in the ROM USB stack. I have mine set up as a pair of bulk endpoints, a pair of interrupt endpoints and the control connection on endpoint 0. I can type commands through the interrupt endpoints while simultaneously transferring data on the bulk endpoints.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:47:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523928#M6564</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523929#M6565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by sadeghjun on Tue Oct 21 06:31:03 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;thank's a lot for your reply&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can't find that example ,can you upload that?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:47:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523929#M6565</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523930#M6566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by r1200gs on Tue Oct 21 10:05:43 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Well, I thought I was being as clear as I could be, but then I downloaded LPCOpen v2.10 for the embedded Artists LPC1788 board and guess what; no such example, just as you say. There are 6 'usb_lib_xxx' examples for the 1788, but there are 10 such examples for the LPC4370. And the one I'm talking about isn't in the LPC1788 support package; just the 4370 one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So then I looked up the MCB1700 board you mention and I see its worth like $500. Way too rich for me.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know what the most important part of your project is, but if getting USB working is your goal,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;can I suggest you buy a pair of EA-XPR-200 boards using the LPC4370 at $24 a board from DigiKey&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(one for JTAG debugger and the other for a target board; be sure and get the Embedded Artists version&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;as the NXP version is the same but twice the cost)? I went with the 4370 because it also has the on board&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;USB 2.0 High speed PHYS, but in addition it has a flash A/D that can sample at 80 megasamples a second.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The 4370 also has a USB stack in on-board ROM, which the LPC1768 doesn't appear to. I'm sure that same stack is&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;available for use on the MCB1700 board as a library, but I have no clue where. As I think I said before, the NXP USB documentation really sucks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But then the only other chip I've tried USB with is the STM32 and that documentation sucks even more.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My plan is to build the Link II board (EA-XPR-200) directly into my projects as it is pretty cheap and small and has all the necessary digital&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and analog I/O brought out on 50 thou connectors. The 'LabTool' device associated with the Link II is an existence proof of that, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but that software that is kind of too complicated to adapt to other things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But still, if you get USB running on something where it is relatively simple, like the ROM USB stack, you will be a long way up a steep learning curve.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As I say, I have been having good success with the usbd_rom_libusb example on the LPC4370. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The documentation isn't great, but the code is pretty readable and simple. The ROM based USB stack seems very well written.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have demonstrated 35 mBytes/sec up and 29 mBytes/second down using the ROM stack. I also have two independent full duplex&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;read/write 'sockets' operational; one for commands and the other for data. Only a couple of hundred line of code altogether.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 16:47:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523930#M6566</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523931#M6567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have been trying to implement USB data transfer and haven't been so successful. Could you tell me what to do and how to transfer data?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am running the HSADC at 80MSPS (I am not sure how to check this), further, I am transferring the data from the HSADC to the FIFO using the DMA. I want to transfer the data in the FIFO using bulk transfer USB instead of UART that I am using now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not know how to connect the microcontrollers for data transfer, neither have I worked on this before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It would be really helpful if you could&amp;nbsp;assist me a bit on this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Vish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Feb 2019 23:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523931#M6567</guid>
      <dc:creator>vxs187</dc:creator>
      <dc:date>2019-02-21T23:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523932#M6568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would recommend to check and download LPCOpen software for LPC43xx product from &lt;A href="https://www.nxp.com/support/developer-resources/software-development-tools/lpc-developer-resources-/lpcopen-libraries-and-examples/lpcopen-software-development-platform-lpc43xx:LPCOPEN-SOFTWARE-FOR-LPC43XX"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;The LPCOpen software provides the ADC and USB example demo.&lt;/P&gt;&lt;P&gt;I think customer could refer [usbd_rom_bwtest] about USB module bandwidth test.&lt;/P&gt;&lt;P&gt;[usbd_rom_cdc_vcom]&amp;nbsp; example shows how to us USBD ROM stack to creates a virtual comm port.&lt;/P&gt;&lt;P&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------------------------------------------------------------------------------&lt;BR /&gt;Note:&lt;BR /&gt;- If this post answers your question, please click the "Mark Correct" button. Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- We are following threads for 7 weeks after the last post, later replies are ignored&lt;BR /&gt; Please open a new thread and refer to the closed one, if you have a related question at a later point in time.&lt;BR /&gt;-------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 08:45:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523932#M6568</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2019-02-26T08:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523933#M6569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply. I have used the example to find that the code does compile but I am not able to get the connection done. If you could refer the example:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#include "board.h"&lt;BR /&gt;#include &amp;lt;stdio.h&amp;gt;&lt;BR /&gt;#include &amp;lt;string.h&amp;gt;&lt;BR /&gt;#include "libusbdev.h"&lt;/P&gt;&lt;P&gt;/* The size of the packet buffer. */&lt;BR /&gt;#define PACKET_BUFFER_SIZE 4096&lt;/P&gt;&lt;P&gt;/* Application defined LUSB interrupt status */&lt;BR /&gt;#define LUSB_DATA_PENDING _BIT(0)&lt;/P&gt;&lt;P&gt;/* Packet buffer for processing */&lt;BR /&gt;static uint8_t g_rxBuff[PACKET_BUFFER_SIZE];&lt;/P&gt;&lt;P&gt;int main(void)&lt;BR /&gt;{&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;/* Initialize board and chip */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;SystemCoreClockUpdate();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;Board_Init();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Init USB subsystem and LibUSBDevice */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;libusbdev_init(USB_STACK_MEM_BASE, USB_STACK_MEM_SIZE);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;while (1) {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* wait until host is connected */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while (libusbdev_Connected() == 0) {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Sleep until next IRQ happens */&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -----------&amp;gt;&amp;nbsp; The code keeps staying here. The usb never gets connected.&amp;nbsp;&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;__WFI();&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;while (libusbdev_Connected()) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (libusbdev_QueueReadDone() != -1) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Dummy process read data ......*/&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* requeue read request */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;libusbdev_QueueReadReq(g_rxBuff, PACKET_BUFFER_SIZE);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;if (libusbdev_QueueSendDone() == 0) {&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;/* Queue send request */&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;libusbdev_QueueSendReq(g_rxBuff, PACKET_BUFFER_SIZE);&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you could give a step by step explanation of what to do, it would be very helpful for a lot of people like me.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Feb 2019 16:10:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523933#M6569</guid>
      <dc:creator>vxs187</dc:creator>
      <dc:date>2019-02-26T16:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523934#M6570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you guide me which LPCOpen software package you are using?&lt;/P&gt;&lt;P&gt;And which USB example you are referring? Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2019 02:32:17 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523934#M6570</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2019-02-27T02:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523935#M6571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using the&amp;nbsp;usbd_rom_libusb example, the code I pasted was for the lpc4370 device, from the libusbdev_main.c program.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Vish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Mar 2019 17:26:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523935#M6571</guid>
      <dc:creator>vxs187</dc:creator>
      <dc:date>2019-03-04T17:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to send and receive data via usb</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523936#M6572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for the info.&lt;/P&gt;&lt;P&gt;I checked you submitted a new thread about this issue.&lt;/P&gt;&lt;P&gt;Please check our support from &lt;A _jive_internal="true" href="https://community.nxp.com/thread/497008"&gt;here&lt;/A&gt;. Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Mar 2019 03:12:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-send-and-receive-data-via-usb/m-p/523936#M6572</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2019-03-05T03:12:55Z</dc:date>
    </item>
  </channel>
</rss>

