hi, thank you for a great site,
ive been planning on using microchip pics to connect directly to the ethernet network, ive searched for a long time for proof that it is possible (i havent been able to see why it shouldnt), but everything that ive come up with is pic chips AND ethernet network cards connected, but that is just too ugly.
then i found your site, and your principles on handling the raw communications (with udp for example) is just about exactly as i had imagined.. thank god i found this site..
Im not very into fpgas, but i'm very fond of the microchip pic series, i've already worked with them on a tiny little project with asynchronous data transfer over 2 wires (one ground). it had a header with sync, data length field and 4 BITS of payload , it used manchester encoding..
so ive done very little of signal analysis with the pic, all done with C code, and now i want to do a pic that receives udp data directly from the ethernet socket...
i realise the main problem is the speed of the pic
the one i want to use is a pic 16F877 that uses a 20 MHZ clock... i wonder if it can be sufficient as a 10mbit ethernet signal has 20mbits to be checked, per second...
and i wonder if i will be able to use C for the coding...
ill try to keep you updated..
O D