I am trying to execute some USSD commands with sim800 and store the result.
I need to enable `ring` interupt for USSD commands just like calls and sms.
Here is my Sim800 code for using ussd:
AT+CUSD=1,"[some ussd]",15
Please note that my code works fine without the ring interupt but I need a way to it with interupts.
Thanks