

#DELETE COOLTERM SERIAL#
Multiple concurrent serial port connections (where available).Other advanced features of CoolTerm include but are not limited to: Other Uses for CoolTermĬoolTerm is not only suitable for basic serial communication monitoring. This allows us to save our data into a convenient txt file for further analysis on our preferred platforms. In this case, we can proceed to Connection > Capture to Text/Binary File > Start…. Sometimes, we may want to analyse the collected data further. We can select disconnect when we are finished to stop the transmission. This will begin the data transmission between the Arduino and the computer, and the data will start appearing. Otherwise, our data will not be received and interpreted correctly.Īfter selecting the appropriate options, return to the main screen and click “Connect”. It is important to match the baud rate on the terminal with what we have programmed into the Arduino. The baud rate defines how quickly data is transmitted between devices. Then, select the appropriate port for my Arduino, and ensure that the baud rate is 9600. With the Arduino prepared and plugged into our computer, open CoolTerm and select OPTIONS. Next, download CoolTerm from Roger Meier’s website. I have uploaded a simple sketch from Arduino Project Hub to the Arduino to use the sensor as a rangefinder, and to return the distance detected. Today’s example will involve an Arduino Uno board with a HC-SR94 Ultrasonic Sensor. In this section, I will show you how we can use CoolTerm to easily monitor some sensor data in real time.
#DELETE COOLTERM HOW TO#
How to use CoolTerm to Monitor Arduino DataĪrduino is a popular microcontroller platform that utilises serial port communication. In this case, we have to make use of a serial terminal like CoolTerm to perform tests on data transmitting and receiving. This will help us to ensure that everything is working as expected. Compared to parallel communication (4, 8 or 64-bit), serial communication is popular in embedded systems due to low cost and effective long-distance transmission.įor makers and engineers, we sometimes need to monitor the data that is transmitted between our devices and computer. Serial communication continues to be used all around us today. If you are unfamiliar with serial communication and want to know more, please visit our detailed beginner’s guide – RS232 vs TTL: Beginner Guide to Serial Communication. In contrast, parallel communication sends several bits as a whole, through a few parallel channels. What makes serial communication distinct is that data is sent sequentially one bit at a time through a single channel. What is Serial Communication?Īs you might have guessed, serial communication is used to send and receive data to peripheral devices.
#DELETE COOLTERM SOFTWARE#
This makes CoolTerm a popular and affordable option for users who need a convenient and effective serial terminal software solution.

CoolTerm is a user-friendly terminal for serial communication with hardware that has been connected to your computer via serial ports.ĬoolTerm is freeware/donationware developed by Roger Meier, and is available for Windows / Mac / Linux devices.
