Hey guys,
Just trying some testing by trying to connect my automation controller(ELKM1G) to the casatunes software. Are you aware of anyone that has used the telnet configuration to connect to this type of controller?
The controller has a TCPIP interface that allows it to send commands through its own serial port out through the TCP/IP interface. I was able to get it to work if I created a ‘virtual Serial port’ (on my casatunes server) that directly connects to the controller’s IP. So I know that the communication is possible. I just wanted to see if I could eliminate the ‘virtual serial port’ and see if Casatunes would connect by sending and receiving messages from the controller directly.
I edited this line:
<add key =“CSISocketsPort” value=”[23],xxxx”> to read
<add key=“CSISocketsPort” value=“2101,192.168.1.103” >
Is there anything else that I may need to look at? Port 2101 is where all messages go out on the controller.
Thanks
Kevin