Internet
Comunicación utilizando protocolos TCP y UDP
Transmission Control Protocol (TCP) es un protocolo basado en paquetes cliente/servidor, mientras que Universal Datagram Protocol (UDP) es un protocolo basado en paquetes que usa una placa Ethernet como una capa física. Cada paquete contiene bytes proporcionados por una capa de aplicación. Puede transferir datos usando estos protocolos desde una aplicación ejecutada en tiempo real en el host.
Bloques
| 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 |
Temas
- 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.


