I am testing out the example here:
http://arduino.cc/en/Tutorial/UDPSendReceiveString and have corrected the ports and IP addresses. When I run the Serial Monitor I can see that the Arduino is indeed hearing from Processing, and made it print a Serial message as to what it would send, which is correct.
The problem I have is that Processing fails to hear the message. If I change Processing to send the message instead to itself, it hears it just fine and all the other code works.
Does anyone know if there is a setting that I need to change in the code, or is this something router based? Literally the only things I have changed are the Ports and IPs, and then added those print commands to know what stage it would possibly fail at.
Thanks in advance.
1