Typescript pcsclite wrapper library to support chip (asynchronous/emv) and memory smartcards.
This library is used by Charta, cross platform app to handle smartcards
This library, with supported manufacturer readers, uses a proprietary protocol to handle (read/write/verifyPsc) SLE memory cards.
Actual reader supported is ACR38.
Specifications here: http://downloads.acs.com.hk/drivers/en/PMA_ACR38x(CCID)_v6.01.pdf
https://gist.github.com/lewixlabs/6fb7cc524902378338ccd56f9048537a
apt install libpcsclite1 libpcsclite-dev
git clone https://github.com/lewixlabs/TsCard.git
cd TsCard
yarn