Page 1 of 1

How to configure Telit LM960 to connect to LTE only ?

Posted: Tue Oct 20, 2020 6:56 am
by nkefgr
Hi,
I went through the Telit LM960 Series AT Command Reference, but i was not able to find how to configure it to connect to LTE only.

For example the Quectel EM12-G which I am also using, it can be configured with the following at command:

Code: Select all

AT+QCFG="nwscanmode",3,1

Re: How to configure Telit LM960 to connect to LTE only ?

Posted: Tue Oct 20, 2020 12:15 pm
by Didneywhorl
I'm not 100% sure. I'd have to dig deeper.

Maybe look into the AT+XACT command?

Or possibly its don with the AT#BND command?

AT#BND=0,0,<LTEBANDS> maybe the zeros say to not use the UTMS and GSM bands (2G/3G)?

Re: How to configure Telit LM960 to connect to LTE only ?

Posted: Tue Oct 20, 2020 4:11 pm
by nkefgr
I think I figured it out, in Telit lm960 software user guide it states
"Suppose that the 4G Technology is present on the air. Use the command AT+WS46=28 to force
the module in 4G mode."
In the AT command reference it is reported with a very technical terminology and I missed it.

So for LTE only the correct at command is:

Code: Select all

AT+WS46=28

Re: How to configure Telit LM960 to connect to LTE only ?

Posted: Tue Oct 20, 2020 10:18 pm
by Didneywhorl
Great find!