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.

slord0001

Member Since 22 Nov 2013
Offline Last Active Nov 27 2013 05:26 AM
-----

Posts I've Made

In Topic: V4.2.2.1 and Nwazet display

23 November 2013 - 04:39 AM

I was able to get it to work by doing a quick and dirty change to the VirtualCanvas.cs file in the Nwazet.Go.Display solution. I have investigated any further but it is working for all my tests so far.

 

Commented out the problem code and just basically just ignored this call.

 

public void WaitUntilModuleIsInitialized() {

Thread.Sleep(1000);

_moduleReady = true;

return;

//while (!_moduleReady)

//{

// Execute(Synchronicity.Synchronous);

// if (_spiRxBuffer[0] == 0x80 &&

// _spiRxBuffer[1] == '[' &&

// _spiRxBuffer[2] == '[' &&

// _spiRxBuffer[3] == 'n' &&

// _spiRxBuffer[4] == 'w' &&

// _spiRxBuffer[5] == 'a' &&

// _spiRxBuffer[6] == 'z' &&

// _spiRxBuffer[7] == 'e' &&

// _spiRxBuffer[8] == 't' &&

// _spiRxBuffer[9] == '.' &&

// _spiRxBuffer[10] == 'd' &&

// _spiRxBuffer[11] == 'i' &&

// _spiRxBuffer[12] == 's' &&

// _spiRxBuffer[13] == 'p')

// {

// if (_spiRxBuffer[17] != _identifier8bitCrc) throw new ApplicationException("SPI data corruption");

// _moduleReady = true;

// return;

// }

// Thread.Sleep(200);

//}

}


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.