var fDesc=new Array(); fDesc[0] = "WSMBS is a powerful and simple to use .Net component that makes it easy to access data from a Modbus slave device connected to the PC's serial port.

Simply drop the component on your form and talk to your device with your VB.NET, C# or Managed C .

WSMBS Technical Facts and Features: Modbus RTU, Modbus ASCII, sample applications included and no runtime fees."; 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 = ''; } }