<?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: Receiving multiple packet TCP data with Colfire Lite in ColdFire/68K Microcontrollers and Processors</title>
    <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172360#M6491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks.&lt;BR /&gt;Actually coldfire lite does reassemble the data in the packages automatically. While I was debugging the program, I stopped the program to see what was in the receive buffer, but I did this when only the first package was received, which made it look like all the rest of the data got lost.&lt;BR /&gt;My mistake...&lt;SPAN&gt;&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Aug 2008 15:35:47 GMT</pubDate>
    <dc:creator>vier_kuifjes</dc:creator>
    <dc:date>2008-08-15T15:35:47Z</dc:date>
    <item>
      <title>Receiving multiple packet TCP data with Colfire Lite</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172356#M6487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;SPAN&gt;I am writing a Coldfire Lite application based on application note AN3518 (HTTP client). My current application does 2 consecutive HTTP GET requests to receive the data I need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I want to receive the required data in a different way, using one HTTP POST request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;AN3518 does not contain the HTTP POST request so I wrote this myself. This works fine, but my current problem is that the received data is contained in 3 TCP packets that have to be reassembled into the actual data. I have no idea if Coldfire Lite has this functionality implemented or not. If anyone has experience with this please let me know.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also looking for information about TCP packets. What's inside the header? How does the hand shaking work? Any info is greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 14:53:35 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172356#M6487</guid>
      <dc:creator>vier_kuifjes</dc:creator>
      <dc:date>2008-07-12T14:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving multiple packet TCP data with Colfire Lite</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172357#M6488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;OK, it looks like Coldfire Lite does handle fragmented data automatically, so I won't have to bother about this anymore.&lt;BR /&gt;&lt;BR /&gt;Still, any info about packets is still welcome!&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 23:11:07 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172357#M6488</guid>
      <dc:creator>vier_kuifjes</dc:creator>
      <dc:date>2008-07-12T23:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving multiple packet TCP data with Colfire Lite</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172358#M6489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;I assume you mean TCP/IP packets.&lt;BR /&gt;&lt;BR /&gt;If I Google "tcp tutorial", I get over 2 million hits. One of these will perhaps answer your question.&lt;BR /&gt;BTW It is part of the TCP spec that it must reassemble fragments and deliver them in order. If TCP is supported, it is a given that this is the case.&lt;BR /&gt;&lt;BR /&gt;If that is not what you mean, be more specific.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Jul 2008 23:37:28 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172358#M6489</guid>
      <dc:creator>JimDon</dc:creator>
      <dc:date>2008-07-12T23:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving multiple packet TCP data with Colfire Lite</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172359#M6490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;Marc VDH&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;You might&amp;nbsp;try&amp;nbsp; wireshark&amp;nbsp;to get information&amp;nbsp; inside the header.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;NT&lt;BR /&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 03:38:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172359#M6490</guid>
      <dc:creator>NT</dc:creator>
      <dc:date>2008-08-15T03:38:51Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving multiple packet TCP data with Colfire Lite</title>
      <link>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172360#M6491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks.&lt;BR /&gt;Actually coldfire lite does reassemble the data in the packages automatically. While I was debugging the program, I stopped the program to see what was in the receive buffer, but I did this when only the first package was received, which made it look like all the rest of the data got lost.&lt;BR /&gt;My mistake...&lt;SPAN&gt;&lt;IMG alt=":smileysad:" class="emoticon emoticon-smileysad" id="smileysad" src="http://freescale.i.lithium.com/i/smilies/16x16_smiley-sad.gif" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Aug 2008 15:35:47 GMT</pubDate>
      <guid>https://community.nxp.com/t5/ColdFire-68K-Microcontrollers/Receiving-multiple-packet-TCP-data-with-Colfire-Lite/m-p/172360#M6491</guid>
      <dc:creator>vier_kuifjes</dc:creator>
      <dc:date>2008-08-15T15:35:47Z</dc:date>
    </item>
  </channel>
</rss>

