Hello
I'am evaluating SCOMM32.ocx with ActiveXObject inside IE browser. When trying to assign the port number I have the error : "Client Site not avalaible". It works fine with MSCOMM32.ocx. What's wrong ?
var com = new ActiveXObject('SComm32.SComm');
var com.CommPort = 2;
By: Guest
Posted on: Jul 8 2013 at 04:41:18 PM
Doesnt wont inside a browser.
By: Guest
Posted on: Jul 9 2013 at 08:02:50 PM
Well..
With MSCOMM32.ocx var com = new ActiveXObject("MSCommLib.MSComm") works fine...
By: Guest
Posted on: Jul 9 2013 at 10:26:40 PM
SComm is not MSComm. Its a completely different product.
It has pros and cons. Its available as a free trial so that you can see if it works for you.