Click to See Complete Forum and Search --> : Smart Card


walnut wang
January 24th, 2000, 08:26 PM
I want to develop one COM for a special smart card
but I didnot has any experince about it. If you have any documentations or suggestions about it, please tell me. Thanks here for your help.
My email is: wangshl@isecurity.com.cn

----------------
Simon Wang
Software engineer
Rainbow Goldensoft Ltd., Co.

Rick Leinecker
January 24th, 2000, 10:52 PM
I developed a large application that used a Towitoko smart card. This line of smart cards communicate over the serial port. It would have been difficult, though, to do the communications myself. There's a complicated protocol that must be implemented.

Instead, I used the Towitoko tookbox. It has an easy API and the documentation is readily available. It works great and unlike other parts of the application, I've had no problems.

Whatever smart card you use, try to get the SDK from the manufacturer.

Ulrich Dreyer
February 21st, 2000, 02:20 PM
Hallo...

I think it is very complex...
1.) You need a dll for comunicate with the monitor of the card self.
2.) You need all functions to write down code or data to the cards ....

A way is to get a special environment toolbox for that. (For Exsambles RSA-tools)

Wat do you wont todo with a cardreeder ? That cut help to anderstand the need's

Ulli

Rick Leinecker
February 21st, 2000, 08:04 PM
I wrote for the towitoko smart cards. It was pretty easy. They provided the dll and plenty of examples.

nolja70
January 2nd, 2001, 09:53 PM
why don't you try using windows platform sdk...
it also contains smart card-related sample code..