Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
danm-de committed May 20, 2013
1 parent 87abbbc commit 787fc8b
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions README
Original file line number Diff line number Diff line change
@@ -1,17 +1,27 @@
PC/SC wrapper classes for .NET, written in C#.
PC/SC wrapper classes for .NET, written in C#. The package contains classes to
access the Personal Computer/Smart Card Resource Manager using the system's
native PC/SC API. Implements partial ISO7816 support.
The library is written to run on both, Windows and Unix (Linux with Mono using
PCSC Lite).

Author: Daniel Mueller

Tested on
Tested on:
==========

- Windows (winscard.dll)
* Windows 7 64bit Professional
* Windows 8 (64bit) Professional

- Linux (PC/SC lite)
* Ubuntu 12.10 64bit edition
* Ubuntu Linux 13.04 (64bit)
* Ubuntu Linux 13.04 (32bit)

Have a look into the Examples directory. Please be aware that I am still not
happy with the class design, methods, parameter names etc. Slight changes
might appear :-) Check the CHANGELOG file.
might appear :-) Check the Changelog file.

Nuget package is available here:
http://nuget.org/packages/PCSC/

Documentation can be found here:
http://danm.de/docs/pcsc-sharp/index.html

0 comments on commit 787fc8b

Please sign in to comment.