Halo! I hope tis is the right place for this question:
I can ping the Cerberus via MFDeploy and I can deploy my applicarion via VS2010.
But I get an exception (ArgumentException), if I try with a joystick module at #4:
AnalogInput pa2 = new AnalogInput ( Cpu.AnalogChannel.ANALOG_1 );
StackTrace:
Microsoft.SPOT.Hardware.HardwareProvider::NativeGetAnalogPinForChannel
Microsoft.SPOT.Hardware.HardwareProvider::GetAnalogPinForChannel
Microsoft.SPOT.Hardware.AnalogInput::.ctor
Microsoft.SPOT.Hardware.AnalogInput::.ctor
Cerberus.Program::Main
I hope, you can help me…