Hello everyone,
I have a problem with TCP connection to EMX module through switch and even without it. Command line tells me " Answer from 192.168.137.3: destination host unreachable". Firewall is turned off.
What I have: EMX
[ul] Staic IP 192.168.137.25, Mask 255.255.255.0, Gateway 192.168.137.1 [/ul]
[ul]MAC address 00-21-03-80-2B-7D [/ul]
Microsoft.SPOT.Net.NetworkInformation.NetworkInterface NI = Microsoft.SPOT.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()[0];
NI.EnableStaticIP("192.168.137.25", "255.255.255.0", "192.168.137.1");//195.113.219.160
byte[] mac = new byte[] { 0x00, 0x21, 0x03, 0x80, 0x2B, 0x7D };
NI.PhysicalAddress = mac;
//Starting http server pages
ThreadStart tStart = new ThreadStart(HttpServer.StartHttpServer);//this method is from the sample
Thread socketThread = new Thread(tStart);
socketThread.Start();
Thread.Sleep(500);
Project version is NETMF 4.2 and SDK is Premium 4.2
we really need to know the exact version of the SDK. You should have 4.2.9.0, the latest… released only a few days ago !
Open c:\program files\GHI Electronics then into the 4.2 Premium folder, look at the release notes file there, and you should see the versioning info like this: