Quote Originally Posted by millersamsr View Post
Can anyone help, please. I'm using a PIC18F4515 and PBP. I'm trying to recieve serial data into a byte array of 805 bytes. Everything I can find states that this should be possible, but anytime I go over 256 bytes it does not work. In fact this is one of the reasons I switched up from a 16F877(a) part, due to it's 96 byte limitation. I no longer get the error on compile, but it still doesn't work.

Am I missing a configuration bit, include, ???

Thanks in advance for any input.

Sam
Are we supposed to guess at what your source code looks like?
Even if we are, my guess is that your index variable for your array is a byte variable instead of a word variable.