Is there commands to read injected time or to make sure, that it was successfuly injected?
Some Quectels apparently have ‘AT+QGPSXTRATIME?’ read command. It looks like it’s not implemented on EG25-G. Is it right? Is there any other way to check injected time?
# echo 'AT+QGPSXTRADATA?' | atinout - /dev/ttyS2 -
+QGPSXTRADATA: 0,"1980/01/05,19:00:00"
OK
# echo 'AT+QGPSXTRATIME?' | atinout - /dev/ttyS2 -
OK
# echo 'AT+QGPSDEL=1' | atinout - /dev/ttyS2 -
OK
# echo 'AT+QGPSDEL=3' | atinout - /dev/ttyS2 -
OK
# echo 'AT+CFUN=1,1' | atinout - /dev/ttyS2 -
OK
# echo 'AT+QGPSXTRADATA?' | atinout - /dev/ttyS2 -
+QGPSXTRADATA: 0,"1980/01/05,19:00:00"
OK
# echo 'AT+QGPSXTRATIME?' | atinout - /dev/ttyS2 -
OK
I don’t see read command in the documentation.