Converting byte data to hex and then Sending HEX values via Arduino serial

nrkhara:
But it still sends '46' for the received char 'F' and '42' for character 'B'. I need to send '15' for the received char 'F' and '11' for 'B'.

Please post the code that displays this behaviour.