I tried to setup the TCP_StreamDeckConnector, as described in the manual, and failed at the first moment.
Then I tried the windows command line, to run my task “PPT1”:
TCP_StreamDeckConnector.exe ->run->PPT1
and failed again. However the V-Control Remote Server works fine, I could control it with a python script.
Then I checked the TCP communication with wireshark, and found out, that TCP_StreamDeckConnector.exe opens
a TCP connection with V-Control and closes it immediately after that. No command was transmitted.
Finally I discovered a File PPT1 in the TCP_StreamDeckConnector program directory (size 0 bytes). Now I tried
TCP_StreamDeckConnector.exe "->run->PPT1"
on the command line, and got an Error Message in V-Control
Cmd PPT1" / Data Task not found
TCP_StreamDeckConnector.exe "->run->PPT1
Is the solution for the problem. You need to type a leading "
before the command string, but no trailing "
after it.
Don’t know why, but it works fine for me.