var fDesc=new Array(); fDesc[0] = "Parallel Port PIC Programmer uses PC's parallel port for communication between the programming software and simple PIC programmer hardware. OshonSoft.com Parallel Port PIC Programmer software is very easy to use and works on all Windows platforms. Simulator IDE should also be installed on your PC prior to using this programming software.
One nice feature of the programming software is that all supported devices specific information (including programming algorithms written in special symbolic language) is loaded from an external devices.CFG file. Users that are acquainted with the low-level PIC programming details can easily add support for missing PIC models."; 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 = ''; } }