<?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>S12 / MagniV Microcontrollers中的主题 Re: TCP/IP Stack for GPRS</title>
    <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206945#M8462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi LightElf,&lt;BR /&gt;&lt;BR /&gt;We need to control a Modem GPRS with my mc9s12xdp512, sending/receiving data.&lt;BR /&gt;What is cheaper C-code in my MCU or buy a modem with TCP/IP Stack implemented?&lt;BR /&gt;&lt;BR /&gt;Thanks for your references, I'll try to visit these webs.&lt;BR /&gt;Rubén&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Mar 2008 00:34:41 GMT</pubDate>
    <dc:creator>RubenCG</dc:creator>
    <dc:date>2008-03-28T00:34:41Z</dc:date>
    <item>
      <title>TCP/IP Stack for GPRS</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206943#M8460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using a mc9s12xdp512 MCU and we want to communicate it via GPRS, I'm searching TCP/IP stack implemented in C code. We normally use Codewarrior IDE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you know something about this term? has Freescale some offcial libs for these tasks?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ruben&lt;/SPAN&gt;&lt;BR /&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2008 19:18:39 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206943#M8460</guid>
      <dc:creator>RubenCG</dc:creator>
      <dc:date>2008-03-27T19:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Stack for GPRS</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206944#M8461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;There are multiple solutions. Semi-official Freescale way is OpenTCP (at sourceforge). But code really bad and not maintained for a long time. Another free solution is uIP, which can be ported to HCS12 (I was not used HCS12X) without large pain. There is Embetter source code, downloadable from Freescale site, but license not clear (at least for me). Cheap solution is uTasker, but I don't know how easy to port it to HCS12X. And, finally, a lot of commercial stacks (CMX, Interniche, etc). So, the question is: what exactly you need, which protocols you want to use and what is amount of money/time your project can tolerate.&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 00:02:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206944#M8461</guid>
      <dc:creator>LightElf</dc:creator>
      <dc:date>2008-03-28T00:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Stack for GPRS</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206945#M8462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi LightElf,&lt;BR /&gt;&lt;BR /&gt;We need to control a Modem GPRS with my mc9s12xdp512, sending/receiving data.&lt;BR /&gt;What is cheaper C-code in my MCU or buy a modem with TCP/IP Stack implemented?&lt;BR /&gt;&lt;BR /&gt;Thanks for your references, I'll try to visit these webs.&lt;BR /&gt;Rubén&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 00:34:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206945#M8462</guid>
      <dc:creator>RubenCG</dc:creator>
      <dc:date>2008-03-28T00:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Stack for GPRS</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206946#M8463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Hi, RubenCG!&lt;BR /&gt;&lt;BR /&gt;First you need to decide precise set of protocols you need to have implemented. Usually, for GPRS you need: PPP (with PAP at least, CHAP better), IP itself, ICMP (at least ping reply), DHCP (to get IP address), UDP (requered for DHCP). You can use uIP, or start from Freescale AN2304 and fill gaps (if any) yourself.&lt;BR /&gt;If&amp;nbsp; TCP really needed - better to stay with uIP, because TCP debugging can be very time-consuming task.&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 16:17:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206946#M8463</guid>
      <dc:creator>LightElf</dc:creator>
      <dc:date>2008-03-28T16:17:36Z</dc:date>
    </item>
    <item>
      <title>Re: TCP/IP Stack for GPRS</title>
      <link>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206947#M8464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;Thanks LightElf, We have to think about how deep will be our job in TCP/IP.&lt;BR /&gt;First Freescale Application Note and then uIP, I think it's the better way!&lt;BR /&gt;&lt;BR /&gt;When we start really the project I email you again...for sure!&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Ruben&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Mar 2008 16:41:29 GMT</pubDate>
      <guid>https://community.nxp.com/t5/S12-MagniV-Microcontrollers/TCP-IP-Stack-for-GPRS/m-p/206947#M8464</guid>
      <dc:creator>RubenCG</dc:creator>
      <dc:date>2008-03-28T16:41:29Z</dc:date>
    </item>
  </channel>
</rss>

