how send NULL string with lwip?
Posted on January 28, 2015 at 23:28i can send string with lwip.how send NULL string with lwip sprintf(BUF,''(%c%c%c%c'',len/256,len%256,Cmd/256,Cmd%256); strncat(&BUF[5],buf,len); strncat(&BUF[5+len],'')'',1); tcp_write(TcpPCB,BUF,BufLen+6,1); i...