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.

untitled

Member Since 21 Feb 2013
Offline Last Active Feb 23 2017 07:34 PM
-----

Posts I've Made

In Topic: Microsoft Build 2014 (and Netduino SDK for Azure)

03 April 2014 - 03:31 PM

I'm anxiously waiting for news from Microsoft about the future of netMF.  I just learned that C# is now open-source.  Hopefully embracing open-source means more love for netMF.


In Topic: SimpleNGen 1.4

01 April 2014 - 10:04 PM

I feel like this project is incredibly important.  Users NEED to be able to bitbang, etc. so they can re-use code from other platforms.  Currently it seems like I'm modifying my firmware more and more because netMF can't keep up with my performance requirements.  

 

Please crowd source this into a real thing.  Where do I send my money?

 


In Topic: Driverless PC<->Netduino communication using USB

19 March 2014 - 05:55 PM

I posted a project to communicate with netMF boards via USB from a PC a while ago (http://tinyurl.com/l2dy6po).  My solution uses a driver, but ignore that difference.  I had the same USB debugging problem to work around.

 

Basically I Stop the USBController from debugging and use it when I want it.  By default I have my device always boot into USB debug mode. See my USB.Init() method in the code I posted for the details.  This may not be a great solution for everyone, but this works for me.


In Topic: StreamReader.ReadLine cannot read larger files

16 September 2013 - 10:34 PM

I modified my StreamReader as directed, but that did NOT solve the problem for me.  Looking at the code Peek was only called when rn was encountered.  Since I'm writing the files I needed to read, I changed my write code to use n instead of rn.  Seems like that solved the problem for me.  ...But I'd love to know why my StreamReader is broken.

 

EDIT:

Also, I noticed my files are being modified.  I use the LastModifiedDate to sort my data on-screen.  Apparently there's some code in the StreamReader class that does this.  Maybe this bcl bug is related...

 

http://connect.micro...k-modifies-file

 

Any idea how I can avoid this?


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.