HI guys,
I am trying to send some numbers from the gBuffer from one DSk to another DSK but i am not receiving the same numbers, though when i send in audio from one dsk to another can hear the audio play, but when i send in numbers the the memory does not show the numbers in it.
Int16 gBuffer[(BUFFSIZE * BUFFERSE] = {0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,0xCC,0x0f,
0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55,0xAA,0x55};
this is what i am sending from the gBuffer on one DSK to another and not receving the numbers on the gBuffer on the other DSK.
thanks habeeb