I have a program which allow my computer to communicate to another device using an ethernet Cable.
The thing is that this program is set so that it can only work through a specific IP address and a specific port number.
Let's say :
IP address : 192.234.1.101
Port Number: 5555
When I connect the cable between the computer and the device, the connection is recognized as a "Local Area Connection" but when I try to run the program I have an error telling me that it cannot connect using the configured Ip address and port number.
So I basically need to change the IP address and Port Number of this"Local Area Connection".... but How can I do that ???
The thing is that this program is set so that it can only work through a specific IP address and a specific port number.
Let's say :
IP address : 192.234.1.101
Port Number: 5555
When I connect the cable between the computer and the device, the connection is recognized as a "Local Area Connection" but when I try to run the program I have an error telling me that it cannot connect using the configured Ip address and port number.
So I basically need to change the IP address and Port Number of this"Local Area Connection".... but How can I do that ???
Comment