<?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>Kinetis Software Development KitのトピックRe: Can I use FS LWIP-SLIP protocol code with RTCS?</title>
    <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479848#M4097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Xiangjun,&lt;/P&gt;&lt;P&gt;Thanks a lot for the explanation. I understood that integrating LWIP SLIP code present in KSDK 1.3.0 with RTCS code it is no easy task. So, at the end, I decided to implement my code using SLIP over LWIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jan 2016 17:59:08 GMT</pubDate>
    <dc:creator>mmoncigoli</dc:creator>
    <dc:date>2016-01-12T17:59:08Z</dc:date>
    <item>
      <title>Can I use FS LWIP-SLIP protocol code with RTCS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479846#M4095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to use &lt;STRONG&gt;SLIP protocol&lt;/STRONG&gt; on my &lt;STRONG&gt;TWRK65F180&lt;/STRONG&gt;. In terms of TCP/IP I saw there are two implementations, &lt;STRONG&gt;LWIP&lt;/STRONG&gt; and &lt;STRONG&gt;RTCS&lt;/STRONG&gt;. I would like to use &lt;STRONG&gt;RTCS&lt;/STRONG&gt;, but in terms of SLIP protocol I just found some code under LWIP. Under RTCS I found no SLIP code and SLIP documentation at all. On the other side LWIP has no documentation about its implementation of TCP/IP stack. Does Freescale provide LWIP documentation?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;So, my question is, can I implement SLIP protocol in RTCS using the files present in KSDK_1.3.0?&lt;/SPAN&gt; These files are in "c:\Freescale\KSDK_1.3.0\middleware\tcpip\lwip\src\netif\". I mean, for data link layer I would use the code present in this folder and, instead, for the physical layer I would use UART (so the code present in other demo examples).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anyone help please?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 00:43:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479846#M4095</guid>
      <dc:creator>mmoncigoli</dc:creator>
      <dc:date>2016-01-11T00:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use FS LWIP-SLIP protocol code with RTCS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479847#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I see that you want to put TCP/IP data into a slip packet in HDLC layer and transfer/receive via UART port instead of Ethernet port. Regarding the LWIP documentation, we have the example project and provide the source code in &lt;SPAN style="text-decoration: underline;"&gt;KSDK_1.3.0&lt;/SPAN&gt;, unfortunately, we do not provide the documentation, because the LWIP is developed by third party, we only modify the low level part which is related to the ethernet hardware module.&lt;/P&gt;&lt;P&gt;Regarding the RTCS, it does not provide the slip protocol, but it provides the PPP instead of slip protocol. we have the doc to explain how to use the high level api function and the example code as a client/server.&lt;/P&gt;&lt;P&gt;The LWIP is widely used protocol, I think you can get the explanation/description by Google although the NXP do not provide the doc, furthermore, the LWIP provides the slip code exactly. I think the LWIP architecture is more clear that RTCS, I suggest you use LWIP as platform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Xiangjun Rong&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 07:13:02 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479847#M4096</guid>
      <dc:creator>xiangjun_rong</dc:creator>
      <dc:date>2016-01-12T07:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use FS LWIP-SLIP protocol code with RTCS?</title>
      <link>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479848#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Xiangjun,&lt;/P&gt;&lt;P&gt;Thanks a lot for the explanation. I understood that integrating LWIP SLIP code present in KSDK 1.3.0 with RTCS code it is no easy task. So, at the end, I decided to implement my code using SLIP over LWIP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 17:59:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/Kinetis-Software-Development-Kit/Can-I-use-FS-LWIP-SLIP-protocol-code-with-RTCS/m-p/479848#M4097</guid>
      <dc:creator>mmoncigoli</dc:creator>
      <dc:date>2016-01-12T17:59:08Z</dc:date>
    </item>
  </channel>
</rss>

