Theoretically speaking, network protocol doesn't care what OS you are running. Also, the API calls that can be used for simulating keystrokes, mouseclicks, etc. are the same for Vista and XP (for the most part, and certainly for this topic). So the cause of your lack of communication is more than likely Vista's firewall. You need to provide the firewall with the exception of that port number you are using, or disable the firewall temporarily to prove whether that is the case or not.Originally Posted by 'Xumosa',index.php?page=Thread&postID=178122#post1 78122
If you also want to dig further into why this is a problem, you can run a network monitor program such as Wireshark, which will allow you to see if the communication is there or not by actually observing the raw network traffic. That way you can actually see if it's being sent, and/or received on either end. This technique is a bit geeky, but I've personally used this when developing my AOEMouse program to check for the network communications.
If the above is too technical:
Turn the firewalls off on both machines.....
Try it.
If it works, then it's the firewall, if not, then it's probably something deeper.
Connect With Us