Hello everyone,
I am currently trying to connect more than one device using Implicit Messaging yet I get a Socket Exception when I try using the port 2222 for the 2 devices. So I also tried to change the port for one device (I tried several which are different) and I managed to connect both devices. Yet for the device which has a port other than 2222, I cannot read my T_O_IOData anymore, I can just modify my O_T_IOData which is problematic because I need my T_O_IOData for my current project. I looked for using the SocketOption ReuseAddress however I don't know how to access my UDPSocket through the EEIP class.
Thank you for your help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone,
I am currently trying to connect more than one device using Implicit Messaging yet I get a Socket Exception when I try using the port 2222 for the 2 devices. So I also tried to change the port for one device (I tried several which are different) and I managed to connect both devices. Yet for the device which has a port other than 2222, I cannot read my T_O_IOData anymore, I can just modify my O_T_IOData which is problematic because I need my T_O_IOData for my current project. I looked for using the SocketOption ReuseAddress however I don't know how to access my UDPSocket through the EEIP class.
Thank you for your help