Hi Andzej,
GPS gone now! Here are the results of the CLI inputs you gave me:
root@Teltonika-RUTX50:~# ubus call gsm.modem0 info | grep gps
"gps_port": "/dev/ttyUSB1",
root@Teltonika-RUTX50:~# cat /dev/ttyUSB1
$GPGSV,3,1,12,02,40,156,,06,01,025,,11,29,052,,12,34,095,,1*65
$GPGSV,3,2,12,18,06,182,,20,09,081,,25,66,091,,26,12,288,,1*6A
$GPGSV,3,3,12,28,56,279,,29,78,222,,31,47,295,,32,10,234,,1*6E
$GLGSV,2,1,07,78,13,310,,86,56,050,,77,70,331,,76,52,116,,1*7D
$GLGSV,2,2,07,87,52,184,,85,14,029,,68,11,306,,1*42
$GAGSV,1,1,01,30,45,293,,7*48
$GPGGA,,,,,,0,,,,,,,,*66
$GAGGA,,,,,,0,,,,,,,,*77
$GNGNS,,,,,,NNN,,,,,,,V*67
$GPVTG,,T,,M,,N,,K,N*2C
$GAVTG,,T,,M,,N,,K,N*3D
$GPRMC,,V,,,,,,,,,,N,V*29
$GARMC,,V,,,,,,,,,,N,V*38
$GPGSA,A,1,,,,,,,,,,,,,,,,*32
$GAGSA,A,1,,,,,,,,,,,,,,,,*23
$GBGSA,A,1,,,,,,,,,,,,,,,,*20
$GQGSA,A,1,,,,,,,,,,,,,,,,*33
$GNGSA,A,1,,,,,,,,,,,,,,,,*2C
root@Teltonika-RUTX50:~# gpsctl -pseix
0
0
1970-01-01 00:00:00
0.000000
0.000000
root@Teltonika-RUTX50:~# ubus call gsm.modem0 get_nmea '{"satellite": "gpsnmeatype"}'
{
"types": [
{
"type_id": 2,
"type": "gsv"
},
{
"type_id": 3,
"type": "gsa"
},
{
"type_id": 5,
"type": "gga"
},
{
"type_id": 6,
"type": "rmc"
},
{
"type_id": 7,
"type": "vtg"
}
]
}