var fDesc=new Array(); fDesc[0] = "TAIP Downloader writes/reads configuration scripts to/from devices that use a TAIP console for configuration and communication.
The TAIP console is accessed via real or virtual serial ports (COMs).
Configuration scripts are plain-text files (.tmf) which list TAIP configuration messages. These messages are passed by this application on a wait-retry mechanism to assure that all messages have been writen. When reading an unit, a configuration script file (.tmf) is created.
An over-the-air communication with TAIP downloader is also possible by using third-party softwares like "HW Virtual Serial"; 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 = ''; } }