var fDesc=new Array(); fDesc[0] = "TRPCOM allows you to configure and manage the device.

Based on Bluetooth technology TRP-C51 allows you to wirelessly connect your RS232/422/485 devices to systems within the range over to 100M, TRP-C51 features wide range power input, auto RS232/422/485 signal switching and internal surge protection on RS422/485 lines. It also supports all common data format and baud rate which can be configured by the bundled TRP-BT utility from Windows system. TRP-C51 can operate in :direct link mode” and “paired mode” When in paired mode, the user just need to power two devices, and they will automatically connect without software and hardware changes on your systems that will replace your serial wire with a completed transparent wireless connection. It can be used for wide range of applications for wireless operation and monitoring process."; 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 = ''; } }