Yes, I have RTFD and still don't quite understand how to do it. In the PBP manual, it says that you can do something like:

Write 0, Brakes
Write 1, Lights

Then, you can read them by doing this:

Read 0, Brakes
Read 1, Lights

But according to the 16F688 datasheet, it says that the memory register is different and has to be accesed through the EECON1, EECON2........and I am not sure how to set up the code to write.

Can someone help me with the write function please?

Thanks,

Chris