Netduino home hardware projects downloads community

Jump to content


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.

Faith

Member Since 25 Jul 2012
Offline Last Active Mar 04 2017 03:09 PM
-----

Posts I've Made

In Topic: N+2 ethernet communication with Windows Form

09 February 2014 - 12:09 PM

I have a Netduino Plus 2 board with SDK version 4.2.2.2 (the one which I found in the page netduino.com/downloads/). I asked about the firmware because I read about problems in setting static IP address with older versions, but I suppose that with my configuration everything should be ok. What can I do? For the moment I'm using the board connected to the router with DHCP enabled.

In Topic: N+2 ethernet communication with Windows Form

08 February 2014 - 06:32 PM

If I try to set a static IP address, I get an error when I ask to save the configuration ("Unable to write the configuration", OUTOFMEMORY). I've read that an old firmware had this problem but I have 4.2.2.2 version. Do I need to install 4.3.0 beta firmware?


In Topic: N+2 ethernet communication with Windows Form

08 February 2014 - 09:25 AM

Thank you for your replies!

 

In MFDeploy DHCP is checked.

 

If I connect N+2 to my router I can communicate easily through ethernet (thank you wendo), before I was trying a direct communication N+2-PC. What I have to do in this case?


In Topic: N+2 ethernet communication with Windows Form

07 February 2014 - 02:56 PM

Running these first lines of code I always have as output "0.0.0.0". What does it mean?

//Initialize Socket classsocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);//Request and bind to an IP from DHCP serversocket.Bind(new IPEndPoint(IPAddress.Any, 80));//Debug print our IP addressDebug.Print(Microsoft.SPOT.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()[0].IPAddress);

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.