Got the Cerbot and various modules for xmas.
So bit of a noob so please be gentle…
Compass and cerbot itself work fine.
Plugged the N18 display into port 3.
Get Invalid Operation Exception at this line:
private void InitializeModules() {
this.compass = new GTM.Seeed.Compass(4);
this.cerbotController = new GTM.GHIElectronics.CerbotController();
this.display_N18 = new GTM.GHIElectronics.Display_N18(3); << exception
}
A first chance exception of type ‘System.InvalidOperationException’ occurred in Microsoft.SPOT.Hardware.dll
Assembly: mscorlib (4.2.0.0) Assembly: Microsoft.SPOT.Native (4.2.0.0) Assembly: Microsoft.SPOT.Hardware (4.2.0.0)
Assembly: Microsoft.SPOT.Graphics (4.2.0.0) Assembly: Microsoft.SPOT.TinyCore (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.SerialPort (4.2.0.0) Assembly: Microsoft.SPOT.IO (4.2.0.0)
Assembly: System.IO (4.2.0.0) Assembly: Microsoft.SPOT.Hardware.OneWire (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.Usb (4.2.0.0) Assembly: System.Xml (4.2.0.0)
Assembly: Microsoft.SPOT.Hardware.PWM (4.2.0.1) Assembly: Microsoft.SPOT.Net (4.2.0.0)
Assembly: System (4.2.0.0) Loading Deployment Assemblies.
Attaching deployed file.
Assembly: GTM.GHIElectronics.Display_N18 (4.2.101.0) Attaching deployed file.
Assembly: GHI.OSHW.Hardware (4.2.6.1) Attaching deployed file.
Assembly: Gadgeteer (2.42.0.0) Attaching deployed file.
Assembly: Gadgeteer.SPI (2.42.0.0) Attaching deployed file.
Assembly: GTM.Seeed.Compass (1.6.0.0) Attaching deployed file.
Assembly: GadgeteerApp2 (1.0.0.0) Attaching deployed file.
Assembly: GTM.GHIElectronics.CerbotController (4.2.101.0) Attaching deployed file.
Assembly: GHIElectronics.Gadgeteer.FEZCerbot (4.2.101.0) Resolving.
Thanks in advance.