I'd like to automate sending commands to an iTach IP2IR device using Tasker. You communicate with the device by opening a TCP socket using the device's IP address over port 9998. You then pass it a short ASCII command string that must end with a CR. A result will be sent back, but I should be able to just ignore it.
Before I start coding external scripts, can Tasker do this with any built-in actions or plug-ins?