I would like to be able to control a USB device from a web application.
I was hoping to use Adobe Flex but I don't think that Flex can support access to USB devices.
Is this possible using Java applets, or a similar approach using .NET?
Thanks.
|
|
I don't think any web client platform will allow this. On purpose. If you find one that does, I will uninstall from all my machines. |
|||
|
|
With .NET, you could
With Applets, you could do it with a trusted applet. Using a lot of different technologies, you could create ActiveX objects, plugins or browser extensions to do it. |
|||
|
|
|
We successfully connected POS devices with a Flex UI... for this we created a bridge application with Merapi which connects Flex (either Air or Web) with Java, and left the connection with the devices to Java... this was for a controlled environment where we where sure that the client had the bridge configured... Other option is to try Air 2.0 which allows to execute Native code (e.g. Java) to connect to the devices, and you could release your app in Air or develop a bridge this time in Air instead of Java to connect with the browser app HTH Gus |
|||
|
|