var fDesc=new Array(); fDesc[1] = "BIOS Configuration for ProtectTools Utility is used to locally set BIOS options (such as boot order, disable serial port, etc) using the Microsoft Windows Management Instrumentation (WMI) Specification for the Client Management Interface."; fDesc[2] = ", FLASH and PIC's using user friendly tools and multiple programmer types. Ponyprog supports AVR, SPI eeprom, AVR micro, 12C bus 8bit eeprom, PIC 16 micro, PIC 12 micro, AT89S micro and SDE2506 eeprom family chips."; fDesc[3] = "functionality for your code. This incredible program allows you to enumerate all installed serial devices, including, but not limited to serial ports and modems."; fDesc[4] = "and user needs more communication serial ports. The application creates virtual serial RS232 ports with exactly the same as real serial ports. Applications that work with real serial ports will never feel any difference when using these virtual ports."; fDesc[5] = "Virtual Serial Port Driver is installed, for applications involving GPRS devices, user PC can be set to operate in TCP Server mode, initializing the connection when sending RS232 data to the remote port, the converter sets the serial connection."; fDesc[6] = "emulation. Created virtual serial port looks like real serial port for other Windows applications. Compatible with VB, VC++, C++ Builder and Delphi."; fDesc[7] = "simultaneous capture to screen, with optional output to file and printer. Three capture modes: single character, line, or string."; fDesc[8] = ", debugger,sniffer, it allows you to control, debug, monitor, sniff, test and analyze serial port activities with RS232/RS485/RS422/TTL converters."; fDesc[10] = "code readers, PBX etc. Serial Port introduces properties for serial port setting, methods to write/read from port, events for monitoring port."; fDesc[11] = "turning your computer into low-cost terminal server. So, any serial port device connected to COM port could be accessed from anywhere in the world."; fDesc[12] = "com port control, binary and ASCII data transfer, support for RS 232 and RS 485 standards and ISDN modem support."; fDesc[13] = "modem cables are not required. You can connect any number of virtual port pairs. It's very useful for debugging."; fDesc[14] = "engineers and administrators. But anybody can use this utility and it may be helpful for everyone. I think this utility also work as a security tool as it is used to monitor your computer’s Serial RS-232 communication between two devices."; fDesc[15] = "Builder. Just put it on a form and you've got all the functionality you need to access an RS232 port."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }