インターネット
TCP および UDP プロトコルを使用した通信
伝送制御プロトコル (TCP) はクライアント/サーバー型のパケットベース プロトコルで、Universal Datagram Protocol (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.