**** BEGIN LOGGING AT Mon Jan 03 02:59:58 2011 Jan 03 14:19:12 hello, I am thinking how to send AT*E2GPSCTL to the gps device. THis command select that tty to send the nmea stream. For power gps on/off we are going to use the modem_port, but that command (AT*E2GPSCTL) should be sent to the gps device (there is not a gps device, but we will use the mbm device ttyACM3 for that, like currently mbm plugins sets). Jan 03 14:19:41 After that command was sent there, that tty is not available anymore for at commands. Just the nmea stream is there. Jan 03 14:20:37 My question is: how to do that from mbm gps driver?. I see a similar example on zte plugin, which open a device to send at commands. But I want to do something similar on the mbm gps driver. Jan 03 14:21:33 (sorry, no ttyACM3, it is ttyACM2 IIRC) Jan 03 14:24:23 I am asking because we can not do g_at_chat_send(gps_data->chat, "AT*E2GPSCTL"..) because that would send that command to the modem_port, which is not a thing we want. Jan 03 14:24:47 (we can not do that from gps driver) Jan 03 14:28:36 Would be it okey if we do something similar to zte_enable() (in zte plugin ) which open the "Aux" device to send some at command?. I would add something similar on mbm gps driver, no plugin. **** ENDING LOGGING AT Tue Jan 04 02:59:58 2011