Hi,
we'd like to show you a new solution to communicate with smart card integrated in the linux kernel 2.4.2x. This is really a beta version; it supports only the Towitoko Chipdrive Micro 120 reader and the ISO 7816-3 T=0 protocol.


It exports 3 functions (as CT-API):
- smartk_init_card(): to activate the card.
- smartk_data(BYTE *new_cmd, int len_cmd, BYTE *new_rsp, int *len_rsp):
for sending an APDU to the activated smart card and for receiving the answer (BYTE is a typedef of unsigned char).
- smartk_cleanup_card(): to disactivate the card.


We also provide an other module, test_mod, that offers an interface to the framework for the users. It handles the character device /dev/smartk.
An user who wants to communicate with a card writes the APDU in bytes to the device and receives the reply by simply reading from it.


Please feel free to send us comments, suggestions or money ;-)

_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.musclecard.com/mailman/listinfo/muscle

Reply via email to