Sonsivri

Electronics => Projects => Topic started by: gabriel on February 26, 2011, 10:10:21 10:10



Title: ethernet to serial
Post by: gabriel on February 26, 2011, 10:10:21 10:10
Hello:

I'm looking for a schematic for an ethernet to serial interface and vice versa, preferably with a PIC. Does anyone have such a schematic or any useful link or magazine?

Thank you


Title: Re: ethernet to serial
Post by: Taner on February 26, 2011, 10:40:57 10:40
Hi,
Please look at this link:
http://www.kanda.com/products/Sena/NEMO10.html


Title: Re: ethernet to serial
Post by: gabriel on February 26, 2011, 06:10:49 18:10
This is a ready made device, I'm looking for a PIC based schematic (with firmware) so I can build it by myself.
Thanks anyway.


Title: Re: ethernet to serial
Post by: cncbasher on February 26, 2011, 06:41:12 18:41
the majority of what you are looking for is in the microchip librarys

Look throught this url link: http://ww1.microchip.com/downloads/en/DeviceDoc/MCHP_App_Lib_v2010_08_04_Installer.zip

after downloading browse to project :

C:\Microchip Solutions\TCPIP Demo App
 In file: TCPIPConfig.h

and then uncomment this line  #define: STACK_USE_UART2TCP_BRIDGE

In the meanwhile, prepare to do some reading.

their is also a newer library dated 19-10-2010 , although i have not looked through the code , i would presume it will be the same
file layout

hope this helps


Title: Re: ethernet to serial
Post by: Taner on February 27, 2011, 11:16:14 11:16
OK,
then you should use one of the PIC18F MCUs with build-in ethernet controller:
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=2507&param=en027905
with Microchips ethernet libraries.


Title: Re: ethernet to serial
Post by: gabriel on February 27, 2011, 04:45:01 16:45
In fact, I want to use the 18f4620+ENC28J60 because I want DIP packages.
I already downloaded all librairies and datasheets, I thought that may be there is something already made, so I can save some time.

thanks all.