var fDesc=new Array(); fDesc[0] = "The Serial Comm ActiveX is an activex component control for software developers that allows to send the at commands to the serial communication port.

You can get the serial devices on the pc, open the comm port with the best properties, get the port number for each device, get the information for each device, and more and more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }