@rogierlodewijks and @afzal_m
Thanks for the honors and the devkit.
First of all; indeed you cannot turn on the echo using the standardised commands also I have found no alternative.
So sharing logs is more difficult.
I think the example above has a small error in the order of things.
Due to AT+CFUN=0 (which is switch off phone functionality)
You cannot issue at+cops and at+cgdcont commands
So the correct order is;
AT+CMEE=1;+CSCON=1;+CEREG=5 (turn on some informative feedback)
AT+CFUN=1
AT+COPS=1,2,“20416”
AT+CGDCONT=1,“IP”,“cdp.iot.t-mobile.nl”
See if we are searching for a network
AT+COPS? (If answer is 2 we are still searching)
AT+CSQ (if first number is unequal to 99 we have a radiosignal)
And then wait for:
+CSCON:1 (RRC Connected)
+CEREG:5,5,###### (Registered roaming)
(I have updated the example above)