Hello all, I'm having a hard time tracking down a way to open up a tcp/ip client connection and simply sending a string to the port I've opened up. For instance I want to send some hex characters as a string literal to port 7142 and to a specific ip address. How do I do that in python? thanks, zm