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

Member Since 11 Apr 2011
Offline Last Active Sep 08 2016 10:16 PM
-----

Posts I've Made

In Topic: Netduino Plus 1 Firmware v4.1.1 BETA 1

18 April 2011 - 10:34 PM

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.