Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

SIM800 phonebook support #160

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

szotsaki
Copy link

Adding phonebook support for SIM800 variant. The support includes:

  • Listing a contact
  • Adding, deleting contacts
  • Querying contact names

Updating README.md will be done after #150 is merged.

SIM MSISDN and FDN ("ON" and "FD" storage types) are deliberately
not handled since they are rarely used and for the latter PUK2 input
handling is also needed.
Special GSM characters which needed to be escaped (double quote,
backslash, bell, and GSM NULL) are not handled since they are rare
and would require more program space.
TINY_GSM_PHONEBOOK_RESULTS can be overridden by the user
Also provide a function which changes between character sets to
avoid duplication and reduce code size.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant