8 years, 5 months 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:

Example program demonstrating sending and reading SMS messages from the cellular modem using the MTSAS library. Cellular, MTSAS, SMS

1 Answer

8 years, 5 months 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

Accepted Answer