Python Forum

Full Version: TCP IP Comunication
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, How can I send a command to a industrial device, through the TCP IP Socket Comunication. The command is HEX.
Thank you
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...
(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!