I’m looking for either a pre-existing Windows tool, or some Xojo code I can compile into a simple app, that would allow someone to send a text string in an arbitrary format to a specified IP address via TCP. It’s for testing some embedded code on a hardware controller. We just need something to test basic communication. Could be command line, or gui, doesn’t matter.
Soon, I’ll write something to do this from Xojo, just don’t have time and we need to test a proof of concept first.
thanks. I wound up writing something from scratch yesterday in about an hour, just following the docs. A little stuff to clean up this morning, but I think we have a basic tool our embedded software dev can use to quickly test his TCP code.