I am attempting to control 12 shift registers through Processing to Ardunino over serial. What would be the best way to go about completing this task?
I currently am capable of outputting the byte value of each shift register within the processing app, but am stuck on how to send all of this data down one serial port. How can I get the Arduino to understand which current piece of data corresponds to which register?