-
Notifications
You must be signed in to change notification settings - Fork 51
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
UCS2 long message hangs modem #118
Comments
FYI
Which shows me the way to
And to: Printing _buffer gives: |
FYI My sketch checks if the next message (within a time window) has same number so it can stitch it together.
|
When changing the character set in the GSM_SMS.cpp file by adding
MODEM.send("AT+CSCS=\"UCS2\"");
right under GSM_SMS::available(). I receive all messages in UCS2.This gets translated and solves issues with accented characters or emoticons... documented in #101
When I now send a message with a lot of characters (somewhere over 140) the modem hangs.
If I then remove the
MODEM.send("AT+CSCS=\"UCS2\"");
to normal modem.send configuration & upload and reboot, this gets received in 2 messages (ok!)Is it possible to make the modem 'not hang' ?
Could someone help? This destroys everything I was working on :(
The text was updated successfully, but these errors were encountered: