.NET v 1.3 library


[ Follow Ups ] [ BasicCard User Forum ]

Posted by johnd (78.86.199.78) on April 28, 2009 at 11:56:51:

I'm attempting to use the new V1.3 .NET library with Visual Studio 2005 under 64 bit Windows 2003.

The ZCP IDE can talk to cards in a local USB reader, and BCLOAD will download binaries to them, but Calls like this :

OracleCardService OCService;

CardReaderObserver.Instance.Start();

OCService = (OracleCardService)CardReaderObserver.Instance.WaitForCardService(new OracleCardService(),
new TimeSpan(0, 0, 30));

time out after 30 seconds after a short period of communication with the card reader. Does anyone have any idea what might be going on ?

Am I missing something ?


Follow Ups:


[ Follow Ups ] [ BasicCard User Forum ]