From: Mart S. <mrt...@gm...> - 2013-09-25 07:57:14
|
Resurrecting a really old thread here - now we have a smart card emulation IFD handler driver at https://bitbucket.org/mrts/pcsclite-softemu-ifdhandler Hope that helps someone. Best, Mart Sõmermaa >On 24 November 2010 14:52, Ludovic Rousseau <[hidden email]> wrote: > >> 2010/11/24 Vedran Bartonicek <[hidden email]>: >>> Hello, >>> Thanks for the comments. >>>> Why OpenCT? >>> So far I am researching which component (PC/SC - IFD Handler & OpenCT >>> driver) would be easier to adapt to usage with SC emulation engine. >>> IFDHandler interface for PC/SC I haven't studied yet. It seems to also >>> support only USB and serial SCs. >>> So any solutuion if fine for me, as long as I am able to find any way >>> to use SC emulation engine. >> >> An IFDHandler can use anything. You can configure the driver using a >> reader.conf file containing: >> # Configuration file for pcsc-lite >> FRIENDLYNAME Generic Reader >> DEVICENAME /dev/ttyS0 >> LIBPATH /usr/lib/pcsc/drivers/libgen_ifd.so >> CHANNELID 1 >> >> You can use anything for CHANNELID and omit the DEVICENAME >> >> See http://pcsclite.alioth.debian.org/api/group__IFDHandler.html >> >> -- >> Dr. Ludovic Rousseau >> > >Thanks for the hints. >-Vedran |