Hello Henrik, I got back home and did run some tests. I found what i did wrong !! I did put wrong defines.
The only defines a simple HSEROUT/HSERIN needs are:

DEFINE HSER_RCSTA 90h 'Hser receive status init
DEFINE HSER_TXSTA 20h 'Hser transmit status init
DEFINE HSER_BAUD 9600 'Hser baud rate
DEFINE HSER_CLROERR 1 'Hser clear overflow automatically

The thing that put me through trouble was that
DEFINE HSER_BAUD 9600 and DEFINE HSER_SPBRG 25 does the same thing, they set the BaudRate and u can't use them both (what i did !!) :P

Mistakes on pics can sometimes drive me crazy !! Thank you for your reply

Regards, Kostas