Quote Originally Posted by richard View Post
miso is sdo would connect to mosi on your device
misi is sdi would connect to miso on your device
Hmm, I'm not sure about that. I know that SDI (Master) goes connected to SDO (Slave) and SDO (Master) goes to SDI (Slave). But, a quick search in Google for SPI wiring will bring you some circuits like this,

Name:  2000px-SPI_three_slaves.svg.png
Views: 897
Size:  30.4 KB

As you can see MOSI goes to MOSI and MISO goes to MISO. . I am trying to connect my PIC to an NFC module that only accepts SPI. The ports of the module are labeled as MOSI, MISO, SCK, and SSEL. I haven't had any luck getting a response from the module yet. Can I use SHIFTIN and SHIFTOUT in this case?