Good day,
So I have a c# project that connects to the zkteco time & attendance unit (k30 is the device name)
Sometimes on random when trying to connect I get an error returned from the sdk code -10054
This is my code I use to connect
bIsConnected = BMDevice.Connect_Net(ipAddress, 4370);
This is the code used to return the error
BMDevice.GetLastError(ref ErrorCode);
I can't seem to replicate the error and there is no ErrorCode with number -10054 in the documentation provided. I can ping the device and telnet to the ip assigned with the port number, I can also use the device itself.
To get past this I have to manually restart the device and then I can connect without any issues.
Tried asking the zkteco people but the person I spoke to did not help much