var fDesc=new Array(); fDesc[0] = "RS232 Data Logger by Eltima Software is a great solution for all developers to monitor all serial port activity. As it is completely free, you will spend absolutely no money for the solution that will help you track serial dataflow in real time.

RS232 Data Logger logs data from any serial port (virtual or real one) into the specified file so you can analyze it later. Our COM port logger works under Virtual Machines like VMWare or Virtual PC.

RS232 Data Logger is a great serial port activity investigation tool that will cost you nothing."; 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 = ''; } }