9 years, 11 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:

1 Answer

9 years, 11 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