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.

Dizel

Member Since 27 Sep 2014
Offline Last Active Dec 16 2014 06:47 PM
-----

Posts I've Made

In Topic: Beta: Visual Studio 2013 support

16 December 2014 - 10:07 AM

Hi ccondo,

Are things working now for you, with this latest update?

Chris

 

I had same problem.

 

1. Install MF SDK

2. Install ND SDK

3. Install netmfvs2013.vsix

4. All works fine  ;)


In Topic: SD Card Write issue

03 October 2014 - 12:17 PM

using(FileStream file = new FileStream(fileWrite, FileMode.OpenOrCreate, FileAccess.ReadWrite))
using (StreamWriter writer = new StreamWriter(file))
{
    writer.WriteLine("Hello");
    writer.WriteLine("SD");
}

Thanks sfx

 

At all, this code works fine, but my Windows 8 can't recognize SD after file writing, but i can read data programmatically. Amazing.

 

Solution: format e: /fs:FAT

Read\Write only from Netduino


In Topic: SD Card Write issue

03 October 2014 - 11:19 AM

I do not know what is going on, but i hate this "Magic". After several(approximately 100 :blink: (4 hours)) times of debugging application, it can some time work, some time did not work.Deployment Erasing and VS rebooting can some time help, some time no. I wasted a lot of time ... and i cant find any logic dependencies.

 

And again Reader works fine  <_<

 

Default .Net application with SD Card works fine.


In Topic: SD Card Write issue

02 October 2014 - 08:33 PM

I use VS 2013 and last version of MF and Netduino SDK, also firmware on my board 4.3.1


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.