MAE 3185 - Introduction to Mechatronics

Logo

View the Project on GitHub Abhiricky1992/UTA-MAE3185-Notes

μC-Laptop Communication

We learned how to upload a compiled binary to the μC in the last section. Specifically, a code that would print Hello World! to the ‘Standard Input Output’ was uploaded. You might be wondering how we can see this output from the μC. Following subsections show steps on how to do exactly that using a software called ‘CoolTerm’ on both Windows and Mac devices.

MacOS

Step 1

1

Step 2

2

Step 3

3

Step 4

4

Step 5

5

Step 6

6

Step 1

1

Step 2

2

Step 3

3

Step 4

4

Step 1

1

Step 2

2

Step 3

3

Windows

It has been seen that CoolTerm doesn’t work well on certain Windows devices and it takes too long to start up. If you are having issues, you can instead install Putty, whose interface, though is not as fancy as CoolTerm, is very simple and works on all devices. Instructions for installation of Putty are below

Step 1

Go to the website and download the 64 bit x86 MSI Installer.

1

Step 2

Open the installer and follow the instructions to install it. You should be able to see the Putty App in your Search bar at the end of the install process. 1

Step 3

On detailed instructions on how to run Putty, see the echo lectures.

Back

Back to Chapter 3