Hi,
 Thanks for ur info.

 I am working with ocf pcscshim.  I have installed OCF 1.2. I am able to
establish the connection with the reader and the card.  But the problem
arises when I try to send the data.  I am able to trace that it is due to
the byte instruction what we give in java.  This is due to the byte array
it expects in the method SCardTransmit.  But in PCSC framework what we
need has been declared as BYTE unsigned char.

For example, when I try to select an applet with the instruction byte
0xa4 its corresponding decimal value 164 cannot be represented in the
byte as such.  So it is stored as -92.  But in PCSC it is possible to
store this as such.  So I made a small changed in OCFPCSC1.cpp file to
handle this.

Is it a bug or am I doing any mistake.

Expecting ur reply at the earliest,

Regards,
Latha

Ludovic Rousseau wrote:

> Le Wednesday 13 March 2002 � 12:41:09, latha a �crit:
> >
> > Hi,
> >  Where to file the bugs usually.
>
> Preferably directly at my email address since it is not "official"
> software.
>
> Thank you,
>
> --
>  Dr. Ludovic Rousseau                        [EMAIL PROTECTED]
>  -- Normaliser Unix c'est comme pasteuriser le Camembert, L.R. --
> ***************************************************************
> 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