<?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: Connecting USB stack to TCP/IP stack, where and how in MQX Software Solutions</title>
    <link>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187095#M3345</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check PPP driver that is in the MQX RTCS.&lt;BR /&gt;Example: c:\Freescale\Freescale MQX 3.8\rtcs\examples\shell\&lt;BR /&gt;and MQX RTCS User's Guide Example: Setting Up RTCS (Set up RTCS with one PPP device and one ethernet device).&lt;/P&gt;&lt;P&gt;Next example to look at is &lt;BR /&gt;c:\Freescale\Freescale MQX 3.8\usb\host\examples\cdc\cdc_serial\&lt;/P&gt;&lt;P&gt;cdc_serial opens a file. this file you would pass to PPP_initialize,&lt;BR /&gt;assuming "tty0:" is installed and opened USB CDC Host file:&lt;/P&gt;&lt;P&gt; /*Set up PPP Driver: */&lt;BR /&gt; pfile = fopen("tty0:", NULL);&lt;BR /&gt; pio = _iopcb_ppphdlc_init(pfile);&lt;BR /&gt; error = PPP_initialize(pio, &amp;amp;phandle);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend to use the latest MQX release. MQX 3.8.1 is the actual release at the moment, 4.0 will be released by the end of 2012.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Nov 2012 13:13:05 GMT</pubDate>
    <dc:creator>Martin_</dc:creator>
    <dc:date>2012-11-26T13:13:05Z</dc:date>
    <item>
      <title>Connecting USB stack to TCP/IP stack, where and how</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187094#M3344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my name ist Thomas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using the MQX 3.7 library + a tower system with a Kinetis TWR K60 N512 board + a TWR SER board.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to "connect" the MQX USB stack (the K60 is running in host mode, using the cdc device class) to the TCP/IP stack of the MQX RTCS, so that an UMTS modul (this is the USB device, which supports the cdc driver), which is receiving a HTTP request over the air can talk to the RTCS webserver via USB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have an idea, which function I have to use, to make this connection work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for each idea, even just a hint, where to look in the doc's!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Nov 2012 21:44:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187094#M3344</guid>
      <dc:creator>ThomNet</dc:creator>
      <dc:date>2012-11-25T21:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting USB stack to TCP/IP stack, where and how</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187095#M3345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check PPP driver that is in the MQX RTCS.&lt;BR /&gt;Example: c:\Freescale\Freescale MQX 3.8\rtcs\examples\shell\&lt;BR /&gt;and MQX RTCS User's Guide Example: Setting Up RTCS (Set up RTCS with one PPP device and one ethernet device).&lt;/P&gt;&lt;P&gt;Next example to look at is &lt;BR /&gt;c:\Freescale\Freescale MQX 3.8\usb\host\examples\cdc\cdc_serial\&lt;/P&gt;&lt;P&gt;cdc_serial opens a file. this file you would pass to PPP_initialize,&lt;BR /&gt;assuming "tty0:" is installed and opened USB CDC Host file:&lt;/P&gt;&lt;P&gt; /*Set up PPP Driver: */&lt;BR /&gt; pfile = fopen("tty0:", NULL);&lt;BR /&gt; pio = _iopcb_ppphdlc_init(pfile);&lt;BR /&gt; error = PPP_initialize(pio, &amp;amp;phandle);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'd recommend to use the latest MQX release. MQX 3.8.1 is the actual release at the moment, 4.0 will be released by the end of 2012.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Nov 2012 13:13:05 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187095#M3345</guid>
      <dc:creator>Martin_</dc:creator>
      <dc:date>2012-11-26T13:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting USB stack to TCP/IP stack, where and how</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187096#M3346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My very best.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas Hülsmann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==============================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ThomNet Media Engineering&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dipl.-Ing. Thomas Hülsmann&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Walter-Benjamin-Platz 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;10629 Berlin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tel.-Nr.: +49 (30) 20 61 41 41&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fax-Nr.: +49 (30) 20 61 41 45&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mobil:    +49 (172) 540 56 96&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail:  &amp;lt;mailto:th@thomnet.de&amp;gt; th@thomnet.de&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Internet:  &amp;lt;http://www.thomnet.de&amp;gt; &lt;A href="https://community.nxp.com/www.thomnet.de" target="test_blank"&gt;www.thomnet.de&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wir wünschen Ihnen eine schöne Zeit!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==============================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: Martin Latal &lt;A href="mailto:admin@community.freescale.com"&gt;mailto:admin@community.freescale.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Gesendet: Montag, 26. November 2012 14:14&lt;/P&gt;&lt;P&gt;An: Thomas Hülsmann&lt;/P&gt;&lt;P&gt;Betreff: Re: &lt;A href="MQX Software Solutions"&gt;MQX Software Solutions&lt;/A&gt; - Connecting USB stack to TCP/IP stack, where and how&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &amp;lt;https://community.freescale.com/index.jspa&amp;gt; Freescale Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connecting USB stack to TCP/IP stack, where and how &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;created by Martin Latal &amp;lt;https://community.freescale.com/people/Martin_&amp;gt;  in MQX Software Solutions - View the full discussion &amp;lt;https://community.freescale.com/message/307897#307897&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 08:58:08 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187096#M3346</guid>
      <dc:creator>ThomNet</dc:creator>
      <dc:date>2012-11-27T08:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting USB stack to TCP/IP stack, where and how</title>
      <link>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187097#M3347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Hi Martin,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;I’m working on the above example, where they say on page #8:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;“Note, that one needs two serial line connections between the PC and the evaluation board -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;one for the PPP communication (ittyb) and the other for the serial shell (ttya/default). In case&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;the PC has just one RS232 you can use USB-to-Serial adapter. If the application is started on &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;the embedded side run the PPP connection on the PC side.”&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Do you know a clever idea, how to create the second RS-232-port on my TOWER system? Just adding a second TOWER-SER-board?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Or do I need to solder?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial','sans-serif';"&gt;Thomas&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2012 09:21:41 GMT</pubDate>
      <guid>https://community.nxp.com/t5/MQX-Software-Solutions/Connecting-USB-stack-to-TCP-IP-stack-where-and-how/m-p/187097#M3347</guid>
      <dc:creator>ThomNet</dc:creator>
      <dc:date>2012-12-28T09:21:41Z</dc:date>
    </item>
  </channel>
</rss>

