Internet
使用 TCP 和 UDP 协议通信
传输控制协议 (TCP) 是一种基于客户端/服务器数据包的协议,而通用数据报协议 (UDP) 则是将以太网卡作为物理层的基于数据包的协议。每个数据包包含应用层提供的字节。您可以使用这些协议从主机上运行的实时应用程序传输数据。
模块
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 |
主题
- 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.