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.

c6678 how to fix 16 bit shift in memory

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 ?