<?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 FRDM-K64F lwip tcp echo in Kinetis Software Development Kit</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631459#M6722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing my first steps with the lwip source code, I've tried running the bm source demo of the tcp echo from the ksdk. What I don't understand is that in the overview it is written:&lt;/P&gt;&lt;P&gt;"...The application sends back the received TCP&amp;nbsp;packets from the PC, which can be used to test whether a TCP connection is available."&lt;/P&gt;&lt;P&gt;But at the end, when running the demo I'm receiving just this:&lt;/P&gt;&lt;P&gt;Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the demo I'm sending:&lt;/P&gt;&lt;P&gt;echotool 192.168.0.102 /p tcp /r 7 /d &lt;STRONG&gt;hello&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So, how come I'm not receiving the hello word? No matter what I'm writing to the echo tool, I'm always receiving the same 5 lines. I thought I should receive the hello, or any other word I'm sending (isn't this what echo server mean?).&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Apr 2017 21:59:55 GMT</pubDate>
    <dc:creator>roymessinger</dc:creator>
    <dc:date>2017-04-21T21:59:55Z</dc:date>
    <item>
      <title>FRDM-K64F lwip tcp echo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631459#M6722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doing my first steps with the lwip source code, I've tried running the bm source demo of the tcp echo from the ksdk. What I don't understand is that in the overview it is written:&lt;/P&gt;&lt;P&gt;"...The application sends back the received TCP&amp;nbsp;packets from the PC, which can be used to test whether a TCP connection is available."&lt;/P&gt;&lt;P&gt;But at the end, when running the demo I'm receiving just this:&lt;/P&gt;&lt;P&gt;Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;BR /&gt; Reply from 192.168.0.102:7, time 0 ms OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in the demo I'm sending:&lt;/P&gt;&lt;P&gt;echotool 192.168.0.102 /p tcp /r 7 /d &lt;STRONG&gt;hello&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So, how come I'm not receiving the hello word? No matter what I'm writing to the echo tool, I'm always receiving the same 5 lines. I thought I should receive the hello, or any other word I'm sending (isn't this what echo server mean?).&lt;/P&gt;&lt;P&gt;What am I missing here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Apr 2017 21:59:55 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631459#M6722</guid>
      <dc:creator>roymessinger</dc:creator>
      <dc:date>2017-04-21T21:59:55Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F lwip tcp echo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631460#M6723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" data-content-finding="Community" data-userid="291794" data-username="roymessinger" href="https://community.nxp.com/people/roymessinger"&gt;roymessinger&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You get 5 lines because this tool tried to send "hello" 5 times. 5 is not the length of "hello", it is the default value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can change the tried time by /n&lt;/P&gt;&lt;P&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/19107i6042253F716B9ECF/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;&lt;BR /&gt;Have a great day,&lt;BR /&gt;Daniel&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, 15 May 2017 07:02:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631460#M6723</guid>
      <dc:creator>danielchen</dc:creator>
      <dc:date>2017-05-15T07:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: FRDM-K64F lwip tcp echo</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631461#M6724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/danielchen@fsl"&gt;danielchen@fsl&lt;/A&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;&lt;P&gt;Still, the main idea of echo server is that it sends back the text it received. Isn't it?&lt;/P&gt;&lt;P&gt;I did not get anything here...&lt;/P&gt;&lt;P&gt;Roy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jun 2017 20:44:43 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/FRDM-K64F-lwip-tcp-echo/m-p/631461#M6724</guid>
      <dc:creator>roymessinger</dc:creator>
      <dc:date>2017-06-10T20:44:43Z</dc:date>
    </item>
  </channel>
</rss>

