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.

upswing

Member Since 17 Aug 2013
Offline Last Active Jan 09 2014 06:43 PM
-----

Posts I've Made

In Topic: XML Serialization

28 August 2013 - 07:01 PM

It seems that the netduino does not have the XML runtimes, because they take too much memory.

 

Is there any way to increase the memory on the board through a shield or other so that I can load some additional/new firmware?

 

Is there any plans to come up with new hardware with more memory anytime soon?


In Topic: SD card I/O exception thrown

28 August 2013 - 05:56 PM

Got a new 2GB card today and I can read it now. However I could not buy that size in any store and I had to order it on the internet.  Which leads to the following question:

 

Why are the newer SD cards (4GB, 8GB etc..) not supported? These cards are the only ones that can be purchased in brick and mortar stores.  Are there any plans to lift this really restrictive restriction soon?


In Topic: SD card I/O exception thrown

23 August 2013 - 03:09 PM

I have tested this on two different netduino 2 +

 

I have tried SD cards 2GB, 4 GB, 8GB. 

 

I use Micro framework version 4.2

 

Can anyone help, please


In Topic: SD card I/O exception thrown

23 August 2013 - 02:59 PM

I get an exception when trying to write read a micros SD card 4GB Fat32 using a netduino 2 plus

 

Exception was thrown: System.NotSupportedException

Stack Trace

Microsoft.SPOT.IO.NativeIO::GetAttributes
System.IO.FileStream::.ctor
System.IO.FileStream::.ctor
System.IO.StreamWriter::.ctor
System.IO.StreamWriter::.ctor
NetduinoApplication1.Program::Main

 

Code is

try

{

using (StreamWriter SW = new StreamWriter("SDtest.txt"))

SW.WriteLine("test");

using (StreamReader SR = new StreamReader("SDtest.txt"))

Debug.Print(SR.ReadLine());

}

catch (Exception exc)

{

message = exc.Message;

}

 

 

 

Can anyone help please

?


In Topic: SD Card strange behavior

23 August 2013 - 12:40 AM

I get an exception when trying to write read the sd card

 

Exception was thrown: System.NotSupportedException

 

Stack Trace

Microsoft.SPOT.IO.NativeIO::GetAttributes System.IO.FileStream::.ctor System.IO.FileStream::.ctor System.IO.StreamWriter::.ctor System.IO.StreamWriter::.ctor NetduinoApplication1.Program::Main

 

Code is

try

{

using (StreamWriter SW = new StreamWriter("SDtest.txt"))

SW.WriteLine("test");

using (StreamReader SR = new StreamReader("SDtest.txt"))

Debug.Print(SR.ReadLine());

 

}

catch (Exception exc)

{

message = exc.Message;

}

 

SD card 4GB Fat32

 

Can anyone help please  


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.