My board contains an STM32 (manual here) and a SIM card reader (manual here). I need to write drivers to test that the SIM reader is working an properly communicating with the STM32. However, looking through both manuals, I couldn't find a way to get the two devices to "talk" to each other.
Is there a standard SIM card communication protocol for embedded devices? How can I do basic I/O on a SIM card?