Handling a Biometric Fingerprint Attendance Device by using socket

萝らか妹 提交于 2019-11-30 15:43:39

You don't need the ObjectInputStream. Just use the InputStream you get from requestSocket.getInputStream().

Alternatively use a terminal programm like putty to connect to your device. This requires no coding.

Biocom Biometrics are ZKTeco devices. ZkTeco devices are launched only with windows SDK. You can download the SDK from https://www.zkteco.com/en/download_catgory.html and use the DLL in java which can run only on Windows platorm. For HTTP communication, to work in any platform through any language, refer http://camsunit.com/application/zk-teco-essl-api-integration.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!