I am looking for simple solution to allow me to run more than the maximum number of outputs from an Arduino Mega board by connecting it to secondary board.
What communication protocol do I need between the boards and can I have an example of code needed.
What type of output do you need (digital/analogue), what current must each output sink and how fast do the outputs need to switch?
You can easily expand digital outputs using serial shift registers and they will only need 2 or 4 (depending on serial protocol) Arduino pins to drive multiple chips.