This article is intended to help you understand the basics of the hardware and software (protocol) standards for RS232. It will also show you how to use the COM port reader software to read data traveling through RS232 devices in real time.
Contents
Serial ports, also known as RS232 ports, are an interface used for serial communication that transmits a single bit at a time. COM or communications ports are other names for serial ports.
The use of serial ports has declined with the development of USB and other high-speed solutions, but they still are used in some very important applications. Serial ports are instrumental in the operation of industrial automation systems and are often used to connect lab equipment and other scientific instruments to computers and networks.
It is imperative that you regularly monitor and analyze serial port activity when working with serial devices. You want to be able to see traffic flowing in both directions from your RS232/422/485 ports. This could be event notifications from apps, status messages or other information that enables you to troubleshoot the equipment if necessary and can serve as a guide for installing new devices.
There is no specific operating system tool or function that allows you to read serial ports in Windows. But there is a solution, as the software is available that can check, monitor and analyze RS232 port activity. It gives you a tool for Windows that can read COM ports.
COM Port Reader is a professional-grade software tool that should be your first choice when seeking an answer to the question of how to read data from RS232 ports. The tool allows you to send commands or other information to COM-based devices or RS232 applications in a variety of formats (string, binary, octal, decimal, hexadecimal, mixed). The returned responses can be monitored and saved in a single log file that employs the first-in-first-out method. Serial Port Reader also lets you redirect serial port output a file or the clipboard, so it is available for further analysis at any time.
This software utility allows you to read RS232 data from a designated port and monitor it even if another application had already opened it. Captured serial data can be displayed in various formats, and the opportunity of real-time monitoring is a great feature for problem resolution.
The received data can be saved to a file of your choice or copied to the clipboard. The tool displays and files input/output control codes (IOCTLs) along with their complete parameters. Sessions can be saved by Com Port Reader and can be reloaded if required.
Multiple serial ports can be read simultaneously by this software tool. This feature is very useful when comparing data collected from different COM ports that are interacting with the same application within monitoring session. In this case, all data is received and stored in a single log file on a first-in-first-out basis.
Serial Port Reader allows you to choose the way that collected data is displayed on your computer. Four different view are available: table, line, dump, or terminal. You have the option of monitoring all view modes at the same time.
An option in terminal mode allows simulated data transmission from a serial application to a monitored COM port. Various data formats, such as string, binary, octal, decimal, hexadecimal, or mixed, can be used to test the COM port or its attached device’s reactions.
COM Port Reader’s powerful filters enable you to read serial data transmitted over Modbus RTU and Modbus ASCII. The utility is fully compatible with these protocols, as well as those employed in RS-232, RS-485, and RS-422 interfaces
Sending the same command from a serial app to a monitored serial port multiple times can give a clearer picture of the port’s behavior. This serial port utility simplifies that task with a playback feature that can display differences between sessions automatically.
This how to read serial port data and collect it using COM Port Reader. First, you need to download the tool, install and launch it. Then you need to start a monitoring session like this:
Give your session a meaningful name so you can return to it for later analysis
DTE stands for Data Terminal Equipment. An example of a DTE is a computer. DCE stands for Data Communication Equipment. A modem is an excellent example of a DCE.
A DTE normally comes with a Male Connector, while a DCE comes with a Female Connector. This is not always the case. Here is a simple test to confirm device type. Using a voltmeter, measure Pin 3 and Pin 5 of a DB-9 Connector. DTE devices will indicate a voltage of -3V to -15V. DCE devices will have the voltage on Pin 2.
Note: The result for a DB-25 Connector is reversed (Please refer to DB-9 to DB-25 conversion table below).
Straight-through cables are used to connect a DTE (e.g. computer) to a DCE (e.g. modem), with all signals in one side connected to the corresponding signals in the other side in a corresponding one-to-one basis. When connecting two DTE devices directly with no modem in between, a crossover, or null-modem cable is used. This type of cable cross transmits and receives data signals between the two sides. There is no standard and many variations on how the other control signals are wired. Below is an example of one of them:
The graphic above illustrates a typical RS-232 logic waveform (Data format: 1 Start bit, 8 Data bits, No Parity, 1 Stop bit). Data transmission begins with a Start bit, followed by the data bits (LSB sent first and MSB sent last), and ends with a "Stop" bit.
The voltage of Logic "1" (Mark) is between -3VDC to -15VDC, while the Logic "0" (Space) is between +3VDC to +15VDC.
RS-232 connects the Ground of 2 different devices together, which is the so-called "Unbalanced" connection. Unbalanced connections have a distance limitation of 50 ft (approximately 15 meters) and are very susceptible to noise.