Blog Search

Project Won't deploy

If you get a pop-up when you deploy the project and it says "TinyCLR Error" in the title bar and the message reads, "The project must have either an output type of 'Console Applic… https://www.lymantechnologies.com/johnsnotebook/blog/2014/04/netduino-tips-and-tricks/

Using the SD Card

The first thing to know about the SD card reader is that it is automatically mounted at startup.  If you try to use the SecretLabs.NETMF.IO.StorageDevice.MountSD() function you wi… https://www.lymantechnologies.com/johnsnotebook/blog/2014/04/using-sd-card/

Lockup during Connect()

If you try to connect to a host on the network that doesn't exist, or just isn't responding, your thread will lock up until the host responses (which may be never). Although th… https://www.lymantechnologies.com/johnsnotebook/blog/2014/04/how-avoid-lockup-during-network-connect/