分类: Java
2010-07-30 16:30:46
This driver is a Windows version of the JCOP Simulation ifdhandler (see for more information). It enables a PC/SC client software on Windows 2000 to talk with the JCOP simulator.
As it seems to be difficult for me to invoke socket functions (or TDI functions) from a kernel-mode driver, the user-mode application invokes Winsock functions to mediate interaction between the kernel-mode driver and the JCOP simulator.
2. Execute Eclipse or JCOP Tools.
3. Set some break points in your JavaCard Applet and invoke the JCOP debugger.
4. Type "/close" in the JCOP Shell window to close the JCOP Shell session. Otherwise, you can not connect to the JCOP simulation socket server.
5. Execute jcop_proxy.exe. Type "jcop_proxy start" in command prompt.
After you have successfully started jcop_proxy.exe, you will see the following dialog. Press "OK".
6. Open service in control panel, select "Smart Card" service (not "Smart Card Helper" service) and restart it.
7. Execute your own PC/SC application and invoke some commands.
8. To stop jcop_proxy.exe, type "jcop_proxy stop" in command prompt.
After you have successfully stopped jcop_proxy.exe, you will see the following dialog.