Seeed-Studio / GPRS_SIM900

library for GPRS shield with sim900 module.
MIT License
138 stars 96 forks source link

Loop handle example #43

Closed Welsyntoffie closed 5 years ago

Welsyntoffie commented 5 years ago

Checking if there is unread sms messages takes about 133ms. Checking isReadable is much faster, but it never cathes sms messages. It only works when incomming call.

In the example there is call and sms function so I assume the idea was to catch sms message aswell.

What other fast way is there to check for new sms mesage?

Welsyntoffie commented 5 years ago

I had std firmware. Reflashed with latest enhanced firmware.

Solved the issue.