<?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>i.MX ProcessorsのトピックRe: GSM 0710 Multiplexing</title>
    <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364801#M51635</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me but can you tell me where I can find the example for multiplex UART ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I search in .../git/documentation but I didn't find anything about UART multiplexing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Aug 2014 13:18:56 GMT</pubDate>
    <dc:creator>dgotfroi</dc:creator>
    <dc:date>2014-08-22T13:18:56Z</dc:date>
    <item>
      <title>GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364797#M51631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use an IMX28 to communicate with a GPRS modem SIM900.&lt;/P&gt;&lt;P&gt;I would like to be able to send AT commands during data session (ppp), so I intend to use the GSM 0710 standard to multiplex the serial port.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the option to check in the kernel menuconfig is "GSM MUX line discipline support", isn't it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after the compilation, how can I multiplex my serial port on my board ? What are the commands to enter?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I use Yocto + bitbake with kernel 3.12.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks and best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 13:49:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364797#M51631</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-08-18T13:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364798#M51632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jx-jive-macro-user" href="https://community.nxp.com/people/alejandrolozano"&gt;alejandrolozano&lt;/A&gt;, Can you please check this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 15:24:46 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364798#M51632</guid>
      <dc:creator>jamesbone</dc:creator>
      <dc:date>2014-08-18T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364799#M51633</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;Do you want to configure the pin configuration in runtime?&lt;/P&gt;&lt;P&gt;Or you just need to configure those pins for UART? If so, the configuration needs to be done in the .dts file.&lt;/P&gt;&lt;P&gt;You can find that file in the linux source code. There you can find a very good example for the pins you need.&lt;/P&gt;&lt;P&gt;At runtime, I believe there is no an API that changes the pin configuration, you will have to implement it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 17:27:50 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364799#M51633</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-08-20T17:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364800#M51634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to enable 0710 GSM Multiplex for one specific AUART. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will try to find this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Aug 2014 11:42:51 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364800#M51634</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-08-21T11:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364801#M51635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excuse me but can you tell me where I can find the example for multiplex UART ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I search in .../git/documentation but I didn't find anything about UART multiplexing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Aug 2014 13:18:56 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364801#M51635</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-08-22T13:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364802#M51636</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;The dts that you can use as rerence is found at tmp/work/imx6sxsabresd-poky-linux-gnueabi/linux-imx/3.10.31-r0/git/arch/arm/boot/dtstmp/work/imx6sxsabresd-poky-linux-gnueabi/linux-imx/3.10.31-r0/git/arch/arm/boot/dts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This file contains the description of the devices and pin configurations you need to modify.&lt;/P&gt;&lt;P&gt;Remember that this configuration is performed at the very beginning of Linux boot up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Alejandro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Aug 2014 19:17:31 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364802#M51636</guid>
      <dc:creator>alejandrolozan1</dc:creator>
      <dc:date>2014-08-25T19:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: GSM 0710 Multiplexing</title>
      <link>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364803#M51637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is a misunderstand. &lt;/P&gt;&lt;P&gt;I don't want to configure a GPIO as an AUART instead of SSP (for example), what we do in the dts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I would like to multiplex AUART 1 (so /dev/ttyAPP1) with GSM 0710 MUX protocol in order to have 2 virtual COM port (/dev/ttyAPP1a and /dev/ttyAPP1b).&lt;/P&gt;&lt;P&gt;It is often used with GSM which has only one serial interface. You can multiplex this serial port following the GSM 0710 MUX protocol to have, together, a data connection (ppp) and a command connection (AT command).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GSM MUX line discipline support&lt;/SPAN&gt;" option in kernel menuconfig but I didn't find how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I work with an IMX283 and I use Yocto + bitbake with kernel 3.12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Aug 2014 11:59:36 GMT</pubDate>
      <guid>https://community.nxp.com/t5/i-MX-Processors/GSM-0710-Multiplexing/m-p/364803#M51637</guid>
      <dc:creator>dgotfroi</dc:creator>
      <dc:date>2014-08-27T11:59:36Z</dc:date>
    </item>
  </channel>
</rss>

