Re: [Smslink-users] Newline character in SMS message
Status: Beta
Brought to you by:
panderss
|
From: Philippe A. <pa...@ib...> - 2008-06-02 10:16:20
|
Hello Jeff, Jeff Meek wrote: > Hi Philippe, > > It is specific to SMSLink. If I talk to the modem directly, I can do: > AT+CMGS="123456789" <cr> > first line<cr> > 2nd line<cr> > 3rd line<cr><ctrl-Z> > When the SMS is received, it will properly show up as > first line > 2nd line > 3rd line Understood. > > I can't find any way to do the same thing with SMSLink. I would prefer to > use stdin (i.e. sendsms -f -), but I can't get it to work anyway I have > tried it. SMSLink changes any special characters to a space, so a "/r" > turns into just " r". That's correct -- at present, the client (sendsms) will remove newline characters from the input, and the server input method won't accept them anyway. But I see how I could get this to work. If this is important for you (and not dramatically urgent), I'll start working on this. HTH Cheers. Bye. Ph. A. -- *Philippe Andersson* Unix System Administrator IBA Particle Therapy | Tel: +32-10-475.983 Fax: +32-10-487.707 eMail: pa...@ib... <http://www.iba-worldwide.com> The contents of this e-mail message and any attachments are intended solely for the recipient (s) named above. This communication is intended to be and to remain confidential and may be protected by intellectual property rights. Any use of the information contained herein (including but not limited to, total or partial reproduction, communication or distribution of any form) by persons other than the designated recipient(s) is prohibited. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free. Ion Beam Applications does not accept liability for any such errors. Thank you for your cooperation. |