搜索资源列表
pcsc
- 熟悉智能卡操作的朋友都知道微软的PC/SC规范提供了一个智能卡读卡器的标准,我在此之上封装了这个PCSC的类,用以执行对智能卡的连接,以及执行符合GSM11.11的APDU指令,希望对大家有所帮助-familiar with the operation of the Smart Card friends all know Microsoft PC / SC standard provides a smart card reader st
pcsc操作类
- PCSC操作封装类
pcsc
- 熟悉智能卡操作的朋友都知道微软的PC/SC规范提供了一个智能卡读卡器的标准,我在此之上封装了这个PCSC的类,用以执行对智能卡的连接,以及执行符合GSM11.11的APDU指令,希望对大家有所帮助-familiar with the operation of the Smart Card friends all know Microsoft PC/SC standard provides a smart card reader stan
PCSCIcTest
- 这是用VB6.0写的一个通用的CPU卡操作程序,支持PC/SC接口 安装任何一个PC/SC驱动的IC读写器后,都可以使用此程序进行CPU卡的测试.-This is written in Visual Basic 6.0 of a generic CPU card operations, support for the PC/SC interface to install a PC/SC driver IC reader, can the
20040726pcsc
- pcsc封装类,完成pcsc基本操作 PCSC.cpp PCSC.h-pcsc wrapper classes to complete the pcsc basic operation PCSC.cpp PCSC.h
ReaderTest
- 一个对于PCSC智能卡读卡器的访问示例程序,可用于PCSC操作的标准示例-A PCSC smart card reader for access to the sample program can be used in PCSC standard example of the operation
PCSCTest
- PCSC操作,PBOC2.0全套加密、解密算法-PCSC operation, PBOC2.0 full encryption, decryption algorithm
PCSC
- PCSC智能卡操作示例VC中PC/SC智能卡接口的编程-lReturn = SCardEstablishContext(SCARD_SCOPE_USER,NULL,NULL,&m_hContext) lReturn = SCardListReaders(m_hContext, NULL, (LPTSTR)mszReaders, &dwLen) lReturn = SCardConnect( m_hContext,pReade
crr0303
- 一个操作PCSC 协议的上位机VC的源码-VC source code of a host computer operating PCSC agreement
VC_PCSC
- VC中PCSC操作读卡器,有PCSC相关的程序介绍-VC operation in PCSC reader PCSC program introduced
SHA-1_VC
- 使用PC的UART接口操作CPU卡,实现类似PCSC功能-Using PC UART interface operation CPU card, achieve similar PCSC function
PcscReader
- PCSC读卡器连接,操作智能卡,双界面,M1卡操作-The PCSC reader is operating the smart card, dual interface, M1 card operation
PCSC
- PCSC 操作示例 可以方便的在PC系统下通过PCSC接口函数操作CPU卡- PCSC sample can easily operate the system in the PC operator interface functions through the PCSC CPU card.
ReaderPCSC
- PCSC读卡器的范例操作,请先连读卡器,很实用的。-fanyi bule ,dajia ziji kan zhongwen ba.
Simple-PCSC
- java pn532 芯片的 实例,支持rfid nfc 对卡片操作-Examples of java pn532 chip, the card operation support rfid nfc
SDI_Mifare
- 采用PCSC操作MIFARE的简单例子,在SDI011读写器可用-PCSC operation simple example using MIFARE, can be used in SDI011 reader
pysmartcard
- pcsc操作读卡器用的python支持包和示例脚本-pcsc operating python support package and sample scr ipts with readers
PCSC_CSharpDEMO
- C#操作PCSC读卡器示例,网上一般是VC,此为C#加载WIN动态库,以C#实现-C# for pcscreader
pcsc读卡器上位机测试工具(含有源码)
- 通过pscs接口发送APDU操作读卡器,测试IC卡。