ZKLibrary icon indicating copy to clipboard operation
ZKLibrary copied to clipboard

Which ZKTecho model works smoothly with this ZKLibray

Open menon92 opened this issue 6 years ago • 1 comments

Hello @kamshory,

I'm try to use your library with ZKTeco K40 attendance time terminal but it not giving me any response. I use this code,

<?php
include "zklibrary.php";
$zk = new ZKLibrary('192.168.1.102', 4370);
$zk->connect();
$zk->disableDevice();
$zk->testVoice();
$zk->enableDevice();
$zk->disconnect();
?>

Could you please help me that which ZKTecho model works smoothly with this library.

Thanks in advance.

menon92 avatar Jul 28 '18 10:07 menon92

make sure that your device open port 4370.?

novpiseth avatar Aug 14 '18 07:08 novpiseth