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.

Spacetech's Content

There have been 1 items by Spacetech (Search limited from 30-March 23)


By content type

See this member's

Sort by                Order  

#12220 Netduino Plus 1 Firmware v4.1.1 BETA 1

Posted by Spacetech on 18 April 2011 - 10:34 PM in Beta Firmware and Drivers

I have a SanDisk 8GB Class 2 microSDHC card and writing on it works great.

I used this code to test it:
FileStream fs = new FileStream("\\SD\\netduino.txt", FileMode.OpenOrCreate, FileAccess.Write, FileShare.None, 512);
StreamWriter sw = new StreamWriter(fs);
sw.WriteLine("it works!");
sw.Flush();
sw.Close();
fs.Close();




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.