SerialGSM
SerialGSM copied to clipboard
PinCode and long message
Hi, First of all, your library is very useful. I thank you.. Have 2 questions :
- Is it possible to send a pincode ? currently I use AT Commands
- When I send a long message (about 50 characters), the Serial.println(cell.Message()); displays numeric instead of the plain text message.
I thank you once again. Stan
Do you mean while receiving or while sending? I didn't use the library in a while and I know that there is a lot of room for improvements. I don't have the time to check the issue now but I would gladly accept code changes.
Thanks, Meir
On Tue, 29 Mar 2016 at 19:22 Stan92 [email protected] wrote:
Hi, First of all, your library is very useful. I thank you.. Have 2 questions :
- Is it possible to send a pincode ? currently I use AT Commands
- When I send a long message (about 50 characters), the Serial.println(cell.Message()); displays numeric instead of the plain text message.
I thank you once again. Stan
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/meirm/SerialGSM/issues/7
Yes, while receiving the sms... Anyway... I thank you Thanks Stan