See http://arduino.cc/en/Serial/Print
I think you want to change this line:
Serial.print(rByte[i]);
to:
Serial.print(rByte[i], DEC);
but you really haven't stated what you're asking for.
See http://arduino.cc/en/Serial/Print
I think you want to change this line:
Serial.print(rByte[i]);
to:
Serial.print(rByte[i], DEC);
but you really haven't stated what you're asking for.