<?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: LPCXpresso 1769 USB VCOM or CDC (example) in LPCXpresso IDE</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559395#M15422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Mon Mar 05 10:44:49 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;but the usbser.sys ist provided in the zip of the keil project. in this RDB inf file there is "include=mdmcpq.inf"&amp;nbsp; is that ok ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that is OK. The usbser.sys and mdmcpq.inf are part of Windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The whole idea is that the CDC protocol is standard and that the operating system contains a standard device driver for this protocol. You just need to tell windows that the device identified by the given VID/PID should user usbser.sys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had both my own version and the standard version from NXP running on my lpc1769 board without any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 02:08:38 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T02:08:38Z</dc:date>
    <item>
      <title>LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559381#M15408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sat Mar 03 11:17:47 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the LPCXpresso 1769 USB Port as a Virtual Com Interface (VCOM).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I allready soldered the USB mini Port with 330Ohm Resistors on the Pin's of the 1769. (D- / D+, VinExt, GND)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment I'm using UART2 with 115Kbaud to transmit Data to my PC via a Sparkfun USB-2-Serial Bridge (FTDI).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you guys have an working project or an example (I didnt find any) to use the LPCXpresso USB as a VCOM Device?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;WR&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559381#M15408</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559382#M15409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Mar 03 11:50:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Sam,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;see &lt;/SPAN&gt;&lt;A href="http://"&gt;http://bikealive.nl/lpc1754-test.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the bottom of that page there is a .zip file (lpc1754_FatFS_test) containing a project usb_FatFS_test. That is actually just the FatFS test program as delived with fatFS but it communicates via USB instead of the uart.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;usb_test contains a test program to test the I2C EEPROM, the microSD and the RTC (backup battery) on my board.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Both projects are for an lpc1754 so you will have to chang them a bit for the lpc1769 - but they are fully functional and they should work on the lpc1769 as well (after changing the I/O assignments) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559382#M15409</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559383#M15410</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 Sat Mar 03 12:06:06 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I want to use the LPCXpresso 1769 USB Port as a Virtual Com Interface (VCOM).&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Surprisingly your example folder is including a sample called USBCDC :rolleyes:&lt;/SPAN&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;I already soldered the USB mini Port with 330Ohm Resistors on the Pin's of the 1769.&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;Congratulation, then solder them out again :) 33 Ohm resistors are included in LPCXpresso1769 :eek:&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559383#M15410</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559384#M15411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sat Mar 03 12:06:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but this isnt this for mass storage with FatFS and not VCOM data transmitting? :confused:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;wr &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sam&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;@Zero and whats with the 1,5K Pullups/down ????&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559384#M15411</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559385#M15412</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 Sat Mar 03 12:20:48 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: &lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;...whats with the 1,5K Pullups/down ????&lt;/SPAN&gt;&lt;HR /&gt;&lt;SPAN&gt;All included :eek:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;'USB pullup for USB Device operation' See Page 6 of &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://www.embeddedartists.com/sites/default/files/docs/schematics/LPCXpressoLPC1769revB.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to add a simple USB Device nothing more than an USB Connector is necessary :)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559385#M15412</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559386#M15413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sat Mar 03 13:22:04 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you Zero :)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;all things are working now. The CDC/VCom works fine, i have a bandwith of 15mbit thats awesome!!!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559386#M15413</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:33Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559387#M15414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sat Mar 03 23:22:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;Thank you,&lt;BR /&gt;but this isnt this for mass storage with FatFS and not VCOM data transmitting? :confused:&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is actually a third project (usb_bootloader) and that uses mass storage - but not using FatFS but directly to Flash.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a nice readme.txt inside that project explaining how to setup your own project(s) to use this USB bootloader but you can always just use the "managed linkerscript" settings on the other projects to download them to flash via LPCXpresso.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What USBCDC example are you using?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The NXP examples use the Keil USB stack - that one is not free and may not be distributed without a license from Keil. I used the LPCUSB stack from Betrik Sikken. This is an open source stack without those limitations.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559387#M15414</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559388#M15415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sun Mar 04 04:53:30 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ok , where is this usb stack?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the problem is that the driver not works .... i used the example from RDB1768 USB CDC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it always says driver not recognized.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:(((&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559388#M15415</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559389#M15416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sun Mar 04 05:21:43 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;hte example is from Betrik Rob.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But its not working, the Driver is not accepted by windows&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unknown Device.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And the HardwareID is not recognized. But my Code is running good, no stops or halts.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559389#M15416</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559390#M15417</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sun Mar 04 11:14:46 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;Please Help!&amp;lt; I Need LPC1769 with usb or I have to switch to STM32 USBfwLib (which i dont really want to :( but my boss will force me)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559390#M15417</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559391#M15418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sun Mar 04 11:27:02 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;is that configuration ok, for the LPCXpresso 1769 ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // P2.9 -&amp;gt; USB_CONNECT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_PINCON-&amp;gt;PINSEL4 &amp;amp;= ~0x000C0000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_PINCON-&amp;gt;PINSEL4 |= 0x00040000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // P1.18 -&amp;gt; USB_UP_LED&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // P1.30 -&amp;gt; VBUS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_PINCON-&amp;gt;PINSEL3 &amp;amp;= ~0x30000030;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_PINCON-&amp;gt;PINSEL3 |= 0x20000010;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // P0.29 -&amp;gt; USB_D+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // P0.30 -&amp;gt; USB_D-&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_PINCON-&amp;gt;PINSEL1 &amp;amp;= ~0x3C000000;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_PINCON-&amp;gt;PINSEL1 |= 0x14000000;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; // enable PUSB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; LPC_SC-&amp;gt;PCONP |= (1 &amp;lt;&amp;lt; 31);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559391#M15418</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559392#M15419</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Sun Mar 04 12:45:15 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;hte example is from Betrik Rob.&lt;BR /&gt;&lt;BR /&gt;But its not working, the Driver is not accepted by windows&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need a .inf file to tell Windows that the given VID/PID belong to a serial port and that usbser.sys has to be used. I just discovered that I have forgotten to include this file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The easy way to do this is to use usbser.inf in C:\nxp\LPCXpresso_X.X.X\lpcxpresso\Examples\NXP\LPC1000\LPC17xx\RDB1768cmsis2.zip\RDB1768cmsis2_usb_serial.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please note that once you are creating a product you must get your own VID/PID pair and change the .inf file accordingly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559392#M15419</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559393#M15420</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sun Mar 04 15:10:10 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;It still says in this folder there is no driver which is made for x64 based systems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ok i copied now the inf file. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;it looks like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD bgcolor="#cacaca"&gt; &lt;PRE&gt;[Version]
Signature="$Windows NT$"
Class=Ports
ClassGuid={4D36E978-E325-11CE-BFC1-08002BE10318}
Provider=%MyCompany%
DriverVer=05/20/2010,1.0.0.0

[MANUFACTURER]
%ProviderName%=DeviceList, NTx86, NTamd64

[DeviceList.NTx86]
%MyCompany%=DriverInstall,USB\VID_FFFF&amp;amp;PID_0005

[DeviceList.NTamd64]
%MyCompany%=DriverInstall,USB\VID_FFFF&amp;amp;PID_0005

[DriverInstall]
include=mdmcpq.inf
CopyFiles=FakeModemCopyFileSection
AddReg=LowerFilterAddReg,SerialPropPageAddReg

[DriverInstall.Services]
include = mdmcpq.inf
AddService = usbser, 0x00000002, LowerFilter_Service_Inst

; This adds the serial port property tab to the device properties dialog
[SerialPropPageAddReg]
HKR,,EnumPropPages32,,"MsPorts.dll,SerialPortPropPageProvider"

[Strings]
ProviderName = "CDC Driver"
MyCompany= "MYUSB VirtualCom"
&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;but the usbser.sys ist provided in the zip of the keil project. in this RDB inf file there is "include=mdmcpq.inf"&amp;nbsp; is that ok ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559393#M15420</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559394#M15421</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Sun Mar 04 15:35:49 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok guys, maybe the usb initialization ist not working right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;when i click on driverdetails/device details and scrolling down the parameters the VID PID is 0000 0000.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The code is running and there is no halt or error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But&amp;nbsp; I still think this code from CodeRed Example is not working with the LPC1769.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone of you guys have a own running LPCXpresso 1769 example project which is testet with drivers?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I really want to import it to see if its a hardware fault.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I directly solderd the usb cable pins to the PCB&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Green on USB -&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;White on USB +&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Black on GND&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Red on VIN&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Shild of the Cable is not connected&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;:(&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559394#M15421</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559395#M15422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Mon Mar 05 10:44:49 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;but the usbser.sys ist provided in the zip of the keil project. in this RDB inf file there is "include=mdmcpq.inf"&amp;nbsp; is that ok ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that is OK. The usbser.sys and mdmcpq.inf are part of Windows.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The whole idea is that the CDC protocol is standard and that the operating system contains a standard device driver for this protocol. You just need to tell windows that the device identified by the given VID/PID should user usbser.sys.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had both my own version and the standard version from NXP running on my lpc1769 board without any problems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559395#M15422</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559396#M15423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by cell85 on Mon Mar 05 16:05:33 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;ok but whats the problem with my system then ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is the USB Phy defective ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559396#M15423</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559397#M15424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Mon Mar 05 23:32:14 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;Is the USB Phy defective ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is more likely that you connected the whole thing wrong.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Check out the "Getting Started Manual" that came with the LPCXpresso software, there is a nice picture in there describing how to connect the USB cable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(I don't know why I did not refer to that the first time :eek:)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559397#M15424</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559398#M15425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Polux rsv on Tue Mar 06 01:11:18 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Green on USB -&lt;BR /&gt;White on USB +&lt;BR /&gt;Black on GND&lt;BR /&gt;Red on VIN&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember (or read the schematics &lt;/SPAN&gt;&lt;A href="http://"&gt;http://ics.nxp.com/support/documents/microcontrollers/pdf/lpcxpresso.lpc1769.schematic.pdf&lt;/A&gt;&lt;SPAN&gt;), The 5V Vin pin is connected to the LPC-link, which makes the 3.3V sent back to the LPC1769. Whithout LPC-link, the LPC board running alone should be powered by 3.3V on the "Vout" (J6 pin 28) .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also had problems with dual CDC. When I download the code and then run/step with the debugger, the PC (Win XP) doesn't recognize the new devices. But if I [B]disconnect[/B] the USB cable (not the LPC-link), run/restart&amp;nbsp; my application and then [B]reconnect[/B] the cable, both CDC devices are detected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Angelo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559398#M15425</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559399#M15426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by medis on Tue Mar 06 01:54:41 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: cell85&lt;/STRONG&gt;&lt;BR /&gt;ok but whats the problem with my system then ?&lt;BR /&gt;Is the USB Phy defective ?&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On NXP site are "code.bundle.lpc17xx.keil.zip" package with all sources(LPC17xxSampleSoftware.102\keil\USBCDC) and inf files&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But if Your VID and PID are 0000,then driver will not run,because VID PID do not match inf file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you put usb wires wrong- usb do not appear on the device manager and shows something "usb device do not recognized" (on the righ bottom win desktop corner)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Try different PC.Yesterday tryed on lpc11u14 device:after usb plug and drivers install,seems enumerating goes without problem and i get com port,but after every usb replug yellow question appeared and always reistall drivers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But when try send receive-nothing works.Looked with usb snooper-no transaction are going&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Switched to other PC and all problems gone.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Now look solution to repair pc or will go system reinstall&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;br&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:40 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559399#M15426</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: LPCXpresso 1769 USB VCOM or CDC (example)</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559400#M15427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by Rob65 on Tue Mar 06 02:47:38 MST 2012&lt;/STRONG&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG&gt;Quote: medis&lt;/STRONG&gt;&lt;BR /&gt;On NXP site are "code.bundle.lpc17xx.keil.zip" package with all sources(LPC17xxSampleSoftware.102\keil\USBCDC) and inf files&lt;BR /&gt;&lt;/SPAN&gt;&lt;HR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please check the license with the Keil USB code to see if it suits your needs before using it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I only use LPCUSB. LPCUSB was developed by Bertrik to remove some of the restrictions on the Keil stack.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Also note that just using the 1.5k resistor is not OK as long as you only plug in the USB cable when the USB stack is up and running. As soon as Windows detects the USB cable (through the 1.5k resistor) it will start enumeration of the device - when USB is not running on your device at that time enumeration will fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It will work OK if you do as described in the getting started manual with the USB stack being initialized as soon as your main() is entered but when there is a too long delay between power up and USB initialization things will fail.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use an extra transistor to the USB_CONNECT pin to be less dependent on this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rob&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:08:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/LPCXpresso-1769-USB-VCOM-or-CDC-example/m-p/559400#M15427</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T02:08:41Z</dc:date>
    </item>
  </channel>
</rss>

