<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks Aleksander.<br>
      <br>
      I found the last step I was missing to get NMEA output to start
      working on the MC7750.<br>
      <br>
      <meta name="qrichtext" content="1">
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment-->stty
        raw -F /dev/ttyUSB1; echo \$GPS_START >/dev/ttyUSB1<br>
      </p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br>
        For what it's worth, I found this in the notes here:
<a class="moz-txt-link-freetext" href="http://linux-thinkpad.10952.n7.nabble.com/Replacing-the-Ericsson-3G-modem-in-an-X301-with-a-Sierra-Wireless-LTE-modem-td19733.html">http://linux-thinkpad.10952.n7.nabble.com/Replacing-the-Ericsson-3G-modem-in-an-X301-with-a-Sierra-Wireless-LTE-modem-td19733.html</a><br>
      </p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br>
      </p>
      <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
        margin-right:0px; -qt-block-indent:0; text-indent:0px;">Thanks
        again,<br>
        Alex<br>
      </p>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style type="text/css">
p, li { white-space: pre-wrap;</style><br>
      <pre class="moz-signature" cols="72">
</pre>
      On 12/31/2013 12:43 AM, Aleksander Morgado wrote:<br>
    </div>
    <blockquote
cite="mid:CAAP7ucLqx7=NDKqHMU77_UkyjuQEFvOh6KpowG1baEs_qPr1sg@mail.gmail.com"
      type="cite">
      <pre wrap="">Hey Alex,

On Tue, Dec 31, 2013 at 2:04 AM, Alex Bradley <a class="moz-txt-link-rfc2396E" href="mailto:alex@cni.net"><alex@cni.net></a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Hey all.  Similar topic, but with an MC7750 card.


On 11/25/2013 09:13 AM, Dan Williams wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">On Mon, 2013-11-25 at 18:44 +0400, Danilo Magat wrote:
</pre>
          <blockquote type="cite">
            <pre wrap="">Hi guys,

i am not sure if this the right place to post and ask a question with
regards to the subject.
i am trying to look for a solution on how can i enable the GPS on my sierra
MC7710.
my OS is OPENWRT ive successfully configure the WWAN to connect on the
internet using
</pre>
          </blockquote>
          <pre wrap="">If your 7710 is QMI-enabled, I'd use ModemManager or libqmi.

If your 7710 is using DirectIP firmware, then you have to follow the
directions in the "GPS Enabling and Disabling" section here:

<a class="moz-txt-link-freetext" href="http://whirlpool.net.au/wiki/sierra_advanced">http://whirlpool.net.au/wiki/sierra_advanced</a>

Dan
</pre>
        </blockquote>
        <pre wrap="">
I'm running libqmi 1.8 with an MC7750 on OpenWRT.    Trying to get GPS
NMEA output from the MC7750.  I'm not sure how to use libqmi/qmicli to
talk to the GPS, so I've been using AT commands to enable GPS, and
confirm that NMEA output is enabled.  The GPS looks like it's working,
but the problem is I'm not able to see any NMEA output on what should be
the NMEA port,  /dev/ttyUSB1.

Any pointers on managing GPS with libqmi?

</pre>
      </blockquote>
      <pre wrap="">
When using QMI you can use the 'PDS' service to both enable the GPS
stack and retrieve the NMEA traces directly from within QMI messaes.
The only issue is that the corresponding qmicli actions are not
implemented yet... :) When I wrote the PDS support for libqmi I
directly integrated it within ModemManager, so no qmicli work was done
at that point.

Still, you should be able to enable GPS support using AT commands, and
also get the NMEA traces in a serial port. I don't think that using
libqmi for connection management would prevent you from using AT to
enable/disable GPS.

</pre>
    </blockquote>
    <br>
  </body>
</html>