Robert Nansel wrote: > Yes, you can put multiple slaves on an SPI-type bus, but--unlike I2C--each > slave chip will require its own select line. You can do this with other > port I/O pins. Just make sure that only one slave is enabled at a time and > there will be no bus contention. If I understand correctly, additional lines will go from the master to each slave, permetting me to select the slave I want to "talk" to. I think that's what they call Slave Select, right? Thank you, Jean-Francois