libCR75 implements a PCSC smartcard driver for the Transcend CR-75 51-in-1 Card Reader/Writer.
Use the following command to test if a CR-75 chipset is connected:
lsusb | grep 1307:0361
No binary packages are provided, follow the instructions below to build from source.
libCR75 requires the following libraries:
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
make install