[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lwip-users] Serial To Ethernet Application
From: |
Kieran Mansley |
Subject: |
Re: [lwip-users] Serial To Ethernet Application |
Date: |
Mon, 15 Feb 2010 09:55:28 +0000 |
On Mon, 2010-02-15 at 11:51 +0530, Pavan Savalgi wrote:
> Hello Friends,
>
> I'm A new to this lwip so i need lot of help from u guys we are
> developing an serial to ethernet product where in data coming from
> serial will be output through ethernet and vice versa so need to setup
> a socket connection can u pls help me how to do it.
lwIP's socket API should be used in the same way as you would sockets on
any other platform. i.e. to create a socket connection, use socket()
and connect().
Kieran