TCP&UDP Binding - Could not transform/Could not parse

HI

I’m not really following what you’re trying to do, but if it helps, these simple Item file entries allow me to get an Item updated with the recieved UDP command, and send the new contents of an Item to a UDP port on another machine

String UDP_IR_Blaster   "UDP Blaster"     { udp=">[*:192.168.178.240:65432:]" }


String Incoming_UDP     "Imcoming UDP[%s]"              { udp="<[*:65432:'REGEX((.*))']" }

As explained here - IR devices control

Does this help in any way ?