Difference between revisions of "SMS"

From IPLOG
Jump to: navigation, search
Line 3: Line 3:
  
 
=== SMS_RX ===
 
=== SMS_RX ===
 +
Receive SMS messages.
  
 
+
[[File:SMS_RX.png]]
PICTURE
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 32: Line 32:
  
 
=== SMS_Tx ===
 
=== SMS_Tx ===
 +
Sends SMS messages.
  
 +
[[File:SMS_RX.png]]
  
PICTURE
 
  
 
{| class="wikitable"
 
{| class="wikitable"

Revision as of 10:09, 15 April 2020

Description:

SMS_TX/SMS_RX blocks are used for communication between the program and the user through the GSM network. It use SMS messages to transmit and receive information.

SMS_RX

Receive SMS messages.

SMS RX.png

Asynchronous interface
in IP_ADDR string ip address
in TMO_S int timeout in seconds
out Q bool status


SMS_Tx

Sends SMS messages.

SMS RX.png


Asynchronous interface
in IP_ADDR string ip address
in TMO_S int timeout in seconds
out Q bool status


Block behavior:



Examples

Back to Libraries