I'm just about to deploy a program to control a Yamaha AVR with IP control, planning to use the 'Yamaha RX-A3010 IP v1.2' module.
It has a built-in Socket connect and optional standard TCP Client connection points.
I'm wanting to use the TCP client instead of the Socket connection as I need to send so specific commands from the program.
In looking into the module, the TCP connections only go to a 'Virtual Connection' module and not to the internal logic and S+!!!
First, am I wrong in thinking that this is very bad behavior on the part of the programmer??
Second, if I set up a parallel TCP connection for my purposes...
A. will that work??
B. Can I use the same port #, or will I need a different one (this assumes that the unit support multiple port connections...)
TIA!!