开发者

Access user's USB-connected peripheral/device over the internet on an ASP.NET web application

I was wondering, is it possible to take control of an end-user's USB-connected device or peripheral from an ASP.NET web application via C# with the libU开发者_如何学CsbDotNet library?

In other words, be able to control certain functions of USB devices from a website?

I would think that would be pretty cool.


You've got to keep in mind that browser are working to keep you from doing this.

You would actually have to write an ActiveX Component, to be able to do something like this.


no. for many reasons.

the most salient reason that 'no' is the answer to your question is that the lib runs on the server, not the client.

a more pragmatic reason is that browsers are engineered to be sandboxed. creating an activeX component is the only realistic way around this but the technology and deployment is fraught with complications and then you have to consider the limited support for activex across browser/platforms.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜