You should set Serial Port to a High state BEFORE using it.

Try this. In that exact order:

Code:
PORTB = %10000000 ' Ports High/Low (0 to 5)
TRISB  = %00010000 ' Set Input/Output (4 to 7)
Ioannis