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.

per123's Content

There have been 3 items by per123 (Search limited from 05-May 23)


By content type

See this member's

Sort by                Order  

#64707 netduino plus for sale

Posted by per123 on 02 January 2016 - 12:48 PM in Netduino Plus 2 (and Netduino Plus 1)

I have some netduino plus and plus2 for sale.
On ebay.co.uk.
Or send me a pm
They are used for testing and have 2GB microSD and comes with expansion board with 6 relay+6 inputs + 6 analoque inputs. (9-12V supply) and a breadboard.




#64176 GetHostEntry exception in ver. 4.3.2.1

Posted by per123 on 21 September 2015 - 10:11 PM in Netduino Plus 2 (and Netduino Plus 1)

VS2015.

Netduino Plus 2 with both  firmware 4.3.2.3 and 4.3.2.1 Dns.GetHostEntry throws exception 11003

 

In version 4.2.1.1 with VS2010 it works fine.

 

Dns.GetHostEntry("google.com") also returns an exception.

 while (true) {
               
                try {
<<<< exception >>>> IPHostEntry ipHost = Dns.GetHostEntry("time.windows.com");
                    ep = new IPEndPoint(ipHost.AddressList[0], 123);
                }
                catch (SocketException e) {
                    Thread.Sleep(1000);
                }
            }

The exeption is thrown in Netduino.IP

 

any advise how to get it to work again ?

 

 

 

regards

Per

 




#64167 Netduino.IP Firmware v1.0.1 (for Netduino Plus 2)

Posted by per123 on 21 September 2015 - 11:02 AM in Netduino.IP Technical Preview

I have got the same problem with both firmware 4.3.2.1 and firmware 4.3.2.3 on my Netduino Plus 2.

 

Link failure:some assembly references cannot be resolved!!

Assembly: NetduinoExtensions (4.3.2.1) needs assembly 'NetduinpIP' (1.0.0.0)

 

error: a3000000

 

regards Per

 

 





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.