Serial Terminal Document

A serial terminal window allows you to send and receive chars over a connected serial line (RS-232, TCP, UDP or VISA).

When creating a new serial terminal you will be presented with the dialog below.

Dialog

Select the serial type from the combo box and add the parameters in the edit box.

If you enter a text key in the Encryption Key field all communications on the serial line will be encrypted. Use the same key on the other end to decrypt the received data.

To open COM1 with a baud rate of 115200 and CTS flow control the settings would be as below.

COM2

To create a TCP server at port 65000 the setting would be as below.

TCP_server65000

To create a TCP client for local host port 65000 to connect to the serial terminal above the settings would be. With this and the server above you should be able to send and receive characters.

TCP_client65000