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's Content

There have been 6 items by dtoth (Search limited from 29-April 23)


By content type

See this member's

Sort by                Order  

#54156 Listen to an IP WiFly

Posted by dtoth on 18 November 2013 - 11:15 PM in Netduino Plus 2 (and Netduino Plus 1)

I solved this! The problem was, that I don't used that WiFlyGSX instance, which I used to connect to the network. The socket.Listen() throws NotImplementedException as it isn't implemented in Toolbox.NETMF.NET :/ Any ideas how can I listen to a specific IP, waiting to some request (ofc via WiFlyGSX)? regards:      dtoth




#54152 Listen to an IP WiFly

Posted by dtoth on 18 November 2013 - 09:00 PM in Netduino Plus 2 (and Netduino Plus 1)

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 :(




#52258 SD Card strange behavior

Posted by dtoth on 21 August 2013 - 12:39 PM in Netduino Plus 2 (and Netduino Plus 1)

yes, it is formatted to FAT32. Size: 2GB.




#52212 SD Card strange behavior

Posted by dtoth on 17 August 2013 - 07:10 PM in Netduino Plus 2 (and Netduino Plus 1)

It works fine here  :)




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

Posted by dtoth on 06 August 2013 - 04:11 PM in Netduino Plus 2 (and Netduino Plus 1)

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




#47706 NotSupportedException while trying to access the SD Card

Posted by dtoth on 28 March 2013 - 11:18 PM in Netduino Plus 2 (and Netduino Plus 1)

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.