lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] Re: lwip-users Digest, Vol 41, Issue 12


From: Jonathan Larmour
Subject: [lwip-users] Re: lwip-users Digest, Vol 41, Issue 12
Date: Tue, 23 Jan 2007 14:17:04 +0000
User-agent: Thunderbird 1.5.0.9 (X11/20070102)

shobhit saxena wrote:
dear sir,
          thank you for replying.In my project i just wanted to
send/recieve string by ppp connection.i have tried functions like
cyg_io_write(),sio_send(),sio_write()

I'm not sure you understand fully what a PPP connection gives you. A PPP connection is a means of providing a transport for the TCP/IP stack. You cannot communicate directly over it. Instead you use socket calls, or with lwIP you can use the sequential API. To do that you have to establish a connection with the remote peer's IP address.

If you want to just send a plain string over the serial line, then you don't want to be using PPP on it at all.

Jifl
--
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
Visit us at Embedded World 2007, Nürnberg, Germany, 13-15 Feb, Stand 11-336
Company legal info, address and number:   http://www.ecoscentric.com/legal
------["The best things in life aren't things."]------      Opinions==mine




reply via email to

[Prev in Thread] Current Thread [Next in Thread]