Page 1 of 1

T1 protocol library for microcontrollers?

Posted: Tue Feb 18, 2020 11:45 am
by stepansnigirev
I am working on stm32f4 MCU and trying to communicate with a smartcard over USART.
At the moment I can easily do it with T0 protocol, but T1 is the only option for modern cards.
Are there any libraries that implement T1 protocol for MCUs?
Or where can I find a detailed description of the protocol itself? Googling was pretty unsuccessful for me :(

Generally if I want to send a certain APDU command to the smartcard, how to split it to blocks according to T1?

Re: T1 protocol library for microcontrollers?

Posted: Fri Mar 13, 2020 5:42 am
by siyatalerja
Thanks for the information.