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.

Earthed

Member Since 13 Mar 2011
Offline Last Active Sep 30 2013 09:24 AM
-----

Posts I've Made

In Topic: Network Toolkit and Netduino Plus

14 November 2011 - 10:52 PM

Had a similar problem on my GHI Fez Cobra and resolved:


refer to: GHI Fez Cobra Solution

somehow one reference in the project file got the following XML attribute set: processorArchitecture=MSIL, once removed , was able to deploy

In Topic: Exception in DateTime.Tostring()

04 September 2011 - 06:25 AM

Hi Colin The code I presented does work as expected. My concern is when you use STEP INTO DEBUGGING on the 'ToString()' line, and the Output trace shows several Exception results. This post is aimed at the 4.2 RC2 Development Team as an FYI to see why there are internal exceptions inside there DLL. Regards Ian

In Topic: Problem with Arduino ethernet shield

02 September 2011 - 12:26 AM

One thing to be careful of in all shields is: + Arduino shields are designed for 5.0Vdc + Netduino is 3.3Vdc ask the Manufacturer if it works on netduino before you buy (I made the mistake with the Omilex GM862 Arduino shield, but managed to modify the shield for use with NetduinoPlus - A good shield b.t.w.)

In Topic: OutOfMemoryException, but I still have free memory!

31 August 2011 - 06:17 AM

Hi Chris, Just got 4.2 RC1 installed everywhere. I'm not at present getting the OUT_OF_MEMORY exception (But not at a point to thrash out things just yet, given the new exception that's crept in with 4.2 RC1: My Serial Library is attached. History: under 4.1.0.6 I never had this type of Exception inside serialPort_DataReceived() at all, and its nearly occurring every time something is received (even 3-5 chars) Under 4.1.0.6 I used to get an exception when inside Read() as not enough memory was allocated for Chars[] to copy from mBuffer[]. Code: attached Implementation: COM2 on NetduinoPlus Note: My Original Exception entry point seems to persist, however the exception it raises is different: 4.1.0.6 Exception: OUT OF MEMORY 4.2. RC1: A first chance exception of type 'System.ArgumentOutOfRangeException' occurred in mscorlib.dll Exception seems to occur on Line: sChars = new string(chars, 0, mBufferPtr);

In Topic: Netduino Plus Firmware v4.2.0 RC1

31 August 2011 - 01:23 AM

Essential reading: http://forums.netdui...k-v42-sdk-beta/

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.