help needed on bit of code, please, anyone????

change

Serial.print(whatever, BYTE);

to

Serial.write(whatever);

Serial.print(whatever) will convert your number to letters representing the number and then print it.