8 years, 1 month ago.

Open socket and GPS/SMS cooperability with Telit modem

Is there a way to get GPS fix or read SMS messages while keeping open a TCP socket?

1 Answer

8 years, 1 month ago.

Before start any project, check python socket function of the Telit modem. It had some problems while open a socket and only possible with AT command(s).

I'm not using embedded python functions of Telit modem. I use Cellular class in MTSAS library, which establishes PPP connection with AT commands. SMS and GPS functions also use AT commands, and are not currently compatible with open socket. My question is if there's some way (i.e. by sending '+++' break) to get SMS and GPS data while keeping the socket open? Can this cause some data loss in the socket?

posted by Serge Kopikov 14 Mar 2016