CommWifi

Wire Editor

Description

    • It is CommSocket component communicating with ARDUINO Boards and is TCP method. It is generally used with ARDUINO WiFi Shield.

    • All Platforms that supports TCP.

    • (In some Platform, It may be blocked for security reasons when connection is IP address method.)

Inspector

IP Address

    • IP Address of TCP Server

Port

    • Port number of TCP Server.

On Open

    • Unity Event that occurs when it is connected with TCP Server.

On Close

    • Unity Event that occurs when it is disconnected with TCP Server.

On Open Failed

    • Unity Event that occurs when connection of TCP Server fails.

On Error Closed

    • Unity Event that occurs when it disconnects due to error of a TCP Server.

Wiring