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 ListenerSimple utility to listen to TCP or UDP ports and display connections.
- Phone Dial by PCDial/operate a phone connected to the serial com port interface RS-232
- Logitech Unifying SoftwareControl and manage wireless devices using a Logitech Unity receiver.
- Tera Term
- Xshell FreeA feature-packed SSH and Telnet client with SFTP, RLOGIN support.
- USB Device Tree Viewer
- ChipGeniusDisplays information about connected USB devices for diagnosis.
- Net ScanA freeware port scanner that supports public and private networks.
- PuTTYHighly flexible SSH client with Xterm terminal emulation and support for Rlogin, SFTP, Telnet and Serial connections.
- USB ManagerManage 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.
Forums | to my Feed | on Twitter | Blog |
---|
Donations
If you think my work is useful to you and would like to donate, please click on the button below.
Current Projects
Coolterm Osx
Source Code | 3/17/2021 | A bare-bones version of CoolTerm released as an opensource project. Written in Xojo. |
Source Code | 7/13/2020 | A previous version of VisualTimer released as an opensource project. Written in Xojo. |
Source Code | 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. |
Source Code Screenshot | 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. Contributions from others:
|
DataPlot Classes Source Code Screenshot | A modified version of the Trace Class (part of DataPlotClasses) to demonstrate a way to draw smooth traces. | |
Source Code Screenshot | 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. |
Source Code Screenshot | 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.
Demos and Examples
Source Code Screenshot | A demo that implements the Minimax Algorithm with alpha-beta pruning to play Tic Tac Toe.
| |
< Source Code Screenshot | A simple example that counts the colors in a picture and how many pixels of each color the picture contains.
| |
Source Code Screenshot | Download supox driver. A REALBasic implementation of Conway's Game of Life.
| |
Source Code Screenshot | A REALBasic implementation of Langton's Ant.
| |
Source Code | 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.
| |
Source Code | 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.
| |
Source Code | 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
| |
using MSComm Source Code | A small and basic terminal application using MSComm instead of REALBasic's Serial control to demonstrate the use of ActiveX controls on Windows platforms.
| |
Source Code | 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.
Posted 6/1/2011 with permission from Robert Rau. | |
Source Code | 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
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.