CoolTerm Capture

You can capture the microcontroller’s UART output using CoolTerm and save it to a file.

Open CoolTerm, click Options at the top, then click Receive on the left side. Change the settings as follows (making any modifications as necessary), then click OK.

../_images/coolterm-capture-1.png

Click on Connection > Capture to Textfile > Start, and choose the file name and destination to save the data.

../_images/coolterm-capture-2.png

Recording is now started. Run the program and collect your data. The bottom of the window should say “Capturing…”.

../_images/coolterm-capture-3.png

When finished running your program and collecting data, click on Connection > Capture to Textfile > Stop.

../_images/coolterm-capture-4.png

Open your file of output data, which should look like this.

../_images/coolterm-capture-5.png