kamshory / ZKLibrary

ZKLibrary is PHP library for reading and writing data to attendance device using UDP protocol. This library useful to comunicate between web server and attendance device directly without addition program. This library is implemented in the form of class. So that you can create an object and use it functions.
GNU General Public License v2.0
194 stars 176 forks source link

connection problem #35

Open syedJunaidd opened 5 years ago

syedJunaidd commented 5 years ago

@kamshory I am unable to connect my biometric device using this library. I am using zkteco K14 . I successfully connect it with desktop app but on web it is not working. Could you please help me out. Do your library support zkteco k14 biometric device?

javidu commented 5 years ago

@syedJunaidd Hi did you get a solution? I have the same problem and the ZK Teco 40. Help me please

omer-jan commented 4 years ago

Hi @syedJunaidd and syedJunaidd i am facing this problem too would you please help if any of you have found any solution. include "zklibrary.php"; $zk = new ZKLibrary('192.168.1.201', 4370); $zk->connect(); // this line always return false. by the way my device details is : Device Name : K40/ID Serial No : A8N5190360022 MAC: 00:17:61:10:55:6D ALG.VER : ZKFINGER VX10.0 FIRMAWARE VER : VER 4.0.4 (BUILD 13) VENDOR: ZKTECO INC