CoolTerm



About CoolTerm

CoolTerm 1.8.0.861 was developed as a useful and user-friendly software and acts as a serial port terminal application. CoolTerm is a tool that's geared towards hobbyists and professionals with a need to exchange data with hardware connected to serial ports such as servo controllers, robotic kits, GPS receivers, microcontrollers etc. This download is licensed as freeware for the Windows (32-bit and 64-bit) operating system/platform without restrictions. CoolTerm is available to all software users as a free download for Windows.

Is CoolTerm safe to download?

A bare-bones version of CoolTerm released as an opensource project. Written in Xojo. Source Code: v1.0.0 7/13/2020: A previous version of VisualTimer released as an opensource project. Written in Xojo. Complex Utilities. Source Code: v1.0 7/9/2006. CoolTerm is a great tool to have around if you need to control hardware devices, such as robotic kits, micro controllers, servo controllers, and so on. The application can connect to various ports, enables you to send text commands, and then displays the data received from the hardware device in HEX or ASCII mode.

We tested the file CoolTermWin.zip with 24 antivirus programs and it turned out 100% clean. It's good practice to test any downloads from the Internet with trustworthy antivirus software.

CoolTerm is a serial port terminal application for those the need to exchange data with hardware connected to serial ports such as servo controllers, robotic kits, GPS receivers, microcontrollers, etc. CoolTerm is portable and includes a built-in help file. We found it surprisingly easy to use. CoolTerm – a software to exchange data with devices connected to the serial ports. The software uses a terminal to send messages to the devices such as GPS receivers, servo controllers or robotic kits that are connected to the computer via serial ports, and then sends a response to the user request.

Does CoolTerm work on my version of Windows?

Older versions of Windows often have trouble running modern software and thus CoolTerm may run into errors if you're running something like Windows XP. Conversely, much older software that hasn't been updated in years may run into errors while running on newer operating systems like Windows 10. You can always try running older programs in compatibility mode.

Officially supported operating systems include 32-bit and 64-bit versions of Windows 10, Windows 8, Windows 7 and Windows XP.

What versions of CoolTerm are available?

The current version of CoolTerm is 1.8.0.861 and is the latest version since we last checked. This is the full offline installer setup file for PC. This site has hosted other versions of it in the past such as 1.7.0.825, 1.6.0.708, 1.5.0.572, 1.4.7.427 and 1.4.6.322. At the moment, only the latest version is available.

Alternatives to CoolTerm available for download

  • Port Listener
    Simple utility to listen to TCP or UDP ports and display connections.
  • Phone Dial by PC
    Dial/operate a phone connected to the serial com port interface RS-232
  • Logitech Unifying Software
    Control and manage wireless devices using a Logitech Unity receiver.
  • Tera Term
  • Xshell Free
    A feature-packed SSH and Telnet client with SFTP, RLOGIN support.
  • USB Device Tree Viewer
  • ChipGenius
    Displays information about connected USB devices for diagnosis.
  • Net Scan
    A freeware port scanner that supports public and private networks.
  • PuTTY
    Highly flexible SSH client with Xterm terminal emulation and support for Rlogin, SFTP, Telnet and Serial connections.
  • USB Manager
    Manage connected USB devices from within the tray or context menus.

About Me

My name is Roger Meier, and I am NOT a professional programmer. Writing my own programs is a hobby that I picked up when I couldn't find any decent (if at all) freeware or shareware for certain tasks for which I wanted to use a computer.
I picked Xojo (formerly REALBasic) as my language of choice for several reaons, including its structure, its 'object-orientness', its capability to create executables for Mac OS X, Windows, and Linux Platforms, and last but not least for its fairly large and helpful user community.
Here I'm hosting open-source code that may be generally useful. Current open-source projects are listed in the table below. Simply click a project name to download the project archive.
DISCLAIMER: ALL SOURCE CODE IS PUBLIC DOMAIN, AND PROVIDED 'AS IS' WITHOUT ANY WARRANTY.
I have also created a number of small Freeware Applications and Tools that you might be interested in.

Visit my
Forums
Subscribe
to my Feed
Follow me
on Twitter
Visit my
Blog
Email me

Donations

If you think my work is useful to you and would like to donate, please click on the button below.

Current Projects

CoolTerm

Coolterm Osx

Project Name
Version
Description
OpenSimpleTerm
Source Code
v1.1.1
3/17/2021

A bare-bones version of CoolTerm released as an opensource project. Written in Xojo.


OpenVisualTimer
Source Code
v1.0.0
7/13/2020

A previous version of VisualTimer released as an opensource project. Written in Xojo.


Complex Utilities
Source Code
v1.0
7/9/2006

A REALBasic class that implements support for complex numbers with Double precision. Standard operators are overloaded, and many other mathematical functions are implemented to work with complex numbers. Comes with a module with wrapping functions for convenience, as well as a test harness for quick verification.


DataPlot Classes
Source Code
Screenshot
v1.4.3
2/4/2019

A set of Xojo classes for plotting data, Y versus X. Useful for Math, Engineering, or other scientific disciplines. Includes a User's Guide and several examples.
NEW: Cross-platform Hi-DPI support.


Contributions from others:
Examples, additions, etc. from users in the community.
Note: These projects are not actively supported. Please contact the individual contributors for questions and information.

  • DataPlot Zoom: Interactive zoom, by Hakan Nyberg
  • Candlestick and Piechart: Two additional Classes by Leonidas Brasileiro
SmoothTrace for
DataPlot Classes

Source Code
Screenshot
3/25/2015

A modified version of the Trace Class (part of DataPlotClasses) to demonstrate a way to draw smooth traces.
NOTE: Lines styles other than solid as well as the TraceClick, MouseOverTrace, and MouseDownTrace events are not properly supported by this modified version.


FFT Suite
Source Code
Screenshot
v1.0
10/19/2007

FFT Suite is a REALBasic Module with a set of methods related to FFTs. Its FFT functions implement the Cooley-Tukey Algorithm for real and complex FFTs. Also included are methods to generate various window functions.


Requires Complex Utilities. Supertooth mobile phones & portable devices driver download.


The included example Project FFT Demo requires DataPlotClasses.


DigitalCircuitSim
Source Code
Screenshot
11/14/2006

A real time graphical digital circuit simulator with a library of logic ICs. It also includes a fully functional timing simulator although no file I/O has been implemented for it yet. Circuits can be copied and pasted into the timing simulator (as text). Stimuli have to be edited as text.


Requires DataPlotClasses.


If you have any additions or changes you would like to contribute to the community, please send them to roger.meier@pobox.com or visit the forums and post them there.

Coolterm mac

Demos and Examples

Example Name
Updated
Description
Tic Tac Toe
Source Code
Screenshot
5/19/2020

A demo that implements the Minimax Algorithm with alpha-beta pruning to play Tic Tac Toe.
This example project demonstrates the use of the following REALBasic elements:

  • Recursive Methods
  • Control Cloning
  • User Interface Controls: BevelButton

<
CountPixels
Source Code
Screenshot
5/19/2020

A simple example that counts the colors in a picture and how many pixels of each color the picture contains.
This example project demonstrates the use of the following REALBasic elements:

  • FolderItem
  • TextOutputStream
  • Canvas
  • Picture
  • Graphics
  • RGBSurface
  • User Interface Controls: EditField, ListBox

REALife
Source Code
Screenshot
5/19/2020

Download supox driver. A REALBasic implementation of Conway's Game of Life.
This example project demonstrates the use of the following REALBasic elements:

  • Custom class
  • Canvas
  • Timer
  • User Interface Controls: PushButton, EditField, Slider
  • Support for Retina Macs

Langton's Ant
Source Code
Screenshot
5/19/2020

A REALBasic implementation of Langton's Ant.
This example project demonstrates the use of the following REALBasic elements:

  • Thread
  • Canvas
  • User Interface Controls: PushButton

POP3 Socket Test
Source Code
5/7/2009

A simple example using a POP3 Socket. The IP address of a valid POP3 server as well as an account on that server is required to try the example.
This example project demonstrates the use of the following REALBasic elements:

  • POP3 Socket
  • User Interface Controls: PushButton, EditField, PopupMenu

SMTP Socket Test
Source Code
5/7/2009

A simple 'Send Mail' application using an SMTP Socket. The IP address of a valid SMTP server as well as an account on that server is required to send e-mail.
This example project demonstrates the use of the following REALBasic elements:

  • SMTP Socket
  • User Interface Controls: PushButton, EditField, BevelButton

QuickMailer Demo
Source Code
1/26/2010

A small demo application using an SMTP Socket to send e-mails with file attachments. Attachments can be added via drag-and-drop of files and folders onto a ListBox
This example project demonstrates the use of the following REALBasic elements:

  • SMTP Socket
  • User Interface Controls: PushButton, EditField, ListBox (with context menus)

ActiveX Example
using MSComm

Source Code
5/7/2009

A small and basic terminal application using MSComm instead of REALBasic's Serial control to demonstrate the use of ActiveX controls on Windows platforms.
This example project demonstrates the use of the following REALBasic elements:

  • ActiveX Control
  • User Interface Controls: PushButton, EditField

Serial Port Test
Source Code
6/1/2011

Written by Robert Rau, this example project demonstrates virtually all aspects of the Serial Control. This provides an excellent introduction to programming for Serial ports using REALBasic.
This example project demonstrates the use of the following REALBasic elements:

  • Serial Control
  • Timer
  • User Interface Controls: PushButton, EditField, PopupMenu

Posted 6/1/2011 with permission from Robert Rau.
SerialComm
Source Code
4/16/2015

A handy wrapper for the Windows Serial Port API, originally posted at dev.emcelettronica.com/serial-port-communication-excel-vba which makes serial port communication via VBA without using MSComm really easy. Unfortunately, the original post seems to no longer exist, so I'm reposting the source code packed into a VBA module in an Excel file.

Coolterm Download

CoolTermCoolterm_0

Coolterm Windows 10

If you have any questions or suggestions, please send them to roger.meier@pobox.com or visit the forums and post them there.





Comments are closed.