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.

_Elias_

Member Since 16 Jun 2014
Offline Last Active Jul 14 2014 03:03 PM
-----

Topics I've Started

Bitconverter class causing crash/irresponsiveness.

23 June 2014 - 09:01 PM

I don't know if this is a bug, or I am using the Bitconverter class incorrectly. I basically wanted to get the mac address of my unit and then convert it into a string like so:

byte[] macBytes = Microsoft.SPOT.Net.NetworkInformation.NetworkInterface.GetAllNetworkInterfaces()[0].PhysicalAddress;

string macAddress = BitConverter.ToString(macBytes); //application crashes here

My Netduino Plus 2 becomes unresponsive and I cannot upload new programs to it even after a power reset. The only way to regain control of it is to reflash the firmware. I am using firmware v4.3.1 . Can anybody else try this and see if they get the same results?

 

Thanks


Netduino USB HID communication

20 June 2014 - 04:34 PM

I was interested in the driver less communication mentioned in http://forums.netdui...tion-using-usb/, but that requires using beta firmware v4.1.1.0 b1 which is from 3 years ago. I was wondering is this feature made it into v4.2 or v4.3 because I want the feature, but I don't want to revert to firmware from 3 years ago? I was trying to find mention of it in the patch notes of the newer firmware releases, but found no record of it.


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.