I’m sure it’s something dumb but I have not been able to get my TCP binding to send and receive on separate items. My items are
String A8811_Rec "[%s]" {tcp="<[192.168.1.32:*:'REGEX((.*))']"}
String A8811_Tx "[%s]" {tcp=">[192.168.1.32:2101:'REGEX((.*))']"}
What I am getting is all the changes and send and receive data is going to _Tx while _Rec stays NULL. I kept tcp.cfg unchanged. I have been racking my brain on this for a while so any help would be greatly appreciated.