TCP/IP Client (ESP8266 Socket)

From Visuino
Revision as of 08:14, 9 June 2022 by Visuino (talk | contribs) (Created page with "Image:TArduinoBasicTCPClientSocket.png == Summary == {{:Summaries:Summary TCP/IP Client (ESP8266 Socket)}} == Description == Add this element to the WiFi Module Sockets in order to have TCP Client Socket. Client socket can connect to a remote server. == Used By == *ESP8266 WiFi.Sockets - {{:Summaries:Summary ESP8266 WiFi.Sockets}} == Properties == *Host - {{:Summaries:Summary TCP/IP Client (ESP8266 Socket).Host}} *TA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoBasicTCPClientSocket.png

Summary

TCP WiFi Client Socket element

Description

Add this element to the WiFi Module Sockets in order to have TCP Client Socket.

Client socket can connect to a remote server.

Used By

Properties

  • Host - Specifies the remote Host to connect to
  • Enabled - Enables or disables the socket
  • Port - Specifies the port of the socket.
  • Name - Specifies the name of the element

Pins

  • Out - The Byte(Binary) Output pin of the component or element
  • In - The Any and Byte(Binary) Type Input pin of the component or element