ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Smart card accessing using LabView

Hi all,

Did anyone know how to accessing the smart card that use ISO 7816 protocol using LabView? Can we use winscard.dll to read/write smart card data?

Any good example/tutorial?

 

Best Regard

0 Kudos
Message 1 of 2
(2,816 Views)

@srh1985 wrote:

 

Can we use winscard.dll to read/write smart card data?

 


I don't see any reason why the winscard API wouldn't work in LabVIEW.

Simply try to implement a C++ example step by step:

1) SCardEstablishContext
2) SCardEstablishContext, SCardReleaseContext 

3) SCardEstablishContext, SCardConnect, SCardDisconnect, SCardReleaseContext 

4) Etc.

0 Kudos
Message 2 of 2
(2,786 Views)