<?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>LPCXpresso IDEのトピックRe: usbcdc driver installation on windows7</title>
    <link>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591252#M29513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_USA on Mon Dec 06 11:30:23 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There is another thread which discusses this problem and provides a new .inf file that will work in windows 7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=432&amp;amp;langid=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-NXP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 01:25:38 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-16T01:25:38Z</dc:date>
    <item>
      <title>usbcdc driver installation on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591250#M29511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by dive on Mon Dec 06 02:37:59 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I use LPC1343 and trying the usbcdc that is contained sample project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Run the LPC1343 usbcdc and connect USB cable with Windows7 PC.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But driver installation is failed...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WindowsXP PC is succeeded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Readme.txt tells that this is the known problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know the way not to fail the installation on Windows7 ?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591250#M29511</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: usbcdc driver installation on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591251#M29512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by CodeRedSupport on Mon Dec 06 06:00:04 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that this is actually a different issue to the one that is alluded to in the readme file for this example. I think that the issue you are encountering is simply that the .inf file that NXP have included in this example project is not Windows7 compatible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The below is a modified version of the Windows7 compatible .inf file that CodeRed produced for a CDC example for our RDB1768 development board. I think that this should work with the LPCXpresso1343+baseboard (or USB connector), but don't currently have access to an LPCXpresso1343 system with USB connector that I can test this on.&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=%NXP_LPCXpresso%
DriverVer=11/6/2010,1.0.0.0

[MANUFACTURER]
%ProviderName%=DeviceList, NTx86, NTamd64

[DeviceList.NTx86]
%LPCXpresso1343CDC%=DriverInstall,USB\VID_1FC9&amp;amp;PID_0003

[DeviceList.NTamd64]
%LPCXpresso1343CDC%=DriverInstall,USB\VID_1FC9&amp;amp;PID_0003

[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"
LPCXpresso1343CDC = "LPCXPresso1343 USB Virtual Com Port"&lt;/PRE&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CodeRedSupport&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591251#M29512</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: usbcdc driver installation on windows7</title>
      <link>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591252#M29513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by NXP_USA on Mon Dec 06 11:30:23 MST 2010&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;There is another thread which discusses this problem and provides a new .inf file that will work in windows 7.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://"&gt;http://knowledgebase.nxp.com/showthread.php?t=432&amp;amp;langid=2&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-NXP&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:25:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPCXpresso-IDE/usbcdc-driver-installation-on-windows7/m-p/591252#M29513</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-16T01:25:38Z</dc:date>
    </item>
  </channel>
</rss>

