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.

wernerotten

Member Since 29 Jan 2013
Offline Last Active Mar 18 2013 07:42 PM
-----

Posts I've Made

In Topic: Shield Base Firmware (beta 6)

17 February 2013 - 02:51 AM

Hi Chris;

 Unfortunately not, I can't tell you if it was OK before the upgrade; today I tried a small test application using Nwazet Touch screen but it halt without giving an error (inside a Try Catch block), I tried with different port (5,4 and 1) with same result.

Thanks


In Topic: Shield Base Firmware (beta 6)

16 February 2013 - 03:09 PM

Chris;

Unfortunately exactly same error.

Could be an issue that I upgraded the Netduino Go to 4.2.2 before trying to upgrade the Base Shield,

Thanks


In Topic: Shield Base Firmware (beta 6)

14 February 2013 - 02:48 AM

Hi Chris;

I used to different cables (provided with the Netduino) connected to Port 5, the only module connected was the base shield; in both cases I got same error.


In Topic: Shield Base Firmware (beta 6)

13 February 2013 - 03:04 AM

Hi Chris;

Here the error I am getting when updating the baseshield.

Any Advise

  bool GetAck()   {   if (_isDisposed)   throw new ObjectDisposedException();

  byte[] readBuffer = new byte[1];   int bytesRead = 0;

  bytesRead = _serialPort.Read(readBuffer, 0, readBuffer.Length);

  if (bytesRead == 0)   throw new Exception(); // timeout exception

  if (readBuffer[0] == 0x79)   return true;   else if (readBuffer[0] == 0x1F)   <-- here it is where the error happen the buffer value is 128   return false;   else   throw new Exception(); // invalid byte  <-- throw this exception   }

 

 

 

 


In Topic: Netduino Go Firmware v4.2.2 (update 1)

13 February 2013 - 01:41 AM

Thank you very much Chuck, I will let you know the result.


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.