Internet
Comunicazione utilizzando i protocolli TCP e UDP
Transmission Control Protocol (TCP) è un protocollo client/server basato su pacchetti, mentre Universal Datagram Protocol (UDP) è un protocollo basato su pacchetti che utilizza una scheda Ethernet come livello fisico. Ogni pacchetto contiene byte forniti da un livello di applicazione. È possibile trasferire i dati utilizzando questi protocolli da un'applicazione in tempo reale in esecuzione sul computer host.
Blocchi
TCP/IP Receive | Receive data over TCP/IP network from remote host |
TCP/IP Send | Send data over TCP/IP network to another remote host |
UDP Receive | Receive data over UDP network from remote host |
UDP Send | Send data over UDP network to remote host |
Impostazioni modello
Argomenti
- Connect Arduino Ethernet Shield to Arduino Hardware
Follow the steps to connect the Arduino Ethernet Shield to an Arduino hardware board.
- Configure Network Settings for Arduino Ethernet Shield
Follow the steps to configure the network settings for Arduino Ethernet Shield.
- Configure Model to Run in External Mode over Ethernet
Follow the steps to simulate model in external mode using over the TCP/IP network.