.net-micro-framework
Need an HMAC-SHA1 implementation for C# Micro Framework
Like the title says, I\'m looking for an HMAC-SHA1 implementation开发者_运维技巧 for C#.This will run under the micro framework, so I can\'t use the built in System.Security.Cryptography classes.[详细]
2023-04-03 15:07 分类:问答What is the difference betweet Netduino and .NET Gadgeteer?
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, s[详细]
2023-03-28 01:25 分类:问答How to turn a string to a DateTime object in .NET Micro?
I 开发者_StackOverflowam wondering if there is an easy way to turn a string like: 110811124209.197 into a datetime object where the format is yymmddhhmmss.sss. If was were using regular .net I would j[详细]
2023-03-27 15:49 分类:问答.Net MicroFramework with Custom ARM board
Is it possible that I use .Net Micro Framework with a custom ARM9 or ARM7 board, and without any display device or input device?[详细]
2023-03-26 04:13 分类:问答What is causing this to behave strangely?
I\'m working in an environment with a mostly absent double/Math library (NETMF). I wrote this class to make things easier:[详细]
2023-03-17 07:39 分类:问答Most comprehensive, foolproof way to determine available features in .NET MF 4.1?
I\'m just starting to learn the .NET Micro Framework, and coming from C# I have quickly realized (and can certainly understand why) several classes开发者_JAVA百科 are not available in the MF.The trick[详细]
2023-03-14 14:19 分类:问答What's the difference between I2CDevice.CreateReadTransaction() and new I2CDevice.I2CReadTransaction()?
I\'m looking into the .NET MF I2C API, and I\'m getting a bit confused. There seem to be multiple ways to create an I2C transaction.[详细]
2023-03-08 18:24 分类:问答What can cause keys added to a Hashtable to be null?
Using the .NET Micro Framework 4.1 I\'m adding the following string keys (and string values, not relevant here) to a hashtable:[详细]
2023-02-28 21:11 分类:问答How can I prevent invalid configuration of a Microsoft.SPOT.Hardware.InterruptPort?
I\'m trying to use the .NET Micro Framework\'s Microsoft.SPOT.Hardware.InterruptPort class. However, the documentation perplexes me:[详细]
2023-02-28 20:31 分类:问答Deploy a .NET Micro framework application on USB device from GNU/Linux with Mono
I started developing an application fo开发者_C百科r a FEZ Panda device, using the .NET Micro Framework several weeks ago, on Windows.[详细]
2023-02-19 18:02 分类:问答