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.

Josh Hawley

Member Since 14 Jun 2014
Offline Last Active Jun 30 2015 06:55 PM
-----

Posts I've Made

In Topic: enc28j60_lwip_recv: input alloc packet failed

28 October 2014 - 09:49 PM

Thanks =)

 

Seems like we have hit a wall then. sounds like the sparkfun server is not responding fast enough for the timeout every time. you could just wrap the upload section in a try catch and make it loop until it works or fails 20 times. Kinda ugly, but it seems like all we have left until they fix the timeout setting.


In Topic: enc28j60_lwip_recv: input alloc packet failed

20 October 2014 - 12:06 AM

Sorry I have been MIA. Wedding/Honeymoon  :wub:

 

If you are getting "SF: " and nothing else, then ex.Message is an empty string. Try using ex.StackTrace


In Topic: enc28j60_lwip_recv: input alloc packet failed

10 October 2014 - 06:25 AM

maybe you should spin up a separate thread when the program starts, and have it block using a manualresetevent. then when your timer fires, it just releases the thread (which runs once and then blocks again until next time)


In Topic: enc28j60_lwip_recv: input alloc packet failed

08 October 2014 - 05:31 PM

can you post your catch block?


In Topic: enc28j60_lwip_recv: input alloc packet failed

07 October 2014 - 10:46 PM

I'm confused as to why a try/catch does not work. Are you only catching specific types of exceptions, or are you catching them all with the base Exception?


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.