<?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>topic Re: FRDMK64F Ping from a serial port - MQX example? in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417143#M13888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I found a ping example in: C:\Freescale\KSDK_1.2.0\examples\frdmk64f\demo_apps\lwip\lwip_ping_demo\ping_rtos\ping_mqx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the software installed in the default locations of course. So import the WSD from the KDS folder, and tinker from there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 07:46:02 GMT</pubDate>
    <dc:creator>TurboMan</dc:creator>
    <dc:date>2015-10-02T07:46:02Z</dc:date>
    <item>
      <title>FRDMK64F Ping from a serial port - MQX example?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417141#M13886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Having just got the serial to ethernet example working, I want to develop an application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd like to do what the title suggests, which is pinging a web address from the serial port, and checking a reply. I can see that ICMP isenabled in the serial to ethernet demo, ideally, I'd like it to connect to a DHCP server too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would the TCP client example be better suited to start from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I understand it, it's easier to develop from an existing example (copying it first?) than create an MQX project from scratch, because the MQX project wizard doesn't exist for KDS - is this correct also?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will investigate more myself but ideas are welcome :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 17:05:03 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417141#M13886</guid>
      <dc:creator>TurboMan</dc:creator>
      <dc:date>2015-09-28T17:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: FRDMK64F Ping from a serial port - MQX example?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417142#M13887</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;You can try using the&amp;nbsp; httpsrv example code or the shell example. For MQX 4.2 you can find the examples at the path: C:\Freescale\Freescale_MQX_4_2\rtcs\examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For MQX for KSDK the example codes are located at the path: C:\Freescale\KSDK_1.2.0\middleware\tcpip\rtcs\examples&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding create a new project, yes it is easier to copy an existing project than create a new project from scratch.&lt;/P&gt;&lt;P&gt;You can find information about how to create a new MQX project in the below links:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For MQX for KSDK: &lt;A href="https://community.nxp.com/docs/DOC-103405"&gt;How To: Create a New MQX RTOS for KSDK Project in KDS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For MQX 4.2: &lt;A href="https://community.nxp.com/docs/DOC-106217"&gt;Creating a New MQX RTOS 4.2 project in KDS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Sol&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>Mon, 28 Sep 2015 21:58:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417142#M13887</guid>
      <dc:creator>soledad</dc:creator>
      <dc:date>2015-09-28T21:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: FRDMK64F Ping from a serial port - MQX example?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417143#M13888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, so I found a ping example in: C:\Freescale\KSDK_1.2.0\examples\frdmk64f\demo_apps\lwip\lwip_ping_demo\ping_rtos\ping_mqx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have the software installed in the default locations of course. So import the WSD from the KDS folder, and tinker from there...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 07:46:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417143#M13888</guid>
      <dc:creator>TurboMan</dc:creator>
      <dc:date>2015-10-02T07:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: FRDMK64F Ping from a serial port - MQX example?</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417144#M13889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Soledad, it was helpful, but the main question was about the ping demo. I will try creating a project from scratch using those tutorials sometime,&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Turboman :smileyhappy:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 07:49:00 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/FRDMK64F-Ping-from-a-serial-port-MQX-example/m-p/417144#M13889</guid>
      <dc:creator>TurboMan</dc:creator>
      <dc:date>2015-10-02T07:49:00Z</dc:date>
    </item>
  </channel>
</rss>

