Arrays in PBP can be byte or word. Not 3 bytes wide. So, what Darrel suggested is still valid.
I suppose that you don't know how to read 3 bytes everytime into a 8-byte buffer?
If so, just fill the rest with zero.
Ioannis
Arrays in PBP can be byte or word. Not 3 bytes wide. So, what Darrel suggested is still valid.
I suppose that you don't know how to read 3 bytes everytime into a 8-byte buffer?
If so, just fill the rest with zero.
Ioannis
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!
Bookmarks