lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] HELP! About the RAW API


From: Prateek Jain
Subject: Re: [lwip-users] HELP! About the RAW API
Date: Fri, 21 Apr 2006 12:26:24 +0530

Use tcp_write API
     iErr = tcp_write(pcb, (void *)iSendBuf, (u16_t)strlen((char *) iSendBuf), 1);
You must be having the pcb (which is used to recv the data)
 
Thanks
Prateek Jain


 
On 3/31/06, 陳 小擁 <address@hidden> wrote:
Hi all :
    Have somebody use Raw API to transmit the data between PC and platform based on ARM ? i have ported LwIP to my platform and i can receieve data form PC to the platform . however , when i try to send data form platform to PC, it can work ! can someone tell me what should i do to use Raw API to send data ? THANKS a lot !!

_______________________________________
YM - 離線訊息
就算你沒有上網,你的朋友仍可以留下訊息給你,當你上網時就能立即看到,任何說話都冇走失。
http://messenger.yahoo.com.hk


_______________________________________________
lwip-users mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-users



reply via email to

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