Skip to content

Termite RS232 User Guide

Paul Nong-Laolam edited this page May 28, 2026 · 19 revisions

This guide provides instructions for configuring Termite to communicate with and control ESPEC chambers equipped with GL, P300, SCP220, and ES102 controllers using an RS-232C serial connection.

  1. Download and install Termite on your PC or execute it from the download folder.

    1. Go to: https://www.compuphase.com/software_termite.htm to download Termite Version 3.4. Similar to PuTTY, Termite is a free software for personal or commercial application.

    2. Download Termite Version 3.4, "Complete Setup".

    3. Install it on your PC. Note: Termite does not require installation; you can simply execute and use it from within the folder. But it is more convenient to install and use it.

  2. Determine what COM number is being assigned to your RS232-to-USB interface. One quick way to check this is as follows:

    1. Open an MS DOS command prompt (in the Search bar, enter cmd and press ).

    2. Without yet plugging in the RS232-to-USB cable, issue chgport and study the list in the output.

    3. Plug in your RS232-to-USB cable and issue chgport (again) and study the list in the output. A new COM? (where ? is the new number) will be listed. Example: As shown in the following figure, COM4 has been assigned to my RS232-to-USB cable. This COM? will be used in the Termite setting (next step).

      List of COM's assigned by the host OS

  3. Launch Termite and configure communication settings with the following steps:

    1. Launch Termite. The following figure shows the Termite UI.

      Termite User Interface and Settings

    2. Click (see arrow in the following figure) to open Serial port settings window. Select COM? that your host OS is using. The figure shows my COM4 as an example. Select baud rate, data bits, stop bits, parity, flow control and forward according to the figure. Make sure to select and check Append CR-LF under the Transmitted text column. Simply follow all the settings depicted in the figure.

      Configure proper settings on Termite for RS232 communication

    3. Click

  4. Issue commands to the chamber: Termite command prompt is at the bottom of the UI. Responses returned by the chamber will be displayed in the main buffer, as shown in the following figure.

    Termite command-respose buffer

    1. Enter command: To read the ROM information of the chamber, issue ROM? and press :

      ROM? is entered but not yet issued to the device

      Main buffer now displays both the command (ROM?) and response from the device

      The following figure shows how command is entered and Figure [6] shows how the response from the chamber is diaplayed. The display shows both the command and the response.

    2. Commands can be issued in lower-case or capital letter. The next several figures and illustrate how to read temperature and probe chamber operating mode.

      ROM? and TEMP? commands have been issued, vib? is next to be issued

      Four commands have been issued and responded by the device

      Refer to the P300 communication manual to decipher the response from the chamber.

Clone this wiki locally