I want to listen to RI pin to know when an SMS is coming. From the manual it says I can set pulses of RI with the AT command:
‘AT+QCFG=“urc/ri/smsincoming”,“pulse”,2000,3’
I send the command and I have OK as a reply. The problem is that when I send an SMS to the SIM that is being used, I don’t measure any status change of the RI pin. Also, the STAT LED signals the SMS incoming. What am I doing wrong?