SIM800l Connection Status problem

Hi there
I use Arduino UNO and Sim800l.

#include <Sim800L.h>
#include <SoftwareSerial.h>               

I want to know my connection status.
There is the command "getFunctionalityMode()" or AT command "AT+CREG?" but none of both works! What's the problem? How can I solve this and read the connection status?

I will be more appreciated if your suggestion contains a code example

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.