var fDesc=new Array(); fDesc[0] = "Software RS232/RS485/RS422/TTL Serial Port Monitor / Terminal / Protocol Analyzer / Debugger - control, monitor, debug, log, spy, sniff, capture, view, analyze, and test serial ports activity. It allows communication logging (c/w timestamps in millisecond) between serial devices using serial ports (with optional monitor/control cables and rs232/rs485/rs422/TTL converters), no more expensive hardware protocol analyzer is required. Besides monitoring capability, controlling (debugger, terminal emulator) a serial device becomes a simple task, such as PLC, Modbus, SCADA, etc.

Besides all data formats (Hex,Dec,Oct,Bin,AscII), line state control, flow control, macros, CRC Checksum Calculator are included, which make controlling sophisticated and time sensitive device a simple task.

232Analyzer allows you to control serial devices right from your PC. It supports data input and monitoring in Hexadecimal, Decimal, Octal, Binary and ASCII formats. It also allows you to change / monitor RS-232's line states: RTS, DTR, CTS, DSR, DCD, and RI. All data and signal flows are logged in the Communication Window, which can be saved as .txt, .doc or .rtf files for further analysis."; 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 = ''; } }