i cant figure out the way to take this serial input and view it in arduino.
Then how do you know it's "working perfectly"?
What input are you using for this RS-232 data?
You can just echo the bytes using Serial.print() and view them with the serial monitor.
Rob