I am working with a PIC16F876 using PBP. My program consists of about 6000+ words. I have declared all my variables at the start of the progam and used the CLEAR command also. After declaring a variable and setting it to a number (ie. X = 10) If I do a SEROUT2 command such as SEROUT2 TX, Baudrate, ["X= ", DEC X, 13, 10]
I get the following response:
X=
However if I limit my program to 2000 words, I get
X=10
I cannot figure out what is causing this problem. Any help would be greatly appreciated.
Kind Regards,
Eric
Bookmarks