Hi,
i have c6678. I made a local tcp sever program. When I receive data
with
i= (int)recvnc(s,(void**)&pBuf,0,&hBuffer);
The data in pBuf is shifted 16 bit . Does anyone know how to fix it ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
i have c6678. I made a local tcp sever program. When I receive data
with
i= (int)recvnc(s,(void**)&pBuf,0,&hBuffer);
The data in pBuf is shifted 16 bit . Does anyone know how to fix it ?