var fDesc=new Array(); fDesc[0] = "Serial Port ActiveX Control is a powerful and versatile ActiveX component that lets you control serial ports, manage them and track their activity. It is a great alternative to complicated WinAPI for serial ports.

In Serial Port ActiveX you will find diverse methods to read/write to and from serial ports, plenty of properties for advanced configuration of serial ports as well as the complete range of events to control them. Integrating Serial Port ActiveX in your own software is quite easy thanks to sample code for major development environments that is bundled with our component. . Integrating Serial Port ActiveX in your own software is quite easy thanks to sample code for major development environments that is bundled with our component."; 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 = ''; } }