<?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: How to disconnect ? in S12 / MagniV Microcontrollers</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126003#M456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi M.X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are learning TCP/IP it may be best to check out the uTasker solution - see posting &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It allows fast learning by simulating the NE64 and testing a complete demo project in the simulator without the need for hardware. It is completely free for hobby, educational and other non-commercial projects and is also personally supported by email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a complete solution not only for the TCP/IP stack with FTP, TELNET, etc. but also other interfaces such as UART, file system, LCD display etc. The uTasker is an operating system with these all integrated - the demo project is ready-to-run on all demo boards using ColdWarrior, GNU, or IAR compiler (others being ported...). There is even a practical downloader / debugger as part of the package...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to save some time getting up to speed check it out and don't be shy. There is a growing user community and always help at hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Butcher&lt;BR /&gt;&lt;A href="http://www.mjbc.ch/"&gt;www.mjbc.ch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. The uTasker runs also on the ColdFire M5223X - the simulator supports it and projects can be converted from NE64 by changing just one compiler switch! The uTasker for M52235 supports now also CAN!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Aug 2006 04:17:13 GMT</pubDate>
    <dc:creator>mjbcswitzerland</dc:creator>
    <dc:date>2006-08-08T04:17:13Z</dc:date>
    <item>
      <title>How to disconnect ?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126002#M455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;&lt;DIV&gt;Hi all&lt;/DIV&gt;&lt;DIV&gt;I use NE64_Vend_openTCP.&lt;/DIV&gt;&lt;DIV&gt;I initial follow code below.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;SPAN class="msg_source_code"&gt;&lt;SPAN style=": ; font-size: 1;"&gt;Code:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;PRE&gt;void tcp_x_init(void){&amp;nbsp;&amp;nbsp;&amp;nbsp; WriteToSCI1("Initializing TCP server application. \r\n");&amp;nbsp;&amp;nbsp;&amp;nbsp; tcp_soch = tcp_getsocket(TCP_TYPE_CLIENT, TCP_TOS_NORMAL, TCP_DEF_TOUT, tcp_control_panel_eventlistener);&amp;nbsp;&amp;nbsp;&amp;nbsp; if( tcp_soch &amp;lt; 0 )&amp;nbsp;&amp;nbsp;&amp;nbsp; {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WriteToSCI1("TCP server unable to get socket. Resetting!!!\r\n");&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RESET_SYSTEM();&amp;nbsp;&amp;nbsp;&amp;nbsp; }else{&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WriteToSCI1("TCP Get Socket Client Type!!!\r\n");&amp;nbsp;&amp;nbsp;&amp;nbsp; }&amp;nbsp;&amp;nbsp;&amp;nbsp; (void)tcp_connect(tcp_soch,0xC0A800C7,2002,TCP_PORT+2);}&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;After that.&lt;/DIV&gt;&lt;DIV&gt;I will disconnect.&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;Which fuction for disconnect form tcp.?&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;How to do it.?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Sorry.I just learning TCP stack.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you&lt;/DIV&gt;&lt;DIV&gt;M.X&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 02:22:21 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126002#M455</guid>
      <dc:creator>IamX</dc:creator>
      <dc:date>2006-08-08T02:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to disconnect ?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126003#M456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi M.X.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If you are learning TCP/IP it may be best to check out the uTasker solution - see posting &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897" target="_blank"&gt;http://forums.freescale.com/freescale/board/message?board.id=16BITCOMM&amp;amp;message.id=897&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It allows fast learning by simulating the NE64 and testing a complete demo project in the simulator without the need for hardware. It is completely free for hobby, educational and other non-commercial projects and is also personally supported by email.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is a complete solution not only for the TCP/IP stack with FTP, TELNET, etc. but also other interfaces such as UART, file system, LCD display etc. The uTasker is an operating system with these all integrated - the demo project is ready-to-run on all demo boards using ColdWarrior, GNU, or IAR compiler (others being ported...). There is even a practical downloader / debugger as part of the package...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to save some time getting up to speed check it out and don't be shy. There is a growing user community and always help at hand.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark Butcher&lt;BR /&gt;&lt;A href="http://www.mjbc.ch/"&gt;www.mjbc.ch&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PS. The uTasker runs also on the ColdFire M5223X - the simulator supports it and projects can be converted from NE64 by changing just one compiler switch! The uTasker for M52235 supports now also CAN!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Aug 2006 04:17:13 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126003#M456</guid>
      <dc:creator>mjbcswitzerland</dc:creator>
      <dc:date>2006-08-08T04:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to disconnect ?</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126004#M457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV&gt;No.&lt;/DIV&gt;&lt;DIV&gt;I use NE64_Vend_openTCP code.&lt;/DIV&gt;&lt;DIV&gt;I call tcp_close(tcp_soch) function.&lt;/DIV&gt;&lt;DIV&gt;It not disconnect.&lt;/DIV&gt;&lt;DIV&gt;How I do it.?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Best Regard&lt;/DIV&gt;&lt;DIV&gt;Mr.X&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Aug 2006 22:27:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/How-to-disconnect/m-p/126004#M457</guid>
      <dc:creator>IamX</dc:creator>
      <dc:date>2006-08-14T22:27:02Z</dc:date>
    </item>
  </channel>
</rss>

