Skip to main content
1 vote
1 answer
2k views

I know this has been covered lots of times but I still have a problem with all of the solutions. I need to build a string to send to a JSON parser which needs quotes in it. I've tried these forms: ...
scoleman2272's user avatar
17 votes
4 answers
31k views

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 have ...
Daniel Minnaar's user avatar
11 votes
4 answers
13k views

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 not ...
wmarbut's user avatar
  • 4,725
7 votes
3 answers
4k views

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 found ...
Ryu's user avatar
  • 8,779
0 votes
1 answer
2k views

I'm need to send a message using Twilio services and the NetDuino. I know there is an API that allows to send messages but it uses Rest-Sharp behind the scene which is not compatible with the micro-...
Massimiliano Peluso's user avatar