During work on my Netduino Go, I've been working using a Netduino Plus for SD and network support. I thought this might could come handy for some (a little bit late maybe), so I have made a Codeplex project for it.
It only contains the operations and classes that I have needed this far, so you might have to add some. Read the notice on the front page, before using it.
I have only tried connecting the Netduino to Socket 1.
To use the Netduino, simply create a new instance as a regular module, and use the included classes instead of System.IO.File etc.. You will still have to use enumerations from the framework when needed.
I will put some more stuff in the library, as it gets done.
For wiring, see Fabiens article: http://channel9.msdn...y-Netduino-Care - I did like he explained, when in this case, the display would be the Netduino Go. The only difference is, that you also have to connect the two UARTs.
There might be some unused stuff somewhere in the code from the rest of my project - it should all be gone, but if it's still there, just ignore it.
Any feedback would be awesome... if anyone wants to contrib, I can add you on Codeplex.
