You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python libary is fantastic! Fall in love with Python partly because of this. Made my life much easier.
I'm developing a SMS receiver which constantly receive SMS at 1-minute interval. Looking into the code it used ME storage. I'm just afraid the storage hardware may fail in a few months time due to wear and tear. Instead, it is possible to receive SMS without storage?
Sorry if this is wrong place as I'm new to Github too.
The text was updated successfully, but these errors were encountered:
I figured out a way to bypass any memory storage by setting CNMI=1,2,0,0,0. SMS will send directly to TE. In this way, memory will not be wear and tear even for bulk SMS reception.
This Python libary is fantastic! Fall in love with Python partly because of this. Made my life much easier.
I'm developing a SMS receiver which constantly receive SMS at 1-minute interval. Looking into the code it used ME storage. I'm just afraid the storage hardware may fail in a few months time due to wear and tear. Instead, it is possible to receive SMS without storage?
Sorry if this is wrong place as I'm new to Github too.
The text was updated successfully, but these errors were encountered: