I\'m new to this, but I\'d like to develop C# .net Micro apps for microcontroller ARM M3 STM32F103ZD.
I want to connect from a .Net Micro Framework application to an existing web service hosted in WCF on a Windows Service / IIS. Is this possible and could someone please point me in the right direction
I have some environmental sensors and I want to detect sudden changes in temperature, and slow trends over time... however I\'d like to do most of the math based on what\'s in memory with parameters t
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
What\'s the best way to convert a float to a byte[4] and then back to a \'float\'? I am doing t开发者_StackOverflow社区his in C# .NET Micro Framework, so there is no BitConverter available for my use
Based on what\'s public, is it possible that someone can interact with the Kinect with the .NET Gadgeteer?
The following build error occurs when using .NET Micro Framewo开发者_开发技巧rk project, whether in emulator mode or not.
I need to convert binary 10100101 to an integer in C# without using Convert.ToInt64(bin,2), I\'m working with the .net micro framework. When I use int i = Convert.ToInt32(byt, 2); an exception is thro
Is there an IDE which will allow me to develop for the .net Micro Framework on Lin开发者_StackOverflow中文版ux?
Is there a BitArray alternative for the .NET Micro Framework? I was thinking about simply using a bool[], but how can you convert it back