Dick,

First, the defines need to be uppercase.
define HSER_BAUD 4800.
Otherwise PBP will use the default value of 2400.

You also have conflicting defines.

define hser_baud 2400
define hser_spbrg 25

Those both specify the baud rate.
Choose one or the other.

I would recommend getting mister-e's PicMultiCalc. http://www.picbasic.co.uk/forum/cont....-PICMultiCalc
Let it do the hard work for you.