Skip to content

Commit 65c2710

Browse files
Update documentation
1 parent 8ddedd3 commit 65c2710

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,19 @@ Use the following Target IDs (--targetId option) when running commands directly:
6767
| `Ledger Blue v2` | 2.1.x | `0x31010004` |
6868

6969

70+
## PCSC support
71+
72+
This package can optionally work with PCSC readers for NFC communication with Ledger devices
73+
74+
Installation instructions on linux:
75+
```
76+
apt install libpcsclite-dev
77+
pip3 install pyscard
78+
```
79+
80+
Usage:
81+
If the environment variable `PCSC=1` is defined, ledgerblue tools will communicate through the first PCSC interface with a detected NFC tag
82+
7083
## Ledgerblue documentation
7184

7285
You can generate the Ledgerblue documentation locally.

0 commit comments

Comments
 (0)