Quote Originally Posted by tbh9365 View Post
I'm new so I tried to search for the answer on the forum but couldn't find it.
I am trying to send info from one pic (pic16F84A) using the debugin command.
I debug the info from the pic16f84a and it is being sent. I then try to get the
other pic, (pic16f684) to place the info into a variable and then debug it to the serial communicator.
I get nothing. If I remove the debugin command then the pic 16F684 debugs all the
other info correctly. I have defined the debugin_bit as another pin and I have tried
leaving it as the default bit. Any suggestions would be appreciated.

Thanks
Could be that your debugin_bit pin is actually a power or a ground pin.... Or that your car hasn't been repainted in the last 4 years...

Actually, we don't know and can't possibly know, because you haven't included any relavant information that would help us to diagnose your problem.

But since you say you are using a 16F684, how about the analog inputs? How about the comparator pins?
Are the analog pins selected as analog, as they are by default, or have you switched them over to digital inputs in your program?
Is the comparator module turned off?
Do you have the keywords ANSEL and/or CMCON0 in your program anywhere?