Page 1 of 1

Does the feitian reader support android with pcsclite/winscard API?

Posted: Thu Dec 15, 2016 1:58 am
by capuccino
Hi guys

I am trying using feitian smart card reader under android device, my middleware is build by c/c++, so I need kind of dynamic or static library for build my middleware on android device, do you offer such library to me? since the UI can made by java, we through JNI to call dynamic library(SO) and do communication with card.

Java->JNI->pkcs#11.so->pcsclite.so->ccid->libusb/Bluetooth

I am using R301 reader, in future also plan support bluetooth as well.

Thanks for your answer,

Re: Does the feitian reader support android with pcsclite/winscard API?

Posted: Thu Dec 15, 2016 5:18 am
by ftsafe
Please check this GIthub repository to download the related SDK.

https://github.com/FeitianSmartcardRead ... d_PCSC_SDK

Re: Does the feitian reader support android with pcsclite/winscard API?

Posted: Mon Dec 19, 2016 2:24 am
by capuccino
Thanks, good to know. ;-)