.net-micro-framework Questions
8
Solved
Using the .NET MicroFramework which is a really cut-down version of C#. For instance, System.String barely has any of the goodies that we've enjoyed over the years.
I need to split a text document...
Jury asked 10/1, 2010 at 22:33
15
Solved
I am developing a net-managed device with the .NET Micro Framework. Since the idea is to have a bunch of devices in an office, sometimes it is necessary for the user to know the IP address of a spe...
Underarm asked 6/8, 2010 at 15:59
5
Can you suggest an algorithm that can draw a sphere in 3D space using only the basic plot(x,y,z) primitive (which would draw a single voxel)?
I was hoping for something similar to Bresenham's circ...
Kyte asked 31/1, 2012 at 17:35
4
Solved
I have: "0xE94C827CEB" in hex but as a string.
Which is: 1002011000043 (dd mm yyyy HH mm ss)
Unfortunately I don't know how to do the conversion if I only have it in string format, and I don't ha...
Antlia asked 15/5, 2013 at 16:6
1
Solved
I have a number of projects that target .NET Micro Framework 4.3.2. I developed them in Visual Studio 2013. I've just upgraded to Visual Studio 2015, and now I'm getting odd problems with the same ...
Pound asked 10/9, 2015 at 17:10
5
Solved
I'm trying to determine when it's more efficient to List<T>.Add() versus using the Array.Resize() method.
The documentation for Array.Resize says it makes a copy of the entire array, and pla...
Misusage asked 18/1, 2011 at 4:7
4
Solved
I cannot seem to get my very simple netduino program to write to the debug console; VS throws an error
The name 'Console' does not exist in the current context
Any ideas what might cause it to...
Baucis asked 10/1, 2013 at 4:4
5
Solved
I'm programming a Netduino board using the .NET Micro Framework 4.1 and want to get a higher time resolution than milliseconds. This is because I'm attempting to dim an LED by blinking it really fa...
Fining asked 1/12, 2010 at 2:0
3
Solved
I am using the .NET Micro Framework 4.1, which does no implement the Regex class or the String.Replace / String.Remove methods as far as I'm aware.
I have a string defined as:
string message = "[...
Rauwolfia asked 15/1, 2015 at 13:13
7
Solved
I would like start with .NET Micro Framework as my hobby project.
What hardware devices would you recommend for that?
Is there something like list of all hardware with support .NET Micro Framewor...
Clomb asked 15/4, 2010 at 18:56
4
I'm running code on a microcontroller with .NET Micro Framework, and I want my debug output to write to a text file. How does this work?
Muskrat asked 28/10, 2011 at 7:57
2
Solved
I need to convert a byte array to a UInt16 (ushort) array. I am able to do so from a byte array to a UInt32 array.
I already looked at this SO question. But I cannot use BitConverter or the soluti...
Dierdredieresis asked 26/12, 2013 at 16:39
2
Solved
I am trying to explicity cast an int into a ushort but am getting the Cannot implicity convert type 'int' to 'ushort'
ushort quotient = ((12 * (ushort)(channel)) / 16);
I am using .Net Micro fra...
Frail asked 14/9, 2013 at 5:32
4
How would i make a default value for a byte array argument?
The code below wont work...
public static void init(SomeByteArray[] = {1, 2, 3, 4}) {
//Do Something
}
Is this possible?
Im doing th...
Karissakarita asked 9/6, 2013 at 18:55
2
Solved
Does .NET Micro Framework support unsafe code? In other words, can I use pointers in my code for .NET Micro Framework?
Enwomb asked 20/8, 2009 at 15:33
4
Solved
I can't really seem to find any good .NET Micro Framework Tutorials on google. Does anyone know of any?
Corso asked 23/7, 2009 at 2:51
3
I'm running a light webserver using .Net Microframework and I was wondering what libraries would work well for for mainly JSON serialization, but possibly deserialization as well.
Problem I've fou...
Proboscis asked 25/2, 2011 at 19:50
1
Solved
It seems that extensions methods are not supported/working with the .NET Micro Framework.
Is there any way to get this usefull language feature working?
Centrosome asked 15/1, 2013 at 18:44
3
Solved
What's the best way to convert a float to a byte[4] and then back to a 'float'?
I am doing this in C# .NET Micro Framework, so there is no BitConverter available for my use.
Plebs asked 20/1, 2011 at 2:25
1
Question: How does the Micro Framework allocate memory for an array of structs?
BitBucket repository with code to replicate.
Context and Detail
I'm making a queue using a fixed sized array to in...
Archeology asked 16/9, 2012 at 7:36
6
I'm looking for examples, tutorials, or just "this+this+this should work" for reading from and writing to a SQL server (2008) from a microcontroller such as the Arduino board. I've also looked at (...
Kerr asked 16/9, 2010 at 21:55
4
Solved
I wanted to learn .NET Microframework and found that there is (among others) Netduino which is somehow compatible with Arduino. Recently .NET Gadgeteer came to public. There was a lot of enthusiasm...
Infamy asked 11/8, 2011 at 19:48
3
Solved
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
into a byte[] ?
In the full framework, considering "bits" ...
Conchiferous asked 5/11, 2010 at 14:53
6
Solved
I'm looking for a relativity cheap .NET Micro Framework development board for use on a personal robotics project. I'd don't need much for I/O, but I want at least one serial port and one Ethe...
Destine asked 30/10, 2008 at 3:53
0
log4net and NLog have support for Compact Framework but not for Micro Framework. Are there any ports of those projects to Micro Framework?
Nicolanicolai asked 3/7, 2011 at 14:56
1 Next >
© 2022 - 2024 — McMap. All rights reserved.