We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ddedd3 commit 65c2710Copy full SHA for 65c2710
README.md
@@ -67,6 +67,19 @@ Use the following Target IDs (--targetId option) when running commands directly:
67
| `Ledger Blue v2` | 2.1.x | `0x31010004` |
68
69
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
83
## Ledgerblue documentation
84
85
You can generate the Ledgerblue documentation locally.
0 commit comments