var fDesc=new Array(); fDesc[0] = "RCTools-ZNM is a tool used with the The RC2300-ZNM ZigBee Network Module, a compact surface mounted module with a complete embedded ZigBee® network protocol stack supporting wireless star and mesh topologies based on IEEE 802.15.4 compliant PHY and MAC layers. The network module features an easy-to-use serial interface and API for configuration of the module and for sending and receiving ZigBee packets.

With this tools , users can select the commands that are needed to be given, follow the UART Traffic, test and configure the connected 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 = ''; } }