var fDesc=new Array(); fDesc[0] = "VirtualCOM-UDP is a software based UDP/COM Port Redirector solution that provides communications between a virtual serial COM Port and any remote or local UDP port. Accessing serial data from devices over your LAN or the Internet has never been easier.
VirtualCOM-UDP allows users to connect their existing (legacy) serial communications software programs to local or remote IP network addresses via UDP protocol, giving them the ability to get UDP data streams into their existing application without costly changes."; 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 = ''; } }