Sends a message through an opened TCP/UDP connection
Possible errors:
— Can't send data to the socket
send
@/send
Sends a message through an opened TCP/UDP connection
Possible errors:
— Can't send data to the socket
INET@/esp8266-inet
An internet connection
SOCKxod/net/socket
A socket
MSGstring
The message to send
SENDpulse
Send the message
DONEpulse
Pulses when the message is successfully sent
SOCK'xod/net/socket
A socket
INET'@/esp8266-inet
An internet connection
To use the node in your project you should have the xod-dev/esp8266 library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.