通过TCP / IP实现生物识别x990连接

时间:2016-12-13 06:50:06

标签: python tcp biometrics

我正在尝试连接生物识别设备。 设备制造:eSSL和设备型号:x990 。我不是程序员让这个示例代码工作。请帮我通过TCP / IP连接到设备并获取数据。示例代码如下:[Python Code]

params = protocol=TCP,ipaddress=192.168.12.154,port=4370,timeout=4000,passwd=”
self.commpro = windll.LoadLibrary("plcommpro.dll")      
constr = create_string_buffer(params)
self.hcommpro = self.commpro.Connect(constr)

我注册了(* .dll)。我的工作环境是Linux(Ubuntu 14.04)。我从Google搜索获得了此代码。

1 个答案:

答案 0 :(得分:0)

ZkTeco设备仅与Windows SDK一起启动。您的代码仅在Windows平台上有效。您提到,您的生产环境是Ubuntu。我认为,您的应用程序将在服务器中运行,而设备在本地环境中连接到您。如果这样,从技术上讲,这是不可能的。您必须进行HTTP通信。检查http://camsunit.com/application/zk-teco-essl-api-integration.html是否有助于http交流