Quote Originally Posted by aratti View Post
Code:
baud con 84 ' baud rate = 9600 Inverted
Rx var Portb.7 ' Declaring rx pin
Tx var Portb.5 ' Declaring tx pin
Change your code as per the above, then it should work.

Al.
No Luck still. In the datasheet, portb.5 is Rx & portb.7 is Tx! Why you advised to mark it the other way. Though it's still not working.
Also 9600 Inverted is NOT 84 (just looked into the PBP manual) it is 16468
Program is the same as above (With your modifications) i.e. Baud 84 & ports interchanged.