Difference between revisions of "SMS"

From IPLOG
Jump to: navigation, search
Line 18: Line 18:
 
|out
 
|out
 
|FROM
 
|FROM
|int
+
|string
 
|
 
|
 
|source phone number
 
|source phone number
 
|-
 
|-
 
|out
 
|out
|Q
+
|TEXT
|bool
+
|string
 
|
 
|
|status
+
|SMS content
 
|}
 
|}
  
Line 41: Line 41:
 
|-
 
|-
 
|in
 
|in
|IP_ADDR
+
|SEND
|string
+
|bool r_edge
 
|
 
|
|ip address
+
|rising edge starts new operation
 
|-
 
|-
 
|in
 
|in
|TMO_S
+
|NUMBER
|int
+
|string
 
|
 
|
|timeout in seconds
+
|destination phone number
 
|-
 
|-
|out
+
|in
|Q
+
|TEXT
|bool
+
|string
 
|
 
|
|status
+
|SMS content
 
|}
 
|}
  

Revision as of 10:34, 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
out VALID bool indicates success operation and valid output
out FROM string source phone number
out TEXT string SMS content


SMS_Tx

Sends SMS messages.

SMS RX.png


Asynchronous interface
in SEND bool r_edge rising edge starts new operation
in NUMBER string destination phone number
in TEXT string SMS content


Block behavior:



Examples

Back to Libraries