Continuous SPI for multiple bytes

I know, for now I am transferring a total of 9 bytes, but eventually I want to be able to transfer an arbitrary number of bytes.

Either way the code is wrong, you can't just do N Serial.reads() unless you know there are N characters to read.


Rob