Some WWAN modems with built-in GNSS require that the magic string $GPS_START is sent to the serial device which is used for NMEA0183, only then data will start to arrive on that port.
It would be great if kplex had an easy way to send that magic $GPS_START string when opening /dev/ttyUSB1 of the Sierra Wireless EM7455 LTE modem.
I've tried working around the problem by trying to inject the string using an external program connecting to kplex using PTY. I supposed because $GPS_START is not a correct NMEA sentence, the string isn't passed-on by kplex, so that approach didn't work...
Some WWAN modems with built-in GNSS require that the magic string
$GPS_STARTis sent to the serial device which is used for NMEA0183, only then data will start to arrive on that port.It would be great if kplex had an easy way to send that magic
$GPS_STARTstring when opening/dev/ttyUSB1of the Sierra Wireless EM7455 LTE modem.I've tried working around the problem by trying to inject the string using an external program connecting to kplex using PTY. I supposed because
$GPS_STARTis not a correct NMEA sentence, the string isn't passed-on by kplex, so that approach didn't work...