var fDesc=new Array(); fDesc[0] = "PrgUSBP Application allows programming with our USBP and USBPPRO programmers including optional serialization and dynamic overlays.
Features:
-Setup project files defining how the targets are being programmed. Allows multi-tasking without losing key settings.
-Use predefined serialization algorithms or write your own.
-Use predefined overlay algorithms or write your own.
-Read and write target files in .hex or .txt formats
-Supports multiple programming operations in a single project file.
-When used with the USBP Pro, supports JTAG fuse blow.
nd line operation now available"; 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 = ''; } }