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