Quote Originally Posted by Darrel Taylor View Post
Question 2, I don't understand.
If you have them in arrays, just copy them to the USBTXBuffer.
<br>
That is my problem...I don't know how to structure the code to write each array element of arrData(i,j,k) to the USBTXbuffer. Each of the elements of the USBTXbuffer is a single byte, whereas each element of the array is 3 bytes.
Are you saying I will still need to parse each array element into 3 bytes and then load each byte into one of the output buffer bytes??