using System;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using Microsoft.SPOT;
using Microsoft.SPOT.Hardware;
using SecretLabs.NETMF.Hardware;
using SecretLabs.NETMF.Hardware.NetduinoPlus;
namespace test1
{
public class Program
{
public static void Main()
{
// write your code here
Debug.Print("test 123");
}
}
}
It worked when I initially got my N+, but, no longer. It doesn't work on my regular netduino either.
HalSystemInfo.halVersion: 4.1.2821.0
HalSystemInfo.halVendorInfo: Netduino Plus (v4.1.1.0 b1 with extra RAM)
Ideas?












