Daniel Gliebe wrote: > Hi. I'm looking for recomendations on how to get started in TCP/IP > stuff. I'd like to know if there are any PIC's out there that have a > Network interface built in. What would be the easiest and simplest > way to get started in this field. Preferably a single chip solution > would be nice. I want to build a couple devices that can communicate > with eachother over TCP/IP without the use of a PC. At the very low end, you can hook a PIC to a MAC/PHY chip. Microchip supplies a TCP/IP stack for both 16 and 18 family if I remember right. Since PICs don't have DMA, the data rate probably isn't that high and there will be significant software overhead just moving the packets around. Dallas came out with a new chip about a year ago that comes with a complete TCP/IP stack in ROM. It's uses the 8051 architecture. Unfortunately it requires external memory for the user program. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.