-
Notifications
You must be signed in to change notification settings - Fork 725
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
Added Support for AT+CPAS and Read SMS #665
base: master
Are you sure you want to change the base?
Conversation
Added SMS read function in Interrupt and non interrupt mode.
Added getCallStatus function to get current call status using AT+CPAS command.
Nice work, I was interested in SMS reading feature and was starting to gather information when I found your PR. |
Thanks @LoicGRENON , I will update the Readme.md file. |
@satyamkr80 Just in case you didn't saw it, I sent you a PR on your branch a while ago to add some more features. |
@LoicGRENON I am reviewing the changes and will merge them soon, Thanks for the fix. |
added phonebook functionality
fixed phonebook selection command
Update README.md
I've added support to read SMS and get call status (AT+CPAS) similar to the getCallStatus function of adafruit fona library. All example codes are included in examples.