SerialGSM icon indicating copy to clipboard operation
SerialGSM copied to clipboard

PinCode and long message

Open Stan92 opened this issue 8 years ago • 2 comments

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

Stan92 avatar Mar 29 '16 16:03 Stan92

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

meirm avatar Mar 29 '16 17:03 meirm

Yes, while receiving the sms... Anyway... I thank you Thanks Stan

Stan92 avatar Mar 29 '16 18:03 Stan92