I am trying to use the TCP2UDP plugin to try and get communication from my amplifier. First, the setup:
Amplifier --serial cable--> PC (Win10, e.g. 192.168.1.10)
On the PC, I have Hyper-V and a Loxberry in Hyper-V. I use the tool COM by TCP ( https://sourceforge.net/projects/combytcp/ ) to forward the com-port to a tcp port (e.g. port 8000). The amplifier is set to send layer 1 event changes, so if I change e.g. the volume, it sends this change over serial port. From the Hyper-V Loxberry, I can telnet to 192.168.1.10:8000 and see in COM by TCP that a client is connected. In addition, on the Loxberry telnet I see the data that comes in (e.g. when I change the volume, it prints the output - for this amp e.g. @VOL:-40). So the pc and port are reachable from the Loxberry...
In the TCP2UDP plugin, I set the IP address and port number, I deselect "connect on demand", but it never seems to connect (nothing shows in COM by TCP). Nothing also gets passed to Loxone.
The log files don't show anything regarding failed connections or so. When I put a hostname instead of an ip address, the log file contain the messages that it cannot resolve the hostname, but there is nothing when I put the ip address.
Any ideas?
Nothing urgent, I can understand that it is something to deal with after Loxberry 2 is out.

(I have tried other options to get the serial port forwared (e.g. using npcom to forward it to a named pipe, and assign that pipe as a comport to hyper-v), but then I'm stuck on how to forward that one, the serial-udp plugin only works for usb devices. Still open to other approaches to do it.)
Thanks!
Kommentar