pulkin/micropython

SMS management

Opened this issue · 1 comments

Hi, I would like to know how SMS module works besides the example for send/receive and cellular.on_sms( evt) handlers

I'm looking for info on how .withdraw() works, what data type I need to pass, how to clean sim sms storage if is possible.
would be nice also info on how to write .is_inbox / is_read / is_unsent

the only that seems to work is ._withdraw_by_index( index )

hints?

thanks

Both withdraw and send sms works. But it not stable. If the number of SMS is too many, it'll timeout-some SIM can store more SMS than the others. For me, if it failed to load SMS list, i delete all sms and I delete every SMS which is successfully read.