<?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 write INF file for composite device? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573095#M18723</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by iamonline on Sat Apr 12 22:23:30 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use OpenPlatform 1.03 usblib to create composite device.But&amp;nbsp; I donot know how to write inf file. I want to create 2 virtual com device, and when I plug USB cable, it show that cann't recognize the composite device. Can anybody give me some advice on how to write INF file for composite device?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Jun 2016 20:16:34 GMT</pubDate>
    <dc:creator>lpcware</dc:creator>
    <dc:date>2016-06-15T20:16:34Z</dc:date>
    <item>
      <title>how to write INF file for composite device?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573095#M18723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by iamonline on Sat Apr 12 22:23:30 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I use OpenPlatform 1.03 usblib to create composite device.But&amp;nbsp; I donot know how to write inf file. I want to create 2 virtual com device, and when I plug USB cable, it show that cann't recognize the composite device. Can anybody give me some advice on how to write INF file for composite device?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:34 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573095#M18723</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:34Z</dc:date>
    </item>
    <item>
      <title>Re: how to write INF file for composite device?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573096#M18724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by iamonline on Mon Apr 14 20:04:29 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Are there any others facing the same problem? In my platform , there are 4 CDC device. I rewrite the LPCUSBLib 1.03 code based on virtual com project. Now , it could enum a composite device successfully, but win7 can not load the correct device for CDC device . Can anybody give me a sample on how to write INF file for 4 CDC composite device?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573096#M18724</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to write INF file for composite device?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573097#M18725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;Content originally posted in LPCWare by rundekugel on Mon May 12 07:48:11 MST 2014&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;you've to describe the diffent Interfaces:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;section [manuf.NTamd64] and/or [manuf.NTx86]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;%CDC_only%=Vcom,USB\VID_xxxx&amp;amp;PID_ff01&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;%CDC0%=Vcom,USB\VID_xxxx&amp;amp;PID_ff02&amp;amp;MI_00&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;%CDC1%=Vcom,USB\VID_xxxx&amp;amp;PID_ff02&amp;amp;MI_01&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;MI_00 / 01 is the interface&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;every interface is installed seperately as it would be a single device, you can write seperate .inf files or one for multiple devices/interfaces&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jun 2016 20:16:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/how-to-write-INF-file-for-composite-device/m-p/573097#M18725</guid>
      <dc:creator>lpcware</dc:creator>
      <dc:date>2016-06-15T20:16:36Z</dc:date>
    </item>
  </channel>
</rss>

