Hi,As I said, implementing socket mode is much more complicated.If this mode is supported by the modem you are using, you will have to implement the specific AT commands (encoding and decoding).Refer to the modem documentation on this point.In Cellul...
Hi,First, you have to consider 2 usecases:- the IP stack is runnning in the modem (what we call "socket mode" in X-Cube-Cellular)- the IP stack is running STM32-side with LwIP (what we call "LwIP mode" in X-Cube-Cellular)If you are using "LwIP mode",...