Simply call SCardConnect with SCARD_PROTOCOL_T1 as prefered protocol, and it should be used. Then send the APDU as normal.
However your reader driver (ifdhandler / ct-api) needs to support T=1, unless it cannot work. Even though the protocols are exposed by the pcsc layer in the connect functions, you realy do not need to worry about them. Everything should work fine without any special code. If you want to write a reader driver for some hardware and implement T=1 in that driver, i suggest you take a look at the T=1 implementation in scez or etoken. Using an existing implementation will save you from writing some code. Regards, Andreas _______________________________________________ Muscle mailing list [EMAIL PROTECTED] http://lists.musclecard.com/mailman/listinfo/muscle
