mbm: stop echos on gps port

This commit is contained in:
Tomas Jura
2016-02-02 15:30:21 +01:00
committed by Aleksander Morgado
parent 7f173dfd15
commit 0ccbd5d85d

View File

@@ -1377,7 +1377,7 @@ gps_enabled_ready (MMBaseModem *self,
"Couldn't open raw GPS serial port"); "Couldn't open raw GPS serial port");
} else { } else {
GByteArray *buf; 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 /* We need to send an AT command to the GPS data port to
* toggle it into this data mode. This is a particularity of * toggle it into this data mode. This is a particularity of