<?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:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635245#M38305</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In mine FRDM-KL46Z&amp;nbsp;I successfully implemented USB Serial CDC with COM port, however in SDA DEBUG mode it opens as COM4 (i.e.) but it can not run in debug mode hanging on while loop the line:&lt;/P&gt;&lt;P&gt;while(CDC1_App_Task(cdc_buffer, sizeof(cdc_buffer))==ERR_BUSOFF) { }&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;any way&amp;nbsp;to setup CW10.7 for debug mode to read USB ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marceli Firlej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2017 01:33:41 GMT</pubDate>
    <dc:creator>marceli1</dc:creator>
    <dc:date>2017-01-27T01:33:41Z</dc:date>
    <item>
      <title>I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635240#M38300</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need USB-CDC Serial code&amp;nbsp;example for FRDM-KL46Z.&amp;nbsp;Processor Expert&amp;nbsp;in CW seems not supporting CDC type USB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 01:37:10 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635240#M38300</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2016-09-21T01:37:10Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635241#M38301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using a set of Processor Expert components availble on SourceForge (&lt;A class="link-titled" href="https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/" title="https://sourceforge.net/projects/mcuoneclipse/files/PEx%20Components/"&gt;McuOnEclipse - Browse /PEx Components at SourceForge.net&lt;/A&gt;&amp;nbsp;), see &lt;A class="link-titled" href="https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/" title="https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/"&gt;https://mcuoneclipse.com/2014/10/21/mcuoneclipse-releases-on-sourceforge/&lt;/A&gt;&amp;nbsp; how to install them. There is a tutorial about it here: &lt;A class="link-titled" href="https://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/" title="https://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/"&gt;https://mcuoneclipse.com/2012/10/07/tutorial-usb-cdc-with-the-kl25z-freedom-board/&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have attached for you the full CodeWarrior example project for it: you can use this USB CDC either bare metal or with FreeRTOS. This and other projects are available on GitHub:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/CodeWarrior/FRDM-KL46Z" title="https://github.com/ErichStyger/mcuoneclipse/tree/master/Examples/CodeWarrior/FRDM-KL46Z"&gt;mcuoneclipse/Examples/CodeWarrior/FRDM-KL46Z at master · GitHub&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On Windows you need a .inf file for the driver, located in the 'Documentation' folder. Make sure you carefully read and follow the cdc.inf_readme.txt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 09:58:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635241#M38301</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-21T09:58:08Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635242#M38302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Joe&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can get FRDM-KL46Z USB-CDC from &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KL46Z.html%23CDC1" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL46Z.html#CDC1&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is configurable for 1 to 6 USB-CDC VCOMs (with optional USB-CDC&amp;lt;-&amp;gt;RS232 bridges) or can be combined for composite devices, including RNDIS, Audio, HID, and MSD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;BR /&gt;&lt;SPAN&gt;Kinetis for professionals: &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis.html" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Sep 2016 10:53:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635242#M38302</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2016-09-21T10:53:33Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635243#M38303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it helps much using&amp;nbsp;training and example in attachment for mine KL46Z processor. Only&amp;nbsp;in each case on CW10.6 compilation shows warning: C:/Freescale/CW MCU v10.6/MCU/ARM_GCC_Support/ewl/EWL_C/include/stdbool.h #warning "EWL support for C99 is not enabled". Why it happens? For the project I imported&amp;nbsp;recent PE Components 2016-09-21.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marceli Firlej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 11:01:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635243#M38303</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2016-09-25T11:01:05Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635244#M38304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marceli,&lt;/P&gt;&lt;P&gt;you can ignore that warning: it is about using the EWL embedded libraries in combination with C99. Because C99 comes with extra standard defines like bool, they can conflict with other local typedefs for code which can be used for C89 and C99 compiler settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Sep 2016 12:17:15 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635244#M38304</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2016-09-25T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635245#M38305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In mine FRDM-KL46Z&amp;nbsp;I successfully implemented USB Serial CDC with COM port, however in SDA DEBUG mode it opens as COM4 (i.e.) but it can not run in debug mode hanging on while loop the line:&lt;/P&gt;&lt;P&gt;while(CDC1_App_Task(cdc_buffer, sizeof(cdc_buffer))==ERR_BUSOFF) { }&lt;/P&gt;&lt;P&gt;Is&amp;nbsp;any way&amp;nbsp;to setup CW10.7 for debug mode to read USB ports?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marceli Firlej&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 01:33:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635245#M38305</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-01-27T01:33:41Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635246#M38306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marceli,&lt;/P&gt;&lt;P&gt;USB CDC is running on the other USB port of the board, not on the OpenSDA one. The OpenSDA port is connected to the normal UART of the KL46Z. If you want to use the USB CDC, you have to connect with another cable on the second USB port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2017 08:43:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635246#M38306</guid>
      <dc:creator>BlackNight</dc:creator>
      <dc:date>2017-01-27T08:43:18Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635247#M38307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Erich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you, now its&amp;nbsp;programming&amp;nbsp;and debugging with both USB connected cables.&amp;nbsp;I can&amp;nbsp;easy debug USB communication data transmitted from PC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marceli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 00:12:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635247#M38307</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-01-30T00:12:51Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635248#M38308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently using FRDM-KL46Z USB-CDC serial. How to configure it to FRDM-KL46Z USB-HID still using Processor Expert?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marceli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 08:21:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635248#M38308</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-01-30T08:21:02Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635249#M38309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marceli&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do USB-CDC and USB-HID by enabling&lt;BR /&gt;&lt;STRONG&gt;USE_USB_CDC&lt;/STRONG&gt;&lt;BR /&gt;and&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;USE_USB_HID_MOUSE&lt;/STRONG&gt; (or &lt;STRONG&gt;USE_USB_HID_KEYBOARD&lt;/STRONG&gt; or &lt;STRONG&gt;USE_USB_HID_RAW&lt;/STRONG&gt;) together.&lt;/P&gt;&lt;P&gt;Finished.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No idea how to do it in PE - I suppose first you need to find out whether PE contains the capability and if not wait until some one adds it for you, or you can possibly add it yourself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have quickly added a binary that you can try on the FRDM-KL46Z if you like that is a USB-CDC and USB-HID mouse composite (the mouse movement is controlled by the board's accelerometer and SW1 acts as mouse left button). This took me two minutes to configure and build for the board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.utasker.com%2Fkinetis%2FFRDM-KL46Z.html%23A-Mouse" rel="nofollow" target="_blank"&gt;http://www.utasker.com/kinetis/FRDM-KL46Z.html#A-Mouse&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Jan 2017 13:21:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635249#M38309</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-01-30T13:21:29Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635250#M38310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can modify "USB1:FSL_Stack" component into Device Class: HID Keyboard Device (HIDK)&amp;nbsp;or HID Mouse Device (HIDM), which&amp;nbsp;for Keyboard has more functions to us, coming with Tx2:RingBuffer[&amp;lt;name&amp;gt;] inspector. Both have only to send generated function by PE.&amp;nbsp;I need use it as platform to create own Control Class with sending and also receiving&amp;nbsp;responding data packets. It need be HID Joystick Control Device (HIDJC) which includes also receiving data from the application. Maybe for this HID Raw Device class is best option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Marceli&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 03:18:09 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635250#M38310</guid>
      <dc:creator>marceli1</dc:creator>
      <dc:date>2017-01-31T03:18:09Z</dc:date>
    </item>
    <item>
      <title>Re:  I need USB CDC Serial to commmunicate with PC using FRDM-KL46Z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635251#M38311</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;I have the same RAW HID functionality as described here.&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.pjrc.com%2Fteensy%2Frawhid.html" rel="nofollow" target="_blank"&gt;https://www.pjrc.com/teensy/rawhid.html&lt;/A&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DiMuNbAv61OA" rel="nofollow" target="_blank"&gt;https://www.youtube.com/watch?v=iMuNbAv61OA&lt;/A&gt;&lt;BR /&gt;There was someone who asked about RAW and Joystick here:&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://community.nxp.com/external-link.jspa?url=https%3A%2F%2Fforum.pjrc.com%2Fthreads%2F40445-Teensy-3-2-Joystick-with-Raw-HID" rel="nofollow" target="_blank"&gt;https://forum.pjrc.com/threads/40445-Teensy-3-2-Joystick-with-Raw-HID&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jan 2017 03:52:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/I-need-USB-CDC-Serial-to-commmunicate-with-PC-using-FRDM-KL46Z/m-p/635251#M38311</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2017-01-31T03:52:46Z</dc:date>
    </item>
  </channel>
</rss>

