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

Not accepting certain characters #42

Open
pbatt10 opened this issue Jun 21, 2016 · 0 comments
Open

Not accepting certain characters #42

pbatt10 opened this issue Jun 21, 2016 · 0 comments

Comments

@pbatt10
Copy link

pbatt10 commented Jun 21, 2016

Hi,
First off, thank you to all the contributors to this page - without you my current project would not have been possible.
I have been using the example SMS code to receive SMS into MaxMSP in oder to trigger sound files. I was having a problem with a looped message so I added this to the code:
**/
//get 1st sms
sms.GetSMS(1,n,20,smsbuffer,160);
if(n[0] == '+') {
Serial.print(n);
Serial.print(": ");
Serial.println(smsbuffer);
}
sms.DeleteSMS(1);

      delay(1000);
 }

};
It is working fairly consistently, just loosing serial communication after a few days, and seems to miss messages fairly frequently. My current issue is that it does not accept certain specific french characters such as ç, in the word français, and will send out a series of numbers instead of the message.

I am using the ITEAD SIM900 /GSM module with an arduino uno and a 2012 MAC mini 10.8.5. Is there any way to fix this? Has anyone run into the same issues I have mentioned above? Any help or suggestions would be greatly appreciated.
Thanks again.

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

No branches or pull requests

1 participant