Strange bug AnalogIn

AnalogInHelloWorld.bin works just fine, however, with HTTPServer and LCD loaded, the Analog inputs have stopped working. 

Scott

11 Aug 2009

Jeha, this problem is known, its the pinselect of the ethernet driver which is a little bit greedy in the current version, I will update the version in svn to my current version. I've fixed some other bugs as well.

Sorry about that.

Rolf

Cool, I thought I was just going nuts......................

 

Scott

I noticed the library was changed, so I recompiled and the analog now works , however the net interface quit working.  I get Error Code 10061: Connection refused. 

To get the code to compile I had to remove the line:

 net->bindTCPPort(http);

What else do I need to do to get this running again?

Scott.