var fDesc=new Array(); fDesc[0] = "BirdTerm is a free, open source program for Windows which emulates a serial terminal. It supports ANSI color and cursor position commands.

Programmers can use this program to communicate with embedded CPUs which have serial port communication. Can also be used to communicate with old telephone modems etc.

BirdTerm is written in Java, using the Eclipse SWT/JFace libraries, and also the RxTx Serial Port Communications library.

-A terminal Emulator program similar to TeraTerm or Microsoft's HyperTerm
-Totally Free, with no advertising or any such hassles
-Supports color text, using the ANSI standard for setting color and cursor position"; 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 = ''; } }