Quote Originally Posted by koossa View Post
What must the Comm. port settings be on the PC Side (see attachment)?
9600 8N1 - See the Define statements in my example.
Code:
DEFINE DEBUG_REG GPIO
DEFINE DEBUG_BIT 2 				'GPIO.2
DEFINE DEBUG_MODE 1 				'Inverted
DEFINE DEBUG_BAUD 9600
You will need to change DEBUG_REG and DEBUG_BIT to reflect the pin you use for output to the PC. I wrote this for a 12F629.