[PATCH 3/7] stop echos on gps port
Aleksander Morgado
aleksander at aleksander.es
Thu Feb 11 09:07:03 UTC 2016
On 02/02/16 15:30, tomas.jura1 at gmail.com wrote:
> From: Tomas Jura <tomas_jura1 at gmail.com>
>
> ---
> plugins/mbm/mm-broadband-modem-mbm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/plugins/mbm/mm-broadband-modem-mbm.c b/plugins/mbm/mm-broadband-modem-mbm.c
> index efd4f63..ec4563c 100644
> --- a/plugins/mbm/mm-broadband-modem-mbm.c
> +++ b/plugins/mbm/mm-broadband-modem-mbm.c
> @@ -1377,7 +1377,7 @@ gps_enabled_ready (MMBaseModem *self,
> "Couldn't open raw GPS serial port");
> } else {
> GByteArray *buf;
> - const gchar *command = "AT*E2GPSNPD\r\n";
> + const gchar *command = "ATE0*E2GPSNPD\r\n";
>
> /* We need to send an AT command to the GPS data port to
> * toggle it into this data mode. This is a particularity of
>
Pushed to git master, after adding a "mbm: " prefix in the commit message.
Thanks!
--
Aleksander
https://aleksander.es
More information about the ModemManager-devel
mailing list