Page 1 of 1

Send SMS using CSPro

Posted: September 14th, 2017, 6:40 pm
by Mariovaisman
Hello,

There is a new project where it is necessary to send some SMS from the application. I called the camera, also showed text files using the CSPro application, however I don't remember if there is a way to send SMS using this methodology.

Is it possible, in case yes, how.

Thanks

Mario Vaisman

Re: Send SMS using CSPro

Posted: September 14th, 2017, 7:12 pm
by htuser
Hi Mario,
Yes it's possible with latest Version 7+.
I don't think that you can send mass (hundreds, thousands) SMS from one phone/tablets.
If your request is to send some SMS from a 2/3/4G modem embedded smartphone or tablet,
the syntax is:
execsystem("sms:+13017631451");
execsystem("sms:+13017631451,Hello, CSPro Team!");
where Hello, CSPro Team! is the message, +13017631451 is the phone number and
sms, the keyword for the Action.

Best regatds

Re: Send SMS using CSPro

Posted: September 20th, 2017, 7:33 am
by Mariovaisman
Thank you.
Appreciate your answer.