smart card reading

  • Thread starter Thread starter Mortar
  • Start date Start date
M

Mortar

can anyone point me to some smard card reading examples/projects? I'm
having a heck of a time finding anything. By the way, its for a
proximity reader.
 
There would have to be a driver for the card to make it look like some sort
of device. You'd then consult the documentation for the card to figure out
how to communicate with the driver. Unless you vendor has an example for
that particular card, I don't think you're going to find anything.

Paul T.
 
Only storage-type cards were supported in CE.NET 4.2, as I understand it.
Knowing the name of a DLL wouldn't be of any help, anyway. There's no
'standard' interface to all SD cards (any more than there's a standard
interface to PCI cards on the PC). You have to have a driver...

Paul T.
 
Back
Top