<?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 Design Studio中的主题 Re: How to create a program like windows program with gui tool?</title>
    <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219964#M10163</link>
    <description>&lt;P&gt;No, FreeMaster is not only for debugging: it provides a complete graphical front end to inspect and view the data, but as well the ability to interact with the target.&lt;/P&gt;&lt;P&gt;Other than that: we have used a lot applications with C# and WPF for this kind of things: all what you need is to define a simple protocol e.g. over UART and hook a MS Visual Studio application on it.&lt;/P&gt;&lt;P&gt;Of course you can do this as well with QT or any other framework you like to use.&lt;/P&gt;</description>
    <pubDate>Sat, 23 Jan 2021 19:36:11 GMT</pubDate>
    <dc:creator>ErichStyger</dc:creator>
    <dc:date>2021-01-23T19:36:11Z</dc:date>
    <item>
      <title>How to create a program like windows program with gui tool?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219847#M10160</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;i am programming with kl27 processor and sensors.&lt;/P&gt;&lt;P&gt;I can get sensor data and print on console window.&lt;/P&gt;&lt;P&gt;I added USB HID driver and it works good.&lt;/P&gt;&lt;P&gt;I would like to make a program which can show the data as number or graphs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which tool or how can I make that with Kinetis design studio?&lt;/P&gt;&lt;P&gt;Is there some methods or example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and have a good&amp;nbsp; weekend&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jan 2021 22:17:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219847#M10160</guid>
      <dc:creator>itr1718</dc:creator>
      <dc:date>2021-01-22T22:17:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a program like windows program with gui tool?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219914#M10161</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/180637"&gt;@itr1718&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;you should consider using MCUXpresso IDE and not Kinetis Design Studio as it is legacy.&lt;/P&gt;&lt;P&gt;See&amp;nbsp;&lt;A href="https://mcuxpresso.nxp.com" target="_blank"&gt;https://mcuxpresso.nxp.com&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE" target="_blank"&gt;https://www.nxp.com/design/software/development-software/mcuxpresso-software-and-tools-/mcuxpresso-integrated-development-environment-ide:MCUXpresso-IDE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for what you want: have a look at&amp;nbsp;&lt;A href="https://www.nxp.com/design/software/development-software/freemaster-run-time-debugging-tool:FREEMASTER" target="_blank"&gt;https://www.nxp.com/design/software/development-software/freemaster-run-time-debugging-tool:FREEMASTER&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 07:02:20 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219914#M10161</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-01-23T07:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a program like windows program with gui tool?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219963#M10162</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.nxp.com/t5/user/viewprofilepage/user-id/17173"&gt;@ErichStyger&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;thanks for your recommendation.&lt;/P&gt;&lt;P&gt;I am almost done with my work. I would like to change after this work.&lt;/P&gt;&lt;P&gt;But Freemaster looks like just for debugging.&lt;/P&gt;&lt;P&gt;I want to find a solution such as qt creator which can make a executing program on or with kds.&lt;/P&gt;&lt;P&gt;Because I want to run sensors and board also without kds and show as graphs or numbers on a window.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there something for the solution?&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 19:27:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219963#M10162</guid>
      <dc:creator>itr1718</dc:creator>
      <dc:date>2021-01-23T19:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to create a program like windows program with gui tool?</title>
      <link>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219964#M10163</link>
      <description>&lt;P&gt;No, FreeMaster is not only for debugging: it provides a complete graphical front end to inspect and view the data, but as well the ability to interact with the target.&lt;/P&gt;&lt;P&gt;Other than that: we have used a lot applications with C# and WPF for this kind of things: all what you need is to define a simple protocol e.g. over UART and hook a MS Visual Studio application on it.&lt;/P&gt;&lt;P&gt;Of course you can do this as well with QT or any other framework you like to use.&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jan 2021 19:36:11 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Design-Studio/How-to-create-a-program-like-windows-program-with-gui-tool/m-p/1219964#M10163</guid>
      <dc:creator>ErichStyger</dc:creator>
      <dc:date>2021-01-23T19:36:11Z</dc:date>
    </item>
  </channel>
</rss>

