I have programmed the NRF9160 with the Serial LTE Modem example and am following along with the example here - Testing scenarios — nRF Connect SDK 2.0.99 documentation (nordicsemi.com)
First thing I notice is AT#XSLMVER returns 2.0.2 instead of 1.5 in the example.
When I try AT#XSOCKET=1,1,0 it returns XSOCKET: 0,1,6 instead of 1,1,0,6 in the example.
AT#XSSOCKET? returns 0,1,0 instead of 1,6,0.
I do get the expected OK response from AT#XSOCKETOPT=1,20,60
The rest of the example trying to connect to port 80 of google.com does not seem to work.
Any ideas, or perhaps I've done something wrong?
Thank you!