开发者

Can a web page access data being sent to a computer via USB

What are the options (or is it possible at all) for a web page (running on a remote server, not localhost) to access a data stream (not video) coming in via the USB开发者_运维百科 port of the local computer?

Ideally this would work cross-platform (Windows, Unix, Mac anyway) and the local computer would not have to download/install anything to make it work (beyond what you can reasonably expect a computer to have)

An embedded Java applet seems the only way, but I'm wondering if there's any other technologies that could do it.

If the restriction is lifted so that the user can install something (basic for non-techies, not setting up a local server running node.js for example) does that make more things possible (Flash?)


You can probably create an ActiveX component to do this. I am not sure if it can be portable on different OS.


I can think of one way that you can interact with the usb port: You would have to set up a socket server on the remote host which would redirect your network traffic to the serial / usb port and vice versa.

This doesn't completely fulfil the requirement, but I think it's the only way to do it in Actionscript

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜