The Netduino forums have been replaced by new forums at community.wildernesslabs.co.
This site has been preserved for archival purposes only
and the ability to make new accounts or posts has been turned off.
Hello all!
please just forget about this post.
I have checked the IP´s am MAC address with MFdeploy.
In the startup of my main function I was setting the new IP address for the Netduinos.
unfortunately I have not recognized a function call to one of the classes I have written at the beginning.
In the "lost" class I have had a function which was setting the MAC address.
Really thanks for your help and from now on I will improve my code documentation!
btw:
UDP is working fine.
Connection to both of the Netduinos is working!
You guys are really great!
Thanks
MAC, IP and networkport of all devices are different!
I have checked this several times...
Trying to switch my code to TCP protocol.
This will cost data transfer rate (UDP is faster cause there is no handshake), but i hope it will fix the communication problem
Hey Markus,
I´m sorry but the solution i mentioned above isn´t working..
But it sounded like a good reason for the failure...
Have to leave to the university but a small update to the Network config:
Netduino #1 IP: 192.168.1.21 Port: 49001
Netduino #2 IP: 192.168.1.22 Port: 49002
Laptop: IP: 192.168.1.20 Port: 49001 and 49002
The Laptop is running a Lab View program which opens 2 UDP protocol ports (both same IP but different ports)
same result as before...
everything is connected to a switch hard- and software works fine with just one Netduino connected.