var fDesc=new Array(); fDesc[0] = "Realterm is a terminal program specially designed for capturing, controlling and debugging binary and other difficult data streams.

Main Features:

- Serial Ports, USB Serial and TCP/IP & Telnet
- I2C, SPI, 1Wire chip control via BL233 / I2C2PC
- Binary viewed as hex, 8 bit, 16 bit, little/big ndian, signed, unsigned, float, special fonts
- Fullscreen, MiniTerminal, Screen Scaling, Global Hotkeys
- colorised: rx and tx data are different colors
- ansi/VT100 terminal or plain text or binary modes
- protocol analyser / "portspying" mode
- fixed frame sizes/line lengths
- sync patterns with masks and xors, and display only match data
- Timestamps on pattern match or newlines
- data inversion & bit mask
- full remote control through activeX/COM
- extensive command-line control for batch files and INI files"; 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 = ''; } }