Skip to content

SMS management #102

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
kindmartin opened this issue Mar 22, 2021 · 1 comment
Open

SMS management #102

kindmartin opened this issue Mar 22, 2021 · 1 comment

Comments

@kindmartin
Copy link

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

@garudaonekh
Copy link

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.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants