Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use an external program to send SMS directly from your PC, cURL for example.  An example of such program and example of code in C can be found here:http://sky-control.com:8090/download/attachments/1966111/920_sms.zip?version=1&modificationDate=1340695719493

The zip file Adobe AIR contains application and an example of code in C.  To follow the example please use the following command in console:

gcc -O2 -o sendsms sendsms.cTo send SMS you can use a free software such as cURL:

Script example of sending SMS

...