Is it possible through a plugin - activeX, Java or Flex to write a brower plugin that is able to detect an read a data stream from a USB device channel.
是否可以通过插件 - activeX,Java或Flex编写一个能够检测从USB设备通道读取数据流的浏览器插件。
I have done some research but have not found an answer.
我做了一些研究,但没有找到答案。
http://support.microsoft.com/kb/832678 http://www.vsj.co.uk/articles/display.asp?id=600
Detect USB drive and his name http://bytes.com/groups/net-vb/379899-detect-usb-drive-his-name
检测USB驱动器及其名称http://bytes.com/groups/net-vb/379899-detect-usb-drive-his-name
Can JAVA be leveraged within embedded Javascript to access the USB port? http://p2p.wrox.com/topic.asp?whichpage=1&TOPIC_ID=70470𤴈 http://www.sun.com/download/products.xml?id=43208d3d http://www.codeproject.com/KB/cs/USB_HID.aspx?fid=398968&df=90&mpp=25&noise=3&sort=Position&view=Quick&fr=76&select=1993811 http://www.icaste.com/jcommusb.htm
可以在嵌入式Javascript中利用JAVA来访问USB端口吗? http://p2p.wrox.com/topic.asp?whichpage=1&TOPIC_ID=70470???? http://www.sun.com/download/products.xml?id=43208d3d http://www.codeproject.com/ KB / cs / USB_HID.aspx?fid = 398968&df = 90&mpp = 25&noise = 3&sort = Position&view = Quick&fr = 76&select = 1993811 http://www.icaste.com/jcommusb.htm
Detecting USB Drive Removal in a C# Program http://www.codeproject.com/KB/system/DriveDetector.aspx
在C#程序中检测USB驱动器的移除http://www.codeproject.com/KB/system/DriveDetector.aspx
http://www.dotnet247.com/247referenc...32/164968.aspx http://www.daniweb.com/forums/thread91049.html
3 个解决方案
#1
2
It's considered a security risk to expose local resources and the sandbox environments for the different plugins should deny access to these resources.
公开本地资源被认为是安全风险,不同插件的沙箱环境应该拒绝访问这些资源。
So I would say that the answer to your question is a No.
所以我想说你的问题的答案是否定的。
#2
0
I believe it can at least be done with Flash. I use an EasyBloom, a USB gardening diagnostic device. The flash app on their website access the device on my local laptop.
我相信它至少可以用Flash完成。我使用EasyBloom,USB园艺诊断设备。他们网站上的Flash应用程序访问我本地笔记本电脑上的设备。
Sadly, I have no idea how they do it since I don't do Flash. :-(
可悲的是,我不知道他们是怎么做的,因为我不做Flash。 :-(
#3
0
Flash can do it. Your users should allow it first. Check this link: Flash documentation for Security
Flash可以做到。您的用户应该首先允许它。检查此链接:安全性的Flash文档
#1
2
It's considered a security risk to expose local resources and the sandbox environments for the different plugins should deny access to these resources.
公开本地资源被认为是安全风险,不同插件的沙箱环境应该拒绝访问这些资源。
So I would say that the answer to your question is a No.
所以我想说你的问题的答案是否定的。
#2
0
I believe it can at least be done with Flash. I use an EasyBloom, a USB gardening diagnostic device. The flash app on their website access the device on my local laptop.
我相信它至少可以用Flash完成。我使用EasyBloom,USB园艺诊断设备。他们网站上的Flash应用程序访问我本地笔记本电脑上的设备。
Sadly, I have no idea how they do it since I don't do Flash. :-(
可悲的是,我不知道他们是怎么做的,因为我不做Flash。 :-(
#3
0
Flash can do it. Your users should allow it first. Check this link: Flash documentation for Security
Flash可以做到。您的用户应该首先允许它。检查此链接:安全性的Flash文档