Good day.
Thank you for reviewing this post.
We have questions concerning the differences between the EG25GLGDR07A02M1G and the EC25AFAR05A06M4G.
We are noticing there are differences in the available commands between these modems.
For example, the following two command were issued to get the command set. The first one is from the EC25AF:
sudo echo AT+QGPSCFG=? | socat - /dev/ttyUSB2,crnl
+QGPSCFG: “outport”,(“none”,“usbnmea”,“uartdebug”)
+QGPSCFG: “nmeasrc”,(0,1)
+QGPSCFG: “gpsnmeatype”,(0-31)
+QGPSCFG: “glonassnmeatype”,(0-7)
+QGPSCFG: “galileonmeatype”,(0,1)
+QGPSCFG: “beidounmeatype”,(0-3)
+QGPSCFG: “gsvextnmeatype”,(0,1)
+QGPSCFG: “gnssconfig”,(0-6)
+QGPSCFG: “odpcontrol”,(0-2)
+QGPSCFG: “dpoenable”,(0,1)
+QGPSCFG: “plane”,(0-2)
+QGPSCFG: “autogps”,(0,1)
+QGPSCFG: “suplver”,(1,2)
+QGPSCFG: “agpsposmode”,(0-4294967295)
+QGPSCFG: “lbsapn”,(0-31),(0-4),
+QGPSCFG: “agnssprotocol”,(0-255),(0-65535)
OK
And this one is from the EG25GL:
sudo echo AT+QGPSCFG=? | socat - /dev/ttyUSB2,crnl
+QGPSCFG: “outport”,(“none”,“usbnmea”,“uartdebug”)
+QGPSCFG: “nmeasrc”,(0,1)
+QGPSCFG: “gpsnmeatype”,(0-31)
+QGPSCFG: “glonassnmeatype”,(0-7)
+QGPSCFG: “galileonmeatype”,(0,1)
+QGPSCFG: “beidounmeatype”,(0-3)
+QGPSCFG: “gsvextnmeatype”,(0,1)
+QGPSCFG: “gnssconfig”,(0-6)
+QGPSCFG: “odpcontrol”,(0-2)
+QGPSCFG: “dpoenable”,(0-2)
+QGPSCFG: “plane”,(0-2)
+QGPSCFG: “autogps”,(0,1)
+QGPSCFG: “suplver”,(1,2)
+QGPSCFG: “agpsposmode”,(0-4294967295)
+QGPSCFG: “lbsapn”,(0-31),(0-4),
+QGPSCFG: “agnssprotocol”,(0-255),(0-65535)
+QGPSCFG: “fixfreq”,(1,2,5,10)
+QGPSCFG: “appidname”,,
+QGPSCFG: “agnssjamming”,(0-4),(2-10),(1-65535)
+QGPSCFG: “agnssjammingurcmode”,(0,1)
+QGPSCFG: “1pps”,(0,1)
+QGPSCFG: “gnssrawdata”,(0-31),(0,1)
+QGPSCFG: “assisdataupdcfg”,(0,1),(0,1),(1,16),(0-3)
+QGPSCFG: “xtratimeurccfg”,(0,1)
OK
We are wondering if the additional function, especially the ability to increase the GPS frequency from 1Hz up to 10Hz, is supposed to be on the EC25AF? If not, when will it be implemented?
Thank you,