.NET Micro Framework is a CLR and set of libraries that runs on tiny low-cost microcontrollers with limited resources.
Can the ArrayList below be initialized directly without the need for aFileExt string array? private static string[] aFileExt = {"css", "gif", "…
c# .net .net-micro-frameworkWhat's the best way to convert a float to a byte[4] and then back to a 'float'? I am doing …
c# embedded .net-micro-frameworkI'm running code on a microcontroller with .NET Micro Framework, and I want my debug output to write to a …
c# microcontroller .net-micro-frameworkUsing the .NET MicroFramework which is a really cut-down version of C#. For instance, System.String barely has any of …
c# string split .net-micro-frameworkI have: "0xE94C827CEB" in hex but as a string. Which is: 1002011000043 (dd mm yyyy HH mm ss) Unfortunately …
c# hex .net-micro-framework netduinoI'm looking for examples, tutorials, or just "this+this+this should work" for reading from and writing to a SQL …
.net sql microcontroller arduino .net-micro-frameworkI am trying to explicity cast an int into a ushort but am getting the Cannot implicity convert type 'int' …
c# .net-micro-frameworkCan you suggest an algorithm that can draw a sphere in 3D space using only the basic plot(x,y,…
algorithm graphics 3d .net-micro-frameworkI wanted to learn .NET Microframework and found that there is (among others) Netduino which is somehow compatible with Arduino. …
.net-micro-framework netduino .net-gadgeteerI cannot seem to get my very simple netduino program to write to the debug console; VS throws an error …
.net .net-micro-framework netduino