Python Forum
TCP IP Comunication - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: TCP IP Comunication (/thread-28655.html)



TCP IP Comunication - Agon - Jul-28-2020

Hello, How can I send a command to a industrial device, through the TCP IP Socket Comunication. The command is HEX.
Thank you


RE: TCP IP Comunication - Marbelous - Jul-28-2020

There are some good examples in a recent Python Module of the Week article.
https://pymotw.com/2/socket/tcp.html

If you need more help let us know what your device is...


RE: TCP IP Comunication - Agon - Jul-31-2020

(Jul-28-2020, 02:28 PM)Marbelous Wrote: There are some good examples in a recent Python Module of the Week article.
https://pymotw.com/2/socket/tcp.html

If you need more help let us know what your device is...

Thank you!