Ard <--> Pi serial data transfer(unsolved)

changed some code on the linux(RPI) side.

cChar = read(fd, &recBuff,sizeof(recBuff));

now i should be reading the stream from the serial and be able to see the binary bits.
still can not seem to parse the start and stop tho.