I have a Meca500 (R3) robot. My robot doesn't have wireless function, I use cable to connect the robot to my laptop and use a software to control it, I created an IP address for the robot. Now I want to use a Raspberry Pi to control the robot. What I need to do is have the Meca controlled by the Raspberry Pi 4 by opening up a TCP socket (whatever that means) and then sending the attached text series of steps to the Meca.
There are lots of Python Raspberry PI tutorials on line especially for communicating over the GPIO pins, but I havent figure out the sending of the TCP info.
Is there any python command that can help me to open a socket and send data to that robot please?
Thanks.