Links
This is the Michrochip MCHPTCP Stack 3.75 up using PICC-18 9.5 and the internal Ethernet of the 18f97j60 on the PicDEM.net 2 board.
Rename this .xyz file to .zipThe Workspace HTC18ProgramMem.mcw compiles, loads and runs using DHCP.
Build Options, PICC-18 Compiler, Macro Definitions:
MPFS_USE_PGRM
PICDEMNET2
4/13/2007 I see version 4.02 is out, it compiles with PICC-18 9.5 out of the box.
Available at
http://ww1.microchip.com/downloads/en/DeviceDoc/TCPIPStack4.02.zip I found I needed to upgrade my MPLab 7.5 to 7.52 to get a new download to my ICD2.
In TCPIP Demo App/HardwareProfile.h I uncommented line 55 // #define PICDEMNET2 and it came right up on my PicDem.net 2.
Also I had to set Configure/Configuration Bits despite the __Config(..) lines in the code, the Configuration Bits set in code check box did not seem to make any difference.
3/2/2008 Got Microchip's 4.18 stack up on the PicDem.net 2 using MPLab 8.02, compiled with MCC18 3.10. It is serving Weather data from my weather station to Weather Underground.