Quote Originally Posted by Ioannis View Post
Arrays in PBP can be byte or word. Not 3 bytes wide. So, what Darrel suggested is still valid.
I am ashamed to admit I missed that in terms of how PBP handles arrays. Probably because I hadn't worked with arrays in PBP until version 2.6 finally supported them.
I now understand what I have to do...it will be simpler to read the data from the EEPROM a byte at a time and insert it into its respective BufferOut(x).

Thanks to both Ioannis and DT for setting me straight on this!