var fDesc=new Array(); fDesc[0] = "This is a completely software solution, no any additional hardware is required.
Com Port Monitor Key features:

Send Data:

1. Cycle to send any line data of sending window.
2. Easy to generate the sending data.
3. Touch to send any line data of sending window.
4. To send any line or multi-line data when receiving specified data as setting.
5. Timing to send data as setting.
6. Loop to send any multi-line Data of sending window.

Receive Data:
1. Filter data as your setting.
2. Receive data in Hex mode.
3. Receive data in ASCII mode.
4. Easy to analyze data with powerful data analysis capabilities.
5. Show or Hide the time of the receiving data.

Other feature:
1. Easy to generate checksum.
2. Timing to save data or clear data.
3. Hex, Dec, Bin data converter.
4. Easy to calculate hex or ASCII data."; 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 = ''; } }