RE: [Muscle] APDU change required.

2004-10-12 Thread Ggupta
Vigya,   APDU's are card operating system specific commands out of which some are generic (as per ISO 7816-4) and some are vendor specific. For generic commands like VERIFY, READ, CREATEFILE etc you can try using the testpcsc program which is installed with PCSC-Lite middleware. You can fin

Re: [Muscle] APDU change required.

2004-10-12 Thread ???\(Paxion\)
Hi,       As I know, after you install the resource manager, you can use these steps below :       1. SCardEstablishContext     2. SCardListReaders     3. SCardConnect     4. SCardTransmit       The parameter "pbSendBuffer, cbSendLength" in SCardTransmit() is the standard APDU format.  You can

[Muscle] APDU change required.

2004-10-12 Thread vsingh
hello all,can anyone kindly tell me that aftr installing the pscslite and the reader on my linux system(which are working fine),now to make my card understand certain commands like read,write etc. do i need to make some changes in APDU's or what exactly is required to start basic communication betw