Topic: PN533 windows XP PICK_DEVICE BUG

Hello everyone,

I encounter a problem with libnfc 1.3.3 under Windows.

I managed to make a Linux API with libnfc, now I'd like to migrate to Windows.

But under Windows I have a concern with function pick_device.

I installed libusb-win32, visual studio C + + and I have Windows XP SP3.
I know compile and create a DLL.

But when I test the example NFCIP-initiator that does not work.
and by causing the stepper in pick_device, I realize it does not detect the PN533 is connected.

pnd always equal to zero.

My computer detects the PN533 (04CC 2533).

someone a little idea of where this problem?

Under Linux it works but windows XP can not make a pick_device.

thank you

Re: PN533 windows XP PICK_DEVICE BUG

GGelec wrote:

Under Linux it works but windows XP can not make a pick_device.

Are you sure you correctly have installed libusb: i.e. associate your device with libusb driver ?

Romuald Conty

Re: PN533 windows XP PICK_DEVICE BUG

rconty wrote:
GGelec wrote:

Under Linux it works but windows XP can not make a pick_device.

Are you sure you correctly have installed libusb: i.e. associate your device with libusb driver ?

okay
I had done wrong installation. inf.

thank you, I can test the NFCIP-initiator on windows now.

thank you very much

Last edited by GGelec (2010-04-16 12:06:11)