lpc1769 communicate to PC with ethernet connection

Hello

ı am using lpc1769 chip… ı produced motion system with arm…but ı am stil using serial connection(rs232) … ı wanna pass ethernet connection… but ı havent got any idea about how to pass ethernet connection… if ı learn how to blink led with ethernet connection then ı will merge all my project with ethernet connection…

Can u help me for this problem …

İsmail Kocagöncü

Kindy Regards

Take a look at “uIP” and “lwIP” those are network stacks that i know of. The CMSIS has the folder lpc17xx.cmsis.driver.library\Examples\EMAC\uIP that has example code of how it can be used.