TCP/IP or UDP communication in between 2 VC instance via python module

All the necessary materials attached to this folder.

168_TCP_IP-Socket-Example.zip (1.27 MB)

1 Like

Hi, Sicario

Have you tested the bidirectional communication? I modified your example code, using VC terminal as server and python code as the client under Windows 10. Then I found when the VC terminal receives data from the client, then send feedback message, it does not anymore, it cannot use this socket to send.

Best regards,

Shushu

SOCK_DGRAM is UDP, I want use SOCK_STREAM ;

can you supplier TCP .vcmx file?