<?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 Open TCP server on NE64 in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Open-TCP-server-on-NE64/m-p/124278#M71</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Apr 19, 2005 9:01 pm&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;I am a hardware type trying to program a TCP server using a MC9S12NE64. The only real documentation I can find is comments in the code so this is a frustrating task.&lt;BR /&gt;&lt;BR /&gt; I have run the tcp_server_demo code, can connect and talk to the board. I have put the line lines&lt;BR /&gt; &lt;SPAN style="FONT-STYLE: italic;"&gt;if (BUTTON_IS_PRESSED)&lt;BR /&gt; tcps_demo_send();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt; in the main loop to see how fast it can transmit but it seems it only sends a packet at the rate of ~ 5Hz.&lt;BR /&gt;&lt;BR /&gt; The code says it must wait until the previous packet is sent before it can send another but 5 Hz seems a bit slow. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; The program tcp_server_demo uses the function RECEIVE_NETWORK_BUF to receive data. How come it uses tcp_send instead of SEND_NETWORK_BUF to send it?&lt;BR /&gt;&lt;BR /&gt; Thanks in advance for any help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Thu Apr 21, 2005 12:10 pm&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;I haven't used it myself but will try to contact someone who has, also have you tried this free port of the uIP TCP/IP stack to the NE64 processor. &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.ericengler.com%2FEmbeddedGNU.aspx" rel="nofollow" target="_blank"&gt;http://www.ericengler.com/EmbeddedGNU.aspx&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jan 2006 00:42:38 GMT</pubDate>
    <dc:creator>RChapman</dc:creator>
    <dc:date>2006-01-27T00:42:38Z</dc:date>
    <item>
      <title>Open TCP server on NE64</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Open-TCP-server-on-NE64/m-p/124278#M71</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;SPAN style="color: #ff0000;"&gt;This message contains an entire topic ported from a separate forum. The original message and all replies are in this single message. We have seeded this new forum with selected information that we expect will be of value to you as you search for answers to your questions.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Tue Apr 19, 2005 9:01 pm&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;I am a hardware type trying to program a TCP server using a MC9S12NE64. The only real documentation I can find is comments in the code so this is a frustrating task.&lt;BR /&gt;&lt;BR /&gt; I have run the tcp_server_demo code, can connect and talk to the board. I have put the line lines&lt;BR /&gt; &lt;SPAN style="FONT-STYLE: italic;"&gt;if (BUTTON_IS_PRESSED)&lt;BR /&gt; tcps_demo_send();&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt; in the main loop to see how fast it can transmit but it seems it only sends a packet at the rate of ~ 5Hz.&lt;BR /&gt;&lt;BR /&gt; The code says it must wait until the previous packet is sent before it can send another but 5 Hz seems a bit slow. Any suggestions?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; The program tcp_server_demo uses the function RECEIVE_NETWORK_BUF to receive data. How come it uses tcp_send instead of SEND_NETWORK_BUF to send it?&lt;BR /&gt;&lt;BR /&gt; Thanks in advance for any help&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;STRONG&gt;Posted: Thu Apr 21, 2005 12:10 pm&lt;SPAN class="gen"&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;&lt;SPAN class="postdetails"&gt;&lt;SPAN class="postbody"&gt;I haven't used it myself but will try to contact someone who has, also have you tried this free port of the uIP TCP/IP stack to the NE64 processor. &lt;A _jive_internal="true" href="https://community.nxp.com/external-link.jspa?url=http%3A%2F%2Fwww.ericengler.com%2FEmbeddedGNU.aspx" rel="nofollow" target="_blank"&gt;http://www.ericengler.com/EmbeddedGNU.aspx&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jan 2006 00:42:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/Open-TCP-server-on-NE64/m-p/124278#M71</guid>
      <dc:creator>RChapman</dc:creator>
      <dc:date>2006-01-27T00:42:38Z</dc:date>
    </item>
  </channel>
</rss>

