South Africa
Howdy folks,
A new test version of the IR Server Suite is now available for download from the first page of this thread.
Please report any bugs (even if you've reported them before).
Cheers,
Is anybody else using TCP Message macros? I'm trying to send Zoom Player commands via TCP but it doesn't seem to work. Since Window Messages via Translator don't work and supposedly TCP messages do, I tried for a few hours with no success.
It isn't a Zoom Player problem since I can telnet into the program and manually send it a command (e.g. "5100 fnPlay") and it works, but sending the same command via Translator doesn't work. Anybody have any ideas? Here is what I have setup for the macro:
IP Address: localhost
Port: 4769
Text: 5100 fnPlay
Here are the updated codes
Ah. I tried \r\n for CRLF, but didn't bother to try \n. I'll give that a shot tomorrow and let you know if it works.Try putting a \n on the end, so it becomes "5100 fnPlay\n" to send an "enter key press".
If that doesn't work I'll take a look at it and see what I can do.