<?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: GUI on mkl25z</title>
    <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423433#M24318</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;regarding the GUI on matlab side, i think it's more a MathWorks question than Freescale. I suggest you contact&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mathworks.com/" title="http://www.mathworks.com/"&gt;MathWorks - MATLAB and Simulink for Technical Computing&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding to KL25 &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Virtual RS232 Port problem,&amp;nbsp; if you use FRDM-KL25 board OpenSDA interface to connect board, it also has feature of CDC virtual serial port. you can use it directly to connect GUI with USB interface. it's easier.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24709i7B4AE55F97C65484/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 27 Oct 2015 08:23:57 GMT</pubDate>
    <dc:creator>ZhangJennie</dc:creator>
    <dc:date>2015-10-27T08:23:57Z</dc:date>
    <item>
      <title>GUI on mkl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423430#M24315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I have to create a GUI by using MatLab for my mkl25z, is there a guide? or some examples? I have already the document " How to create a&amp;nbsp; GUI on MatLab" so now I have some idea on how I have to create a GUI on MatLab, but I don't know how to communicate with the freescale mkl25z, how can I define where is the port of my board or anything else. Thak you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 11:41:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423430#M24315</guid>
      <dc:creator>piergiusepperan</dc:creator>
      <dc:date>2015-10-23T11:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: GUI on mkl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423431#M24316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hellou Pier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The good way for the communication between Matlab/GUI and Freescale KL25 freedom board is to use "Virtual RS232 Port" which is availible on PC side when is KL25 Freedom board connected to the PC. For using this form of communication is needed to configure UART module in KL25 MCU, KL25 Freedom Board using UART0 module with pins PTA1/PTA2. For configuration UART module see reference manual and/or example (see below)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UART configuration you can found in "KL25 Reference Manual" &lt;A href="http://cache.freescale.com/files/32bit/doc/ref_manual/KL25P80M48SF0RM.pdf"&gt;http://cache.freescale.com/files/32bit/doc/ref_manual/KL25P80M48SF0RM.pdf&lt;/A&gt; examples can be found here &lt;A href="http://cache.freescale.com/files/32bit/software/KL25_SC.exe"&gt;http://cache.freescale.com/files/32bit/software/KL25_SC.exe&lt;/A&gt; .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;More documents, examples and usable thinks you can find at &lt;A href="http://www.freescale.com/products/arm-processors/kinetis-cortex-m/l-series/kinetis-kl2x-48-mhz-usb-connectivity-ultra-low-power-mcus:KL2x?"&gt;http://www.freescale.com/products/arm-processors/kinetis-cortex-m/l-series/kinetis-kl2x-48-mhz-usb-connectivity-ultra-low-power-mcus:KL2x?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For sending a data via virtual serial port on PC you can use MATLAB serial port device &lt;A href="http://de.mathworks.com/help/matlab/serial-port-devices.html"&gt;http://de.mathworks.com/help/matlab/serial-port-devices.htmln &lt;/A&gt;. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 12:25:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423431#M24316</guid>
      <dc:creator>marekzeman-b508</dc:creator>
      <dc:date>2015-10-23T12:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: GUI on mkl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423432#M24317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since I'm a beginner, do you think that is better to use the serial port (USB) instead of &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Virtual RS232 Port&lt;/SPAN&gt; to connect the board or it is the same?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Oct 2015 09:51:53 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423432#M24317</guid>
      <dc:creator>piergiusepperan</dc:creator>
      <dc:date>2015-10-24T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: GUI on mkl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423433#M24318</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;regarding the GUI on matlab side, i think it's more a MathWorks question than Freescale. I suggest you contact&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.mathworks.com/" title="http://www.mathworks.com/"&gt;MathWorks - MATLAB and Simulink for Technical Computing&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regarding to KL25 &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Virtual RS232 Port problem,&amp;nbsp; if you use FRDM-KL25 board OpenSDA interface to connect board, it also has feature of CDC virtual serial port. you can use it directly to connect GUI with USB interface. it's easier.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="pastedImage_1.png"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/24709i7B4AE55F97C65484/image-size/large?v=v2&amp;amp;px=999" role="button" title="pastedImage_1.png" alt="pastedImage_1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can this help you?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Zhang Jun&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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>Tue, 27 Oct 2015 08:23:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423433#M24318</guid>
      <dc:creator>ZhangJennie</dc:creator>
      <dc:date>2015-10-27T08:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: GUI on mkl25z</title>
      <link>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423434#M24319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I &lt;SPAN style="color: #51626f; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt; use FRDM-KL25 board OpenSDA interface to connect board, so in this case I don't need to set the UART? How can i say to MatLab to communicate with that particulat serial port ( for example COM5 in your screenshot)?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2015 16:06:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Microcontrollers/GUI-on-mkl25z/m-p/423434#M24319</guid>
      <dc:creator>piergiusepperan</dc:creator>
      <dc:date>2015-10-28T16:06:03Z</dc:date>
    </item>
  </channel>
</rss>

