Arduino Forum
>
Products
>
Arduino GSM Shield
>
GSM/Quectel M10 - sending SMS - String or char array?
Print
Go Down
Pages:
[1]
Topic: GSM/Quectel M10 - sending SMS - String or char array?
(Read 1 time)
previous topic
-
next topic
tiri
Newbie
Posts: 5
Karma: 0
[add]
GSM/Quectel M10 - sending SMS - String or char array?
Jun 06, 2015, 08:52 pm
As described in
http://forum.arduino.cc/index.php?topic=327663.0,
I try to forward SMS with the Arduino GSM shield (Qectel M10).
But it hangs very often during sms.print();
So my question in this topic is just about the correct variable type to use in the sms.print() function:
Should I use a String or should I use a char array?
Thank you very much for any help!
dannable
Edison Member
Posts: 2,460
Karma: 288
[add]
Quick, chuck it in the bin before the boss finds out...
Re: GSM/Quectel M10 - sending SMS - String or char array?
#1
Jun 06, 2015, 09:09 pm
The example SendSMS.ino passes a character array.
Print
Go Up
Pages:
[1]
Loading...