Hello,
Im trying to get GPS data out of ttyUSB1 port of RM510Q-GL module. I am doing the flowing, by sending the below at commands over ttyUSB2
AT+QGPS=1 // Set GNSS working mode to standalone and Turn on GNSS.
//After turning on GNSS, NMEA sentences are outputted from “usbnmea” port by default.
AT+QGPSLOC=0
But I am still not getting any GPS data on the terminal. Are there any additional commands which are needed to be sent? RG50xQ&RM5xxQ AT Commands Manual doesn’t have information about GPS commands.
Can you please guide me in the right direction.
SW: I am using Linux kernel version 5.10
HW: Module is set to work in PCIe mode.
Cheers,
Prabhakar