I am developing a web application for a parking. I want to control a gateway entrance with a device connected to USB port, but we know that the browser is in a sandbox, so there isn't any access to the computer's port.
I searched the web and found out there is some possibility to do so via ActiveX and/or Java applets, but I'm a novice to these things and want a complete tutorial or a wiki book that describe it or even class libraries relative to.
I want to send data to a USB or COM port via an ASP.NET application (client side). I know that browsers aren't able to do so because of security issues. What would be an example of using ActiveX?