and just in case, besides the log, the snippet of code that begans the transmit
is:
unsigned char bRecvBuffer[256];
std::vector<unsigned char> sendBuffer;
DWORD lenghtOfReceived= 256;
sendBuffer.push_back(0x00);
sendBuffer.push_back(0xE0);
sendBuffer.push_back(0x00);
sendBuffer.push_back(0x00);
sendBuffer.push_back(0x0A);
sendBuffer.push_back(0x62);
sendBuffer.push_back(0x08);
sendBuffer.push_back(0x82);
sendBuffer.push_back(0x02);
sendBuffer.push_back(0x3F);
sendBuffer.push_back(0xFF);
sendBuffer.push_back(0x83);
sendBuffer.push_back(0x02);
sendBuffer.push_back(0x3F);
sendBuffer.push_back(0x00);
rv = SCardTransmit(hCard, &pioSendPci, &sendBuffer[0], sendBuffer.size(),
&pioRecvPci, bRecvBuffer, &lenghtOfReceived);
having obtained hCard, pioSendPci and PioRecvPci from SCardConnect.
Many thanks!!!!
> From: [email protected]
> Date: Sun, 29 Aug 2010 17:42:52 +0200
> To: [email protected]
> Subject: [Muscle] Migrating to pcsc-lite 1.6.x
>
> Hello,
>
> If you are still using pcsc-lite 1.5.5 or any previous version and
> wander if you should upgrade to pcsc-lite 1.6.4 (latest stable
> version) you can read my blog [1] about the improvements present in
> the 1.6.x branch of pcsc-lite regarding CPU and RAM. Some results are
> impressive.
>
> I still have ideas of changes for pcsc-lite. But maybe you have ideas
> too. Just tell me.
>
> Regards,
>
> [1]
> http://ludovicrousseau.blogspot.com/2010/08/ram-and-cpu-improvements-in-pcsc-lite.html
>
> --
> Dr. Ludovic Rousseau
>
> _______________________________________________
> Muscle mailing list
> [email protected]
> http://lists.drizzle.com/mailman/listinfo/muscle
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle