I will send from PC (via SerialCom) a huge packet of data, beginning with $FF and ending with $FF.
The PIC should receive the packet and store it to the FRAM.
I tried it like above, but i receive max 96 Bytes and then waiting for another $FF. I just need to say to the PIC, when $FF is incoming, then read the data and store till another $FF instruction is following.