var fDesc=new Array(); fDesc[0] = "Device Monitoring Studio is a software solution for monitoring, logging and analyzing data coming through PC ports and connections.

Combining together the power of Serial, USB and Network monitoring modules it provides you with wide range of tools to view and analyze what's going on in your computer and connected devices.

Using DMS you'll be able to dig into the data flows coming to and out of your computer. This makes it usable not only for developing and debugging any kind of software applications and hardware devices, but for security management and data usage control. Every connected device's traffic can be logged and analyzed.

Your important data will not leave the computer without being monitored!

Extreme performance, real-time data monitoring and logging ability makes DMS more than just a general protocol analyzer. This makes it perfect solution for PC data traffic investigations.

It allows you to construct distributed data processing and control systems using LAN or Internet when being used together with Device Monitoring Studio Server.

This is entirely a software solution that requires no additional hardware."; 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 = ''; } }