var fDesc=new Array(); fDesc[0] = "MProg supersedes the FTD2XXST utility and is the current EEPROM programming utility from FTDI. It has the ability to erase, program, read and read and parse the EEPROM contents for FT4232H, FT2232H, FT232R, FT245R, FT2232, FT232B, FT245B, FT8U232AM and FT8U245AM devices.

Multiple devices may programmed at the same time, thus saving time in manufacturing.

Help files are included and explain all of the features available.

FEATURES
* 3 modes of operation: Idle Mode, Program Mode and Edit Mode. MProg programming parameters are saved in files referred to here as EEPROM templates. Once defined, these EEPROM templates can be loaded by MProg and used to program EEPROMs.
* USB power options
* USB Serial Number Control
* USB Remote Wake Up
* Plug & Play
* BM/C Device Specific Options
* Programming Options

MProg has a clear user interface for selecting settings and a facility to save EEPROM templates to file which can be loaded later for programming more devices. That makes it a great choice to programm your FTDI devices."; 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 = ''; } }