How can I setup/Write to multiple serial Ports(A-D) on Rabbit 6700 module?

I saw a question like this and someone answered that you can do a multi-drop SPI. I cant use this because my devices are all different chips with different SPI timing parameters. I successfully wrote a one SPI(port b) using the SPI.lib with SPIWrite function. Can anyone help with getting more then one working?

It shouldn’t matter that the chips have different timing parameters. You’re only going to enable one chip at a time (with a chip select signal), so the other chips will ignore whatever is happening on the clock and MOSI/MISO data lines.