Code:
serout portb.5,n2400,["A",#55] 'I am sending the decimal value 7 to portc of the other pic
From the manual
3) A numeric value preceded by a pound sign ( # ) will send the ASCII representation of its decimal value. For example, if W0 = 123, then #W0 (or #123) will send '1', '2', '3'.