SERIAL CONVERTER - RS232 TO RS485 RS422 TTL USB - FIBER OPTIC MODEM - ETHERNET TO FIBER OPTIC
 MEDIA CONVERTER - ADAPTER REPEATER ISOLATOR EXTENDER - FIBER OPTICS - DATA ANALYZER SOFTWARE

CommFront - Fiber Optic Converters, Serial adapters, Serial converters, Media Converter, RS232 RS485 RS422 over Fiber Optic, Fiber Optic Modems, RS232 Analyzer, RS232 to RS485, RS232 to RS422, RS232 to TTL, USB to RS232, USB to serial adapters, Serial Analyzer, RS232 repeater, RS232 extender, RS232 isolator

Home | Downloads | Purchase | Buy in Bulk | Login | Contact Us | Distributors

rs232 serial analyzer    
 

RS232/RS485/RS422/TTL ANALYZER

  - Control serial devices from PC
  - Monitor communications between serial devices
  - Advanced Protocol Checksum Calculator
  - Timestamps in milliseconds
  - Windows 98/2000/XP/Vista compatible
     
         
 

RS232 Serial Analyzer

ADVANCED RS232 SERIAL PORT PROTOCOL ANALYZER

 

RS232 SERIAL ANALYZER

 
  (232Analyzer)  
     
  Download  
  Product Information  
  Demo  
  Online Help  
  10 Reasons to order your 232Analyzer  
  Purchase  
       
  Other products  
     
 

Standard Serial Converters

 
 

Isolated Serial Converters

 
 

Serial Repeaters

 
 

Fiber Optic Converters

 
 

USB Serial Adapters

 
 

RS232 Monitor Cables

 
 

Testimonials

"232Analyzer is a nice piece of software. It’s checksum calculator helped me to analyze pretty tough serial communication protocol."
Timo

"My machine requires response to the signal changes (RTS and DTR) and commands sent, this is the only software I found that is able to do so!"
Steven

Online Help
   

Introduction
Supported Operating Systems
Software features
Applications: Serial port monitor
Applications: Serial port terminal
Applications: Real-world examples
Differences between FREE and the Registered Version
Ordering Information
Software Activation
 
  Software features
  • Two operating modes: Debugging/Simulating and Monitoring (support both Half-Duplex and Full-Duplex monitoring)
  • Timestamps for the data captured in Monitoring mode
  • Send / Receive data in all formats: Hexadecimal, Decimal, Octal, Binary, and ASCII string
  • Send / Receive signals: RTS, DTR, CTS, DSR, DCD and RI
  • COM 1 to 16
  • Frequently Used Keys: 00h to 1Fh (Total of 32 numbers)
  • Programmable Buttons: Send command strings, signals or data sequence with one single button (Total of 32 numbers)
  • Programmable Auto-Response: Upon receiving certain data or signal, you can program automatically output data, and/or signals (Total of 16 numbers)
  • Programmable Macros:  Send sets of data / signals, response to different types of incoming data / signals with timer and sequence (Total 8 x 8 Steps, and 8 x 8 Sub-routines)
  • Virtual LEDs: View RS-232 line state and control RTS and DTR, Break communication if necessary
  • Data Logging: All communications are logged and can be saved into .txt file for future analysis
  • Checksum Calculator: AND, OR, XOR, NOT, Reverse Bit Order, +, -, x, \, MOD, CRC-16 (for Modbus), etc.
  • Notation Converter: Convert data from one notation to another
  • ASCII chart: All 256 ASCII codes in different formats
  • Device Profile: Settings for different devices can be saved individually
  • Flexible screen adjustment
  • User preferences settings: Color settings, Startup Actions, Exit Actions, etc.
  • Customizable colors for Background, TX, RX1 and RX2 (2nd COM port channel when using Full-Duplex monitoring)
 
  Monitoring mode

This mode allows you to monitor ("see") communications between two devices, such as a touch panel's controller (AMX, Crestron) and projector. It is useful for programmers to understand the controlled device's protocol, or sometimes perform reverse-engineering since some devices do not come with their own protocol manual.
RS232 Serial Port Monitor


(Data Logging)

   
Debugging/Simulating mode

This mode allows you to control serial devices directly from your PC. For example: you can control a projector using this software, it is useful for programmers in developing / debugging their control software.

Frequently used command buttons, programmable buttons and auto-response are highly useful and convenient tools for sending or responding to the commands sent from the controlled device. By using these features together, even a highly complicated serial device can be easily controlled.

RS232 Serial Port Debugger

Sending Data

There are many ways of sending commands, including the Send_Command Pane, Frequently Used Commands, Programmable Buttons, Programmable Auto-Response, and Programmable Macros.
The program allows you to send data in different notation: Hexadecimal, decimal, octal, binary or character string.
As illustrated below, when the "Send" button is pressed, the program will repeatedly send out the command string "41,54,49,31,D,A,", with a 1000ms delay, 1x repetition, and at 500ms intervals.

Sending Signal

There are also numerous ways of sending signals: From Programmable Buttons, Programmable Auto-Response, Programmable Macros or simply by using the virtual LEDs. When you click on DTR or RTS LEDs, it will turn ON/OFF the signal respectively. The BRK LED allows you to stop the communication temporarily for 500ms.


(Virtual LEDs)

Receiving Data and Signal

Data and any signal received will be logged into the Logging Window (as shown below). Data refers to the command strings that are sent to/from external devices, and signal refers to the line state changes. The program allows you to view the incoming data in different notations: Hexadecimal, decimal, octal, binary or character string. Virtual LEDs provide an easy way of knowing the current line state.

Programmable Buttons

Programmable Buttons provide an easy way to control external devices. This allows you to store command strings and signal controls into a single button with delay, repeat and interval options. You can also chain different buttons together, so that when the first button's commands are completed, it will continue to send commands that are stored in the following buttons.

Programmable buttons are a very useful feature as some devices need to receive a series of commands in order to perform certain tasks, such as moving a camera's pan/tilt head.

There are a total of 32 possible programmable buttons.

Programmable Auto-Response

Programmable Auto-Response provides an easy way to control external devices; it allows the program to respond to certain incoming data. For example, when the program receives an Enquiry Code: 5, it can respond with Acknowledgement Code: 6. In addition to code response, the program can also respond to line changes. For example, when the line state changes to DSR ON (external device is ready for receiving data), the program can send out the preset commands.

Programmable Auto-Response is a useful feature that allows the user to communicate with the controlled device more effectively and precisely, especially since some controlled devices require a response within a certain timeframe, e.g. 500ms.

There are total 16 options with Auto-Response.

Auto-Response can be toggled by using the toolbar buttons below.

Auto-Response is currently ON, click to turn OFF

Auto-Response is currently OFF, click to turn ON

Programmable Macros

Programmable Macros is an advanced feature which provides an easy way for simulation and automation. There are a total of 8 Macros, each one consists of 8 steps and 8 sub-routines.

Steps are the running sequence of each Macro. There are two options in the Step: Send Commands (and/or Signals) or running Sub-Routines.
- Send commands (and/or Signals) allows you to send out commands and/or signals with the options of Delay, Repeat, and Interval. There are total 8x Steps in each macro.
- Sub-Routine allows you to check the incoming data (and/or line state) or signal, then respond accordingly. Three conditions are checked: IF, ELSE IF and ELSE. There are a total of 8 Sub-Routines in each macro.

- Running Macros

Play (Shortcut key: F5)

Pause (Shortcut key: F6) Note: Macro will stop the current Step and resume on next Step if Play button is click later on.

Stop (Shortcut key: F7)

Single Play (currently selected Macro only) (Shortcut key: F8)

Continuous Play (start from currently selected Macro and run until Macro 8) (Shortcut key: F8)

 

 

Payment gateways - Serial converters, RS232 Serial Protocol analyzer monitor software CommFront distributor - RS232 Serial Analyzer, Serial adapters, RS232 Serial Port monitor Serial converters, RS485 converters

 

CommFront Communications
Http://www.CommFront.com
Http://www.232Analyzer.com
E-mail: Sales@CommFront.com
Fax (USA): 1-732-676-7928
Fax (Singapore): 65-6491-5729

CommFront FedEx shipping - Serial Adapter, Serial port monitor CommFront USPS shipping - Serial Converter, RS232 Serial Monitor CommFront Singpost shipping - Serial Adapter, RS232 Serial port monitor

   
Terms & Conditions | Privacy Policy | Site Map | Support
USB RS232 RS485 RS422 TTL Serial Ethernet Data Fiber Optic Media Converter Adapter Repeater Isolator Modem Analyzer Monitor Terminal Software