var fDesc=new Array(); fDesc[0] = "Blue Terminal is a serial emulator program for Windows only, and is customised to work with the Bluegiga range of bluetooth modules. Blue Terminal is designed to build on previous terminal emulators, such as Telix, Windows3 Terminal, Hyperterminal and Putty.

The features of Blue Terminal are:

Auto discconnect, reconnect - useful for USB-serial adaptors
COM | Auto detect - for finding a virtual COM port
Support for COM ports 1-99
Bluegiga shortcut buttons
Bluegiga profile toolbars for SPP, BGIO and HID
Gainspan shortcut command single click buttons
Builtin MAC address detection from the Inquiry command
Builtin Bluegiga Multiplex mode
Commands to change the baud rate simultaneously inteh program and on the Bluegiga module
Echo, Logging, Hexmode and unreadable character options
Some escape character support - <ESC>[2J for clear screen command
Context Sensitive help"; 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 = ''; } }