Hi,

You can grab the whold PCSC project from the opensource.apple.com by using 
cvs the command line tool.  There should be instructions on the site how 
to do this.

You should not need to write an event loop to look for devices.  pcscd 
will look for your device for you and then call the appropriate ifdhandler 
functions when it finds the device .....

If you go to Source Drivers you can download the GemPC-430 driver which 
includes full source for both Linux and Mac OS X.

Dave

> Hi,
> 
> I am starting to write a pcsc driver for a usb smartcard reader on Mac Os 10.1.
> I already written such a driver for Linux, but I have some questions about the Mac 
>version:
> 
> If I write my driver as a user-land program, I need access to the device and to its 
>interface. So should I run a work-loop and get notified when devices are added and 
>removed, or is the daemon doing it already?
> 
> Can anyone send me a sample driver source code? I found only binaries for Mac on the 
>site.
> 
> I have very little experience with Mac development, so I hope my questions are not 
>too stupid...
> 
> Thanks in advance,
> Amira.
> 
> ***************************************************************
> Unix Smart Card Developers - M.U.S.C.L.E.
> (Movement for the Use of Smart Cards in a Linux Environment)
> http://www.linuxnet.com/
> To unsubscribe send an email to [EMAIL PROTECTED] with
> unsubscribe sclinux
> ***************************************************************
> 

***************************************************************
Unix Smart Card Developers - M.U.S.C.L.E.
(Movement for the Use of Smart Cards in a Linux Environment)
http://www.linuxnet.com/
To unsubscribe send an email to [EMAIL PROTECTED] with
unsubscribe sclinux
***************************************************************

Reply via email to