This is quick question,
We have a client that wants an active X embedded in a webpage that can have access ( read / write ) to a COM port.
With initial tests we are able to list the ports but get an access denied when trying to read or write to them. Is there anyway to bypass this or is it a built in feature of Internet Explorer?
The control works fine when running in the IDE. but when its embedded in IE it fails
The control is build in VS2008 VB.net using IO.Ports.SerialPort to access the COM ports.
Thanks!