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.

alanb

Member Since 14 Dec 2010
Offline Last Active May 18 2013 04:12 PM
-----

Posts I've Made

In Topic: How do you create software events

17 February 2011 - 09:02 PM

Have a look the changes I did to the RDIF code here: http://forums.netdui..._7220#entry7220 (look after //(** new **))

There I use delegate and event in NETMF.


Thanks for the information, now all working correctly. Thanks also to Dan for the same solution.

Alan

In Topic: Fixing wires into a netduino

16 February 2011 - 06:48 PM

Hi, When I got an N+ for christmas, I also asked for a Screwshield see http://wingshieldind...s/screwshield/. This is two little pcbs that plug into either side of my N+ allowing for quick and easy connections. Mine needed soldering together before it can be used but I got my son to do that. Alan

In Topic: Help required with Update firmware to 4.1.1

14 February 2011 - 06:20 PM

Ok, Now I am really embarrased as I have finally found out what was going wrong. (The attachment says it all). It seems that in the program that ran and gave me errors I had somehow inadvertantly switched the .Net Micro Framework Deployment Transport option to Emulator!!! Or perhaps mistakenly set the original project up as emulator. (In my defence I can only plead weakly that this was one of my first goes and that at the same time I had issues with c# deployment hanging). In retrospect that is obviously why I kept getting the filesystems I did. So profuse apologies to Chris and all at Secret labs and as far as I am concerned this thread is now closed may it quickly fade away.

In Topic: Netduino Plus Firmware v4.1.1 ALPHA 7

14 February 2011 - 05:22 PM

Chris, Upgraded from alpha6 to alpha7 and all ok, booting code does not hang in vs deployment so no need for build3 any longer. :D Alan

In Topic: Help required with Update firmware to 4.1.1

12 February 2011 - 01:27 PM

Sorry, I got it wrong. There is no problem with reading the SD card. It was pointed out to me that I should change
Directory.SetCurrentDirectory("\\SD");

To
Directory.SetCurrentDirectory(@"\SD");
When I did this it all worked fine.

Which is the embarrassed emoticon, imagine it here

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.