<?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>Kinetis MicrocontrollersのトピックRe: K20 USB low-level communication</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264924#M8458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lvr.com is now: &lt;A class="loading" href="http://janaxelson.com/" title="http://janaxelson.com/"&gt;http://janaxelson.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 01 Dec 2014 16:19:01 GMT</pubDate>
    <dc:creator>bobpaddock</dc:creator>
    <dc:date>2014-12-01T16:19:01Z</dc:date>
    <item>
      <title>K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264918#M8452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a project with the MK20DX256VLL7 processor.&amp;nbsp; I have been able to successfully run the FSL_USB_Stack on our custom board using the CDC device (many thanks to &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/BlackNight"&gt;BlackNight&lt;/A&gt; ).&amp;nbsp; I also have been able to communicate with a host PC using a virtual comm port.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I need to design this project so that several devices can be connected to a host PC at the same time, and I'd like the user to not have to worry about the specifics of comm ports and the way that Windows auto-increments the number with each new device.&amp;nbsp; Is the CDC device appropriate for this task, and if so, what driver do I need to call in the .INF file?&amp;nbsp; Is there perhaps a better device class to use?&amp;nbsp; We are starting to look at an FTDI chip and driver set, but that seems a little silly considering the K20 already has USB capabilities.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;--steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 22:11:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264918#M8452</guid>
      <dc:creator>stevea</dc:creator>
      <dc:date>2013-12-16T22:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264919#M8453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think as well as you&amp;nbsp; that CDC is the best USB class option for your project, but regard COM enumeration while connecting different devices I suggest you to check on specific documentation of USB.org - Approved Device Class Document Download, Enumeration of USB Composite Devices (Windows Drivers) and Enumeration of Interfaces on USB Composite Devices (Windows Drivers).&lt;/P&gt;&lt;P&gt;I hope you find this useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jan 2014 23:20:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264919#M8453</guid>
      <dc:creator>perlam_i_au</dc:creator>
      <dc:date>2014-01-07T23:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264920#M8454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just posted some code to show what COM ports match what USB device:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.lvr.com/forum/index.php?topic=1239.msg5502#msg5502" title="http://www.lvr.com/forum/index.php?topic=1239.msg5502#msg5502"&gt;"How to display com# when USB is plugged in?&lt;/A&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got tired of answering the support question "What COM port do I have?".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Poking at the registry to prevent the COM port from changing is a dubious process across all the versions of Windows.&lt;/P&gt;&lt;P&gt;Far safer to just use the SetupAPI's as the above link shows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jan 2014 15:50:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264920#M8454</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2014-01-09T15:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264921#M8455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for this.&amp;nbsp; It looks useful, I'll give it a try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a similar project in VB by J.Axelson at&amp;nbsp;&amp;nbsp; &lt;A href="http://www.lvr.com/serport.htm#example_code" title="http://www.lvr.com/serport.htm#example_code"&gt;http://www.lvr.com/serport.htm#example_code&lt;/A&gt;&lt;/P&gt;&lt;P&gt;The code uses the command &lt;EM&gt;SerialPort.GetPortNames &lt;/EM&gt;to get the currently used ports (not necessarily open).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 16:33:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264921#M8455</guid>
      <dc:creator>stevea</dc:creator>
      <dc:date>2014-01-10T16:33:28Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264922#M8456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't see the link, it seems broken.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Teckna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 10:03:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264922#M8456</guid>
      <dc:creator>Teckna</dc:creator>
      <dc:date>2014-11-05T10:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264923#M8457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It appears that &lt;A href="https://community.nxp.com/www.lvr.com" target="test_blank"&gt;www.lvr.com&lt;/A&gt; has been hijacked or otherwise taken over by a retailer, &lt;A href="https://community.nxp.com/www.luisaviaroma.com" target="test_blank"&gt;www.luisaviaroma.com&lt;/A&gt;, which may or may not be legitimate.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Nov 2014 21:53:26 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264923#M8457</guid>
      <dc:creator>johnstrohm</dc:creator>
      <dc:date>2014-11-19T21:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264924#M8458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;lvr.com is now: &lt;A class="loading" href="http://janaxelson.com/" title="http://janaxelson.com/"&gt;http://janaxelson.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 16:19:01 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264924#M8458</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2014-12-01T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: K20 USB low-level communication</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264925#M8459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="loading" href="http://www.janaxelson.com/forum/index.php?topic=1239.0;wap2" title="http://www.janaxelson.com/forum/index.php?topic=1239.0;wap2"&gt;http://www.janaxelson.com/forum/index.php?topic=1239.0;wap2&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;lvr.com is now janaxelson.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Dec 2014 16:21:04 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/K20-USB-low-level-communication/m-p/264925#M8459</guid>
      <dc:creator>bobpaddock</dc:creator>
      <dc:date>2014-12-01T16:21:04Z</dc:date>
    </item>
  </channel>
</rss>

