From c6ecebb057c9817ff3b10509c5430328c489a8f6 Mon Sep 17 00:00:00 2001 From: Michele Balistreri Date: Wed, 18 Jul 2018 13:51:16 +0300 Subject: [PATCH] correct typo --- CLIENT_NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLIENT_NOTES.md b/CLIENT_NOTES.md index 2ec54fb..39f7521 100644 --- a/CLIENT_NOTES.md +++ b/CLIENT_NOTES.md @@ -5,7 +5,7 @@ applications. ## Low-level communication -The hardware wallet is a JavaCard application and as such is deployed on ISO-7814 compatible SmartCards. Communication +The hardware wallet is a JavaCard application and as such is deployed on ISO7816 compatible SmartCards. Communication will happen exchanging APDUs using either the T=0 or preferably the T=1 protocol. Most operating systems use an implementation of [this Microsoft API](https://msdn.microsoft.com/en-us/library/windows/desktop/aa374731(v=vs.85).aspx#smart_card_functions) like [PCSC lite](http://pcsclite.alioth.debian.org/pcsclite.html). Your language of choice might provide bindings for