I have been working with a biometric device for quite some time. I could always connect a biometric device and extract data from it. But this time I gave a very old device (Pegasus PB-7), which is connected to the server. I am only given a remote desktop connection and access to a biometric device. The problem I am facing is that the software is already installed on the remote desktop, and when I provide the Ip and the port to which it connects in seconds. But when I use zkemSdk, which I used to connect to other devices, it does not connect, and the following method returns -7 to me.
int idwErrorCode = -1;
this.objCZKEM.GetLastError(ref idwErrorCode);
This code is not listed in the SDK manual. I can ping the device and work with telnet. Please give some guidance on what might be the problem.
source
share