Decode data stream from serial

Please post the complete sketch that reads and prints the data. See How to get the best out of this forum for advice on using code tags. Please copy the Serial output and paste it here on code tags along with an example of what is being sent by the unnamed device

I would guess that you are using Serial.print() to print the data. If so, have you tried using Serial.write() instead ?