Page 1 of 1

How to implement T=CL protocol

Posted: Tue Mar 15, 2016 2:28 am
by benwey
I need to implement java card transmission protocol in my application. And I have already implemented T0 T1. But I am not able to implement T=CL. Could you give me some pointers or a sample on how to implement T=CL?

Re: How to implement T=CL protocol

Posted: Fri Mar 18, 2016 11:40 pm
by gorgekin
Refer to iso 14443

Re: How to implement T=CL protocol

Posted: Tue Apr 19, 2016 1:35 am
by BirdKing
T=CL is block protocol, T= 1 is block protocol too. So, they are similar. You could referce to your T1 protocol implementation.

Re: How to implement T=CL protocol

Posted: Wed Apr 18, 2018 6:52 am
by Ponele
I am sure.You are quite right.
T=CL is block protocol, T= 1 is block protocol too. So, they are similar. You could referce to your T1 protocol implementation.

Re: How to implement T=CL protocol

Posted: Sun Apr 22, 2018 7:20 am
by rena2019
benwey wrote:I need to implement java card transmission protocol in my application.

what platform are you using?