Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years ago.
Is there a callback/interrupt for SMS received?
I have been looking through the code, but cannot find a method to be notified when there is an incoming SMS.
Is that possible?
Question relating to:
1 Answer
10 years ago.
Hi Niels,
There aren't currently any callbacks or interrupts supported for SMS in the MTSAS library. The current method is to poll the radio with the getReceivedSms() function.
-Mike