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