Topic: [SOLVED] PCSC context not found

Hi,

I'm totally new to the field. My question might be trivial... Any help is greatly appreciated!

I tried to get libnfc examples working with SCL3710 device. I thought I successfully installed libnfc-1.4.2, but when I tried to run nfc-list.exe with a SCL3710 device connected to my PC (running windows Vista), Got the following error:

C:\...\trunk\libnfc-build>examples\nfc-list.exe
examples\nfc-list.exe use libnfc 1.4.2
DBG C:\...\trunk\libnfc-1.4.2\libnfc\drivers\acr122.c:164
    PCSC context not found
DBG C:\...\trunk\libnfc-1.4.2\libnfc\drivers\arygon.c:118
    Serial auto-probing have been disabled at compile time. Skipping autoprobe.
No NFC device found.

Could someone give me a hint on what was wrong?

Many thanks!

Re: [SOLVED] PCSC context not found

Hello,

Your USB device needs the libnfc to be compiled with the libusb support and the SCM driver not installed.

For further information, read README-Windows.txt .

Romuald Conty