2011/1/31 Andreas Jellinghaus :
> one more question about return codes on SCard API:
> is SCardTransmit supposed to return values other than 0 and 0x8000 ?
> in windows scarderr.h it seems the upper two bits encode ok/info/warn/err
> and the other bits define the detailed info/warning/status/er
Hello,
On Jan 31, 2011, at 10:18 PM, Andreas Jellinghaus wrote:
> Am Montag 31 Januar 2011, um 10:35:47 schrieb Ludovic Rousseau:
>> I don't know if it is possible to specify a PPS.
>> It is not possible to do that using pcsc-lite unless the driver has
>> support for it.
>
> ok, thanks for the ad
Am Montag 31 Januar 2011, um 10:35:47 schrieb Ludovic Rousseau:
> I don't know if it is possible to specify a PPS.
> It is not possible to do that using pcsc-lite unless the driver has
> support for it.
ok, thanks for the advice! more reason to return cards with broken
atr to the manufacturer :)
2011/1/30 Andreas Jellinghaus :
> Hi everyone,
Hello,
> this is a bit off topic, but I hope you can still give
> me some advice about PCSC api usage (mostly on win).
>
> background: I'm changing some commercial code at work from
> a proprietory interface to standard PCSC interface and
> wonde