<?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: FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647456#M39313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the USB host mode, I wasn't sure if the microcontroller on the FRDM-KL27Z supported it or not. From what I saw the USB module on KL25 has OTG while the KL27 doesn't so I wasn't sure if we needed OTG to support host mode. I will look into the example for the KL25 and try to make it work now that I know the hardware supports it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the Win8/Win10 driver issue, my problem isn't with installing unsigned drivers or getting the COM port to appear which is what the threads you mentioned talk about. I can see the COM port and open it, but there is no echo back (which is what the demo is supposed to do). I tried it on two different computers, one with windows 8 and another with windows 10, both x64 systems and none of them worked. Then I tried on windows 7 x64 and it worked fine, so I'm not sure what to do to fix it. Maybe I need a different inf file? The demo has a bug? I'm a bit stuck at this moment if you have any hints I can try them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Oct 2016 09:29:02 GMT</pubDate>
    <dc:creator>micaelsantos</dc:creator>
    <dc:date>2016-10-19T09:29:02Z</dc:date>
    <item>
      <title>FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647454#M39311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having two problems with the FRDM-KL27Z board which I can't find a solution so far.&lt;/P&gt;&lt;P&gt;The first issue is with board example "usb_device_cdc_vcom", it seems to work well on windows 7 but I can't make it work on windows 8/10 (which is what most people use nowadays). I already installed the unsigned driver supplied on the example and managed to get a new serial port, even though I can open the port there is no character echo. After debugging the code the problem seems to be in the variable "s_cdcVcom.startTransactions" which is never set to 1. Do I need a special driver to make it work? It looks to me like an OS driver problem and not on the microcontroller, but I can't find any workaround to solve the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another question is if it's possible to use the microcontroller "&lt;SPAN class=""&gt;MKL27Z64VLH4&lt;/SPAN&gt;" in USB host mode. I could only find examples for USB devices in the sdk. the device doesn't support USB host mode?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the help :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 16:47:06 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647454#M39311</guid>
      <dc:creator>micaelsantos</dc:creator>
      <dc:date>2016-10-18T16:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647455#M39312</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;1&amp;gt; There are some threads about USB CDC issue with Win8/Win10 OS.&lt;/P&gt;&lt;P&gt;Please check below threads for the detailed info:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/375982"&gt;Kinetis USB CDC driver supported on Windows8, Windows10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/thread/357509#comment-526134" title="https://community.nxp.com/thread/357509#comment-526134"&gt;https://community.nxp.com/thread/357509#comment-526134&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt; KL27 USB module does support USB host mode, while the KSDK V2.0 software doesn't provide related example demo.&lt;/P&gt;&lt;P&gt;The USB stack V4.1.1 provide USB host demo for Kinetis L family product (KL25).&lt;/P&gt;&lt;P&gt;The KL27 USB module is same with KL25 USB module.&lt;/P&gt;&lt;P&gt;Customer could refer &lt;A href="http://www.nxp.com/products/automotive-products/microcontrollers-and-processors/8-bit-s08-5.5v-mcus/usb-stack:MEDICALUSB"&gt;USB Stack V4.1.1 &lt;/A&gt;about USB Host mode application.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 03:14:12 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647455#M39312</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2016-10-19T03:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647456#M39313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the USB host mode, I wasn't sure if the microcontroller on the FRDM-KL27Z supported it or not. From what I saw the USB module on KL25 has OTG while the KL27 doesn't so I wasn't sure if we needed OTG to support host mode. I will look into the example for the KL25 and try to make it work now that I know the hardware supports it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the Win8/Win10 driver issue, my problem isn't with installing unsigned drivers or getting the COM port to appear which is what the threads you mentioned talk about. I can see the COM port and open it, but there is no echo back (which is what the demo is supposed to do). I tried it on two different computers, one with windows 8 and another with windows 10, both x64 systems and none of them worked. Then I tried on windows 7 x64 and it worked fine, so I'm not sure what to do to fix it. Maybe I need a different inf file? The demo has a bug? I'm a bit stuck at this moment if you have any hints I can try them&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Oct 2016 09:29:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647456#M39313</guid>
      <dc:creator>micaelsantos</dc:creator>
      <dc:date>2016-10-19T09:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647457#M39314</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;1&amp;gt; Sorry for my previous answer. KL27 USB module is different with KL25 product. KL27 USB module only support USB FS device application, not support host mode. Sorry again.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/4029i32394B9CC9986EA6/image-size/large?v=v2&amp;amp;px=999" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2&amp;gt; I don't think that was the KL27 USB demo code issue. I will check with Kinetis product team if there with updated USB CDC windows driver inf file for Win8/Win10 system. I will let you know when there with any feedback. Thank you for the patience.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Oct 2016 00:31:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647457#M39314</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2016-10-20T00:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647458#M39315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #51626f; background-color: #ffffff;"&gt;"I will check with Kinetis product team if there with updated USB CDC windows driver inf file for Win8/Win10 system".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any updates? Thank you in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2016 09:55:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647458#M39315</guid>
      <dc:creator>iduque</dc:creator>
      <dc:date>2016-12-01T09:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-KL27Z USB Device CDC on Windows 8/10 and USB Host for serial adapters</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647459#M39316</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;Unfortunately, I didn't get the feedback.&lt;/P&gt;&lt;P&gt;Could you please check below threads about Kinetis USB CDC driver for Win8 &amp;amp; Win10 OS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.nxp.com/thread/375982"&gt;Kinetis USB CDC driver supported on Windows8, Windows10&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" class="link-titled" href="https://community.nxp.com/thread/357509#comment-526134" title="https://community.nxp.com/thread/357509#comment-526134"&gt;https://community.nxp.com/thread/357509#comment-526134&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Wish it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a great day,&lt;BR /&gt;Ma Hui&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2016 04:20:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/FRDM-KL27Z-USB-Device-CDC-on-Windows-8-10-and-USB-Host-for/m-p/647459#M39316</guid>
      <dc:creator>Hui_Ma</dc:creator>
      <dc:date>2016-12-05T04:20:51Z</dc:date>
    </item>
  </channel>
</rss>

