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.
Photo

Ethernet Address configuration issues

ethernet ipaddress

  • Please log in to reply
No replies to this topic

#1 claudio.serio

claudio.serio

    Member

  • Members
  • PipPip
  • 25 posts

Posted 12 October 2015 - 03:33 PM

This code works fine on a Netduino 2 plus.

 

Today i try to port my code to a new Netduino 3 but i have a problem ....

It causes an error on the last line ...

 

        Dim Interf = Microsoft.SPOT.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()(0)
        Dim DNS(1) As String
        DNS(0) = "193.206.115.20"
        'DNS(1) = "193.206.115.20"
        Interf.EnableStaticIP("192.168.1.111", "255.255.255.0", "192.168.1.1")
 
This works well with Netduino 2 plus






Also tagged with one or more of these keywords: ethernet, ipaddress

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

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.