Telit Modem returns error with GPS commands

Hey All,

I purchased a telit LE910C4-NF raspberry pi base kit, and can not seem to get it to take GPS AT Commands. I can reset the GPS unit(AT$GPSRST) and enable it (AT$GPSP=1), but can not clear the nvram(AT$GPSNVRAM=15,0), or set it up for unsolicited output(AT$GPSNMUN=2,1,1,1,1,1,1). Both of these commands return ERROR. I am not sure how to go about troubleshooting this further.

Any help is greatly appreciated

thanks!

Hi,

To see the result code of the error, enable the verbose error reporting with AT+CMEE=2, then try to run the AT commands you get the error.
Already clearing the buffer is optional and should only be performed if the buffer needs to be cleared.