tuongnq / gsm-shield-arduino

Automatically exported from code.google.com/p/gsm-shield-arduino
0 stars 0 forks source link

Command to start in new line #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?
hi there, i`m not sure if i`m asking the right place but if tried everything. I 
want to send a text message containing 3 sensor values to a number when it 
called. I used your library and it works great! But how do send a text message 
with each sensor value starting in a new line... i.e:
Hum:123
temp:123
alt:123

I`m able to get the values in the form:
Hum:123 temp:123 alt:123

on certain phones this fits into one line and on other with a smaller screen it 
continues in a second line.

What version of the product are you using? On what operating system?
I have the GSM Shield by seeedstudio and latest arduino IDE

Please provide any additional information below.
I know this is a string porblem, but like I said i`ve tried everywhere!
Thanks in advance

Original issue reported on code.google.com by a23340...@gmail.com on 3 Jan 2013 at 12:04

GoogleCodeExporter commented 8 years ago
try to use \n or \r or \n\r or \r\n instead of spaces.
Marco

Original comment by martines...@gmail.com on 14 Jan 2013 at 9:30

GoogleCodeExporter commented 8 years ago

Original comment by martines...@gmail.com on 8 Mar 2013 at 10:45

GoogleCodeExporter commented 8 years ago
This issue section is not longer supported.
Please check the support page www.gsmlib.org 

Original comment by martines...@gmail.com on 6 Jul 2013 at 11:27