4.0.0.12 SDK and enumerating keypads not working. #660
-
Even when testing with the sample code, enumerating the keypads is never finding any keypads. I can see the keypad in the DeviceManager but the SDK is never finding it. Tried with a TU9003 as well as the older keypads. The code looks like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
Just tested on my T8310 and TU9002, it works with 4.0.0.12 SDK, tested all the 5 device and two pair with SDK sample, I think you first need make sure in the SDK EnumerateKeyPads(&aNbrKeyPads), aNbrKeyPads should be >0. Else you need check your USB connection or try to change another USB port or other computer. Make sure the device cable is connect correctly and the USB has enough power to power up the devices. (in my test donnect and disconnect to computer USB, sometimes, the enum return 0, I think my USB is sometimes abnormal even connect to a USB stick ) |
Beta Was this translation helpful? Give feedback.
Fantastic!!! Thanks for pointing me in the right direction.
Your executables did work and once I compiled mine for x64 and copied your DLLs it worked so I was then able to compile mine for x86 and after finding the right DLLs it worked correctly. It was all about having the DLLs in the same folder.