4/12/2019»»Friday

Hyperterminal To Test Serial Port

4/12/2019
    83 - Comments

In this article, we'll tell you about the simplest way to test serial applications with the help of a virtual serial port. By using a dedicated software, you can provide your system with as many virtual COM interfaces as you need. Continue reading to better understand the benefits of serial port simulation for serial app development and testing. To find out how to split serial port between application look at out new tutorial with examples of using Virtual COM Port Driver PRO.

Contents

The serial port. Use a loop-back connector if available, or any kind of conductive wire, even a paper clip. Step 3 Turn on the computer. You are now ready to test the port. Figure 24 - RS-232 DB-9 connector Running Hyperterminal Step Procedure Description Step 1 Launch HyperTerminal. In Windows, select Programs/ Accessories/ Communications/. HyperTerminal for Windows, including 7, 8, and 10 is our award winning Windows terminal emulation software. Supports telnet and SSH in addition to modems and serial port connections. This is the loopback test. You can make a loopback plug by taking a nine pin female connector (socket) and soldering a wire between pins 2 and 3. This is then inserted into the connector of the serial port to be tested. Or, alternatively, you can take a bit of wire and wrap it around pins 2 and 3 of the relevant serial port as shown in the figure.

How to test serial applications


Serial communication is an integral part of a production environment where numerous specialized devices exchange data via serial interfaces. It often happens that to receive data from a particular device, specialists need to use dedicated serial applications. As a rule, such serial apps communicate with required hardware via COM interfaces which in turn are linked with a serial cable. Once connected, serial programs can get particular data from industrial equipment, process it, and store it in a single database. Later, the data will be used for making reports, creating various GUI objects, generating graphs, etc.

While developing serial apps, programmers may face some difficulties related to program testing. In some cases, it's not possible to modify the hardware device. Therefore, if it's required to test a certain application for a special occurrence of characters, experts start looking for solutions.

Hyperterminal To Test Serial Port

One of the possible workarounds is using a null modem cable, which allows connecting one program, e.g. HyperTerminal, to another. With this type of connection, you can not only link two computers together but also provide communication between two apps installed on the same PC. For this to be accomplished, you need to have at least two COM ports available in your system.

If your PC lacks serial interfaces, you may create virtual COM ports and use them as emulators of physical serial ports. In this article, you'll find out how to establish serial communication using a virtual COM port.

Null modem: definition and use


A null modem connection is a common method of communication. This type of connection is possible when two COM ports are linked with the help of a null modem cable. A crossed-over RS-232 cable used in the null modem communication acts as a DCE between DTE devices (applications) that need to talk. The cable helps swap serial signals such as TD-RD, DTR-DSR, etc., which means any serial device (application) gets the ability to send and receive data from another one over a null modem channel. Learn more about null modem pinout and wiring.

The required equipment (or applications working with COM ports) can be connected either by a physical serial cable or virtual null-modem solution. Using the latter one seems to be more efficient, considering that virtual null modem cable is not limited by the distance and lets you create an unlimited number of virtual connections at a time.

COM port emulator software


This time we've decided to establish communication via a virtual null modem cable. As is known, there are many port virtualization apps out there. We've chosen a solution that stands out for its stability and ease of use. Virtual COM Port Driver is a serial port emulator for Windows. The software supports Windows kernel driver technology (WDM, WMI, Power Management, PnP, etc.) and is fully compatible with most of recent Windows versions (including Windows 10 and Windows Server 2016). The software allows creating pairs of virtual serial ports connected via a virtual null-modem cable.

This comes in handy when you need to exchange data between serial apps. You can just connect apps to a pair of COM ports and communicate data in such a way that everything written to one virtual port will immediately appear on the other end of the pair and vice versa.

Serial port emulation for testing environment

How To Test Serial Port


Now let's see how to install a pair of virtual serial interfaces on your system.

The project or program manager, along with the engineering manager, should determine all who should be in attendance during both development schedule reviews and design reviews. I could add to this list of practical outcomes easily, but for now, I wanted to communicate the advantages of an 'early warning system' for products coming from engineering to manufacturing. Best practices in teaching. Concurrent engineering is a tremendous discipline that also ups the morale of the entire operation. The fewer surprises for the manufacturing people, the more efficient the transfer of the product and the more effective the production efforts. During the actual release of the product to manufacturing, the individuals who attended the various development meetings should be in on the approval and routing for the release documentation.

  1. Download Virtual Serial Port Driver and install it on your computer.
  2. Start the program and open the “Manage ports” window. There you'll see the 'Add pair' option. Now, you can either select the virtual serial ports from the dropdown list or specify them manually.
    What is especially convenient is that you can assign any custom names to the ports you create with Virtual Serial Port Driver (except for those port names already used in your system). Just make sure that the apps that will work with these COM ports support the port names you've chosen.

  3. Click 'Add pair' and that's it. The number of virtual COM port pairs you can create with the software is not limited.

Please keep in mind that if you're going to use the newly-created virtual ports with C# Windows application, you need to name them starting with COM. It's very important as the .NET Framework uses the System.IO.Ports to access the COM ports. To establish a connection we need to use a function named as serialPort1.Open() but it can only open a port which name starts with COM.

In case you need to test serial ports with some other app, in “The Basic Principles of Serial Port Emulation” you’ll find the examples of using Virtual Serial Port Driver with different programming languages.

How to test a serial port with HyperTerminal


How to open hyperterminal

Once your virtual COM interfaces have been properly set up, you can start testing. As an example, we’ll consider testing COM ports with Windows HyperTerminal.

To launch a new HyperTerminal instance, head to Windows Start Menu > Programs > Accessories > Communication > HyperTerminal.

Say, you have a pair of virtual ports named COM3 and COM4. Here’s what you need to do:

  1. First,create a connection to COM3 port.
  2. After that, open the File Menu and select 'New Connection'. Enter a name, e.g. Test_COM3, choose the icon, and hit OK.
  3. Now, find COM3 in the dropdown list and press OK. Make sure the properties are kept default and press OK.
  4. Next step is creating a connection to the other port - COM4.
  5. To do this, open the File Menu > New Connection. Enter a name, say Test_COM4, choose the icon, and press OK. Choose COM4 from the dropdown list and hit OK. Keep the properties default and press the 'OK' button.

Starting from this moment, you can easily use HyperTerminal to test serial ports. Just type the required text in the white text area of COM3 and the written data will be transmitted via a virtual null modem cable and displayed on the screen of COM4.

As long as HyperTerminal supports data transfer via COM ports, you can use this program to perform a loopback test. If you feel the need for HyperTerminal replacement with a more advanced solution, HyperTerminal Alternative guide will help you.

Ghost game download. Yes it’s a iOS version.

Virtual Serial Port Driver

Requires: Available on Windows , 5.5MB size
Version 9.0.575 (23rd May, 2019) Release notes
Category: CommunicationApplication
Please enable JavaScript to view the comments powered by Disqus.comments powered by Disqus
 powerupzing © 2019