[Muscle] Regarding Interface b/w P89C51 Smart Card reader ACR30 Scumbelger Altexo SmartCard

2006-06-16 Thread Prasad Achar
Dear all, I request u all ,pls give some link..that gives some sample driver ( SERIAL ) writen in C for ACR30 smart card reader for P89C51 MCU also sample code write ISO 7816 - 3 compatible C code to talk with Scumbeger Altexo smart card.. I have all the manualsThis is first time i writing

[Muscle] Regarding Interface b/w P89C51 Smart Card reader ACR30 Scumbelger Altexo SmartCard

2006-06-16 Thread Prasad Achar
Dear all, I request u all ,pls give some link..that gives some sample driver ( SERIAL ) writen in C for ACR30 smart card reader for P89C51 MCU also sample code write ISO 7816 - 3 compatible C code to talk with Scumbeger Altexo smart card.. I have all the manualsThis is first time i writing

Re: [Muscle] O2MICRO Smartcardbus reader Open Port F10000 failed

2006-06-16 Thread Laura Longo
Hi Andre, I'm also using the kernel 2.6.16 (CentOS) and I've found a similar problem with my smart card reader( SCR333 of SCM Microsystems ), using ifdhandler of openct-project: readerfactory.c:1130:RFInitiailizeReader() Open Port 20 Failed First think I've installed the driver

Re: [Muscle] PATCH - clear local context

2006-06-16 Thread Karsten Ohme
Scott Moynes wrote: Karsten Ohme wrote: I believe the problem is the following: Usually the context should only released, if the library is unloaded. But SCardReleaseContext is called in the Release function, that means not only the connection to the card is closed, but also the

[Muscle] Linking with pcsclite on Mac OS X 10.4.6

2006-06-16 Thread Kapil Sachdeva
Hi, I have been using pcsclite on various versions of Linux (mandriva, novell etc) where I never faced problem compiling and linking against pcsclite library (libpcsclite.so). I am now porting my code to Mac OS X 10.4.6 and its pretty much my first application on Mac OS. I use Eclipse CDT