RFID reader integration with web page [closed]

大城市里の小女人 提交于 2019-12-01 09:52:36

SpringCard provides a technical guide and a live demo for developing a web page communicating with a PC/SC reader using Java applet.

You will find it at the page, under Other resources, Java.

Many USB RFID readers can emulate keyboards, so they can be directly integrated with a web form without needing JS, Java, or ActiveX.

For this task i wrote Windows Service on C#, that listens for web sockets on localhost and listen usb port. Browser connect by WS, and reader handle event on browser through Windows Service

Have you tried checking Java? It might be possible with it. If you sign you Java applets they will be allowed to access local computer resources.
ActiveX is platform and browser dependent and speaking for myself I will never allow any website to install ActiveX content to my computer.

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