11 Utilities Tools
User Manual 333/374
11.7 stw_SendSMS
NAME
stw_SendSMS - Sends a SMS via the TAF and the internal modem.
SYNOPSIS
stw_SendSMS <PhoneNo> <Text> [-h] [-v] [-m]
DESCRIPTION
This application allows you to send a text message right away. This is done via DBUS and
the ysmsd.
For the application to work, ysmsd needs to be active and the device needs to be
equipped with a SIM card.
For further information, see the User Manual of the device.
OPTIONS
-v Version number of the daemon.
-h Usage and options (help).
<PhoneNo> <Text> send <Text> to <PhoneNo> in form of a SMS
EXAMPLES
stw_SendSMS "016012345678" "This could be your text"
The text 'This could be your text' is send to '016012345678' in form of a SMS.
11.8 stw_RecvSMS
NAME
stw_RecvSMS - Reads the next SMS via the TAF from the internal modem.
SYNOPSIS
stw_RecvSMS <WaitTimeSec> [single] [-h] [-v] [-m]
DESCRIPTION
This application can read SMS from the internal modem via dbus and ysmsd.
In order to use this application, the ysmsd needs to be active.
For further information, see the User Manual of the device.
OPTIONS
-v Version number of the daemon.
-h Usage and options (help).
<WaitTimeSec> Receive SMS for the next <WaitTimeSex> seconds. Default: 30 s.
<WaitTimeSec> single Stop application after the first SMS is received.
EXAMPLES
stw_RecvSMS single"
Application will wait until the first SMS is received.