This is an old revision of the document!
PuTTY Setup for Lab Machines
PuTTY is a serial console, a computer program that can listen for and display characters sent over a serial link.
This is used in the UART labs so the NEXYS4 and the lab computer can communicate with each other over USB serial communication.
Find Serial Port
First you must find out which COM port the USB Serial port is using on your lab computer. Complete the following to do this:
Open your computer's Device Manager.
Open the Start menu, type in Device Manager to find it.
When it says “You are logged on as a standard user…” click OK.
Find and open the “Ports (COM & LPT)” section.
Read the COM number for the “USB Serial Port.” In this case it's COM5. Remember this number for later.
Setup PuTTY
Open PuTTY
Open the “Serial” window under “Connection”
Set “Serial line to connect to” to the COM port from earlier in this tutorial (in this example it is COM5)
Set “Speed (baud)” to “19200”
Set “Data bits” to 8
Set “Stop bits” to 1
Set “Parity” to “Odd”
Set Flow Control to “None”
Go to the “Session” window.
Select “Serial” under “Connection type”
Your earlier saved values should now be visible.
Click Open