Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

dtoth

Member Since 14 Mar 2013
Offline Last Active Nov 18 2013 11:14 PM
-----

Topics I've Started

Listen to an IP WiFly

18 November 2013 - 09:00 PM

Hi!

Is there any way, to create a new WiFlySocket, where the hostname is an IP, and listen to it, (and after make something with the incoming data, like [color=rgb(43,145,175);]Socket[/color] clientSocket = _socket.Accept(); ) e.g.:

var _socket= new WiFlySocket("192.168.1.10", 12000, new WiFlyGSX());_socket.Listen();

I got here an InvalidOperationException :(


Is there any way to serialize data with the use of 4.2.2.2 firmware?

06 August 2013 - 04:11 PM

Hi Everybody!  

I'm trying to serialize data on the mentioned firmware, but there is no function to do this in the System.Xml namespace. Is there any other way to serialize to xml?

 

cheers


NotSupportedException while trying to access the SD Card

28 March 2013 - 11:18 PM

Hi all!
 
 
I have Netduino Plus 2 with v4.2.2.2 firmware and I'm getting an exception (An unhandled exception of type 'System.NotSupportedException' occurred in System.IO.dll ) every time I want to access the inserted SD Card. I have already read about this over the forum and the net, but nothing helped :( If I ask for the current directory with 
Directory.GetCurrentDirectory();

the answer is . Netduino + 2 has to mount automatically the card, but I have already tried it manually. It gives the same error. I have tried to format the card to FAT32 and FAT too, but no one worked. The card is a Kingston microSDHC 4GB.

 

What is your opinion? Thanks,            Daniel.


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.