Ethernet controler
Jan Dvorak
Posts: 44
I have one Ethernet Controler ENC28J60 (from Microchip - datasheet: http://www.microchip.com/stellent/groups/picmicro_sg/documents/devicedoc/en023091.pdf). It is very diffiult circuit, so I would like to ask you whether you have tried it with Basic Stamp. I found this: http://www.cmap.polytechnique.fr/~sylvain/domotique/enc28j60.html but it is not with Basic Stamp. Any experience? I think it shout be able to use it - it includes SPI interface, so it should be manageable with SHIFTOUT and SHIFTIN command.
Thank you
Thank you
Comments
The Propeller would be an excellent fit for this controller. It has the speed and memory to do the higher level protocols. Parallax's PINK is actually an excellent "fit" to the capabilities of the Stamp. The PINK takes care of the higher level protocols and the Stamp can provide (or read) data fast enough for that purpose.
I'm assuming that you would also be writing a program for the PC end that would work at a low level, possibly using the UDP protocol (which is the simplest).
Meanwhile, I have no documents about Ethernet, do you know any web-address, where I could download it?
http://www.cmap.polytechnique.fr/~sylvain/domotique/enc28j60.html
is used microcontroler with crystall 20MHz, just like in my Basic Stamp 2p24. Do you really think that BS2p24 will be slow?
I just fount some information about Ethernet controlling, not much for now, but I think I will find something in library.