Use Serial.write instead of Serial.print.
Serial.print considers the characters to be numbers and hence you see numbers.
I can explain the numbers that you get, I would expect other numbers 65 and 66. Maybe wrong baudrate. As pert indicated, post you full code and explain what is connected to mySerial.