********************************************************************************************
**                                                                                        **
**   RFCyber Corp. Copyright. 2009                                                        **
**                                                                                        **
**   This release driver is for Mcally NFC PCSC eNetMouse/eNetPad.                        **
**   This version is not for re-distribution.                                             **
**                                                                                        **
********************************************************************************************

RFCyber PCSC Driver release for eNetMouse/eNetMouse

Version: 1.3.1.4
Date: Feb 17, 2009

Improving Fix:
Accidentally removing card out of RF field causing Card Polling(Searching) a dead lock which needs
re-plug in the reader.


Instruction:
1. If you have any old eNetMouse or eNetPad and installed the old RFCyber software, please remove
the old software.
2. Run the "MacePCSC1314.msi" to install the new driver (Please follow the wizard)
(When Windows prompt the warning for Windows Logo testing issue, please click "Continue Anyway")
5. plug-in the eNetMouse, and follow MS Plug&Play Wizard.
(When Windows prompt the warning for Windows Logo testing issue, please click "Continue Anyway")
6. Please read User Manual for PCSC commands.

Programming Help
C/C++:
Please refer to MicroSoft web site:
http://msdn.microsoft.com/en-us/library/aa380143(VS.85).aspx

VB:
Please download VB sample

Java:
Please download the JPCSC from the following
http://www.linuxnet.com/middleware/files/jpcsc-0.8.0.zip
unzip the zip file & run the included sample by the following command from the "\jpcsc-0.8.0\jpcsc\bin" folder

java -Djava.library.path=win32 -cp samples.jar:jpcsc.jar samples.Test

The java sample code is located at "\jpcsc-0.8.0\jpcsc\src\samples"


