var fDesc=new Array(); fDesc[0] = "LeCroy’s Merlin II™ is a powerful protocol analyzer for Bluetooth. Small and portable, Merlin II is easy to position near the device under test. It features extensive triggering, robust filtering, spool-to-disk recording and the CATC Trace display to speed up interpretation and debug of Bluetooth traffic.

Based on LeCroy's original Merlin™ protocol analyzers, the Merlin II is a powerful Bluetooth protocol analyzer. It features extensive triggering, robust filtering, spool-to-disk recording and the CATC Trace display to speed up interpretation and debug of Bluetooth traffic. For long recording sessions, the analyzer can spool data to an external disk drive for extended memory capacity.
Merlin II has a small form factor that makes it ideal for use in tight workspaces and easy to position for optimal antenna placement and data capture. Merlin II features extensive triggering and robust filtering capabilities, enabling the user to focus only on relevant data and avoid lengthy and laborious searches through captured data. The analyzer can spool data to an external disk drive to provide large virtual memory of long recording sessions.

Merlin II leverages the sophisticated and intuitive CATC Trace™ analysis software system to enable Bluetooth developers to quickly pinpoint problems with an easy-to-use graphical interface."; 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 = ''; } }