This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
tutorials:putty [2020/05/26 16:21] nelson [Find Serial Port] |
tutorials:putty [2020/06/04 12:37] (current) nelson |
||
---|---|---|---|
Line 11: | Line 11: | ||
===Windows=== | ===Windows=== | ||
+ | - Plug in your FPGA board and power it on - this is required for there to be a voltage on the serial port on your computer so the steps below will work. | ||
- Open your computer's Device Manager. | - Open your computer's Device Manager. | ||
- Open the Start menu, type in Device Manager to find it. | - Open the Start menu, type in Device Manager to find it. | ||
Line 20: | Line 21: | ||
=== Linux === | === Linux === | ||
- | From a command terminal, run: "sudo dmesg | grep tty". This will print out a list of system messages related to active TTY (serial line) ports. Usually you will see entries for ttyUSB0 and ttyUSB1. Port ttyUSB1 usually seems to be the one that the board is connected to - if that fails to work then try ttyUSB0. If it fails you will get a failed to connect error when you first open it. | + | From a command terminal, run: "sudo dmesg | grep tty". This will print out a list of system messages related to active TTY (serial line) ports. Usually you will see entries for ttyUSB0 and ttyUSB1. Port ttyUSB1 usually seems to be the one that the board is connected to - if that fails to work then try ttyUSB0. If it fails you will get a failed to connect error when you first open it. And, remember that when you run putty you have to run it as ''sudo putty'' or you will get a permissions error. |
==== Setup PuTTY ==== | ==== Setup PuTTY ==== |